lazarus/components/fpdebug
martin c1cec4c5d9 FpDebug: Add operators mod, and, or, xor
git-svn-id: trunk@62028 -
2019-10-10 21:30:20 +00:00
..
app FpDebug: rename TFpInternalBreakpointBase into TFpDbgBreakpoint / Make other packages use TFpDbgBreakpoint instead of internal class. 2019-10-05 11:09:44 +00:00
test FpDebug: Tests for TFpDbgValueSize operators 2019-10-09 20:06:26 +00:00
fpdbgclasses.pp FpDebug: Partial implement WatchPoints. 2019-10-05 11:09:49 +00:00
fpdbgcontroller.pas FpDebug: Partial implement WatchPoints. 2019-10-05 11:09:49 +00:00
fpdbgdarwinclasses.pas FpDebug: More fixes to compile for Mac 2019-10-08 22:50:23 +00:00
fpdbgdisasx86.pp FpDebug: Stepping commands, refactor (partly) detection of "call" instruction. 2019-09-14 14:33:10 +00:00
fpdbgdwarf.pas FpDebug: accept PChar(nil) as string 2019-10-10 21:30:14 +00:00
fpdbgdwarfconst.pas FpDebug: implement watching bitpacked array/record 2019-10-09 20:06:21 +00:00
fpdbgdwarfdataclasses.pas FpDebug: implement watching bitpacked array/record 2019-10-09 20:06:21 +00:00
fpdbgdwarffreepascal.pas FpDebug: Improve wide/utf8 string/char handling 2019-10-10 12:19:40 +00:00
fpdbgdwarfverboseprinter.pas FpDebug: Fix Dwarf3 on 64bit. The The 32/64bit signature in the dwarf header should only affect references within the dwarf info. But by accident it affected constant addresses. This lead to truncation of some addresses, when dwarf-3 was used with 64 bit targets. 2018-12-10 20:57:24 +00:00
fpdbginfo.pas FpDebug: Pascal Expression Parser, add constant ansistring. Add operator to compare/concatenate strings 2019-10-10 21:30:16 +00:00
fpdbglinuxclasses.pas FpDebug: Partial implement WatchPoints. 2019-10-05 11:09:49 +00:00
fpdbglinuxextra.pas LazDebuggerFp, FpDebug: Attach and Detach (Windows/Linux) 2019-10-03 18:38:10 +00:00
fpdbgloader.pp FpDebug: Add property for feedback, when debug info can not be read. Add feedback from macho reader 2019-03-10 17:59:57 +00:00
fpdbgpetypes.pp
fpdbgsymbols.pas FpDebug: Refactor class names for TFpDbgValue and TFpDbgSymbol descendants. 2019-08-18 13:43:45 +00:00
fpdbgsymtable.pas fpdebug: use TFPGMap instead of TStringList. Included in patch of Issue #34225 Patch by David Jenkins 2018-09-06 11:26:24 +00:00
fpdbgsymtablecontext.pas FpDebug: implement watching bitpacked array/record 2019-10-09 20:06:21 +00:00
fpdbgutil.pp FpDebug/LazDebuggerFp: Refactor logging, use LazLogger for all logging. 2019-06-19 15:26:22 +00:00
fpdbgwinclasses.pas FpDebug: Partial implement WatchPoints. 2019-10-05 11:09:49 +00:00
fpdbgwinextra.pp FpDebug: more verbose last error 2019-09-24 23:36:30 +00:00
fpdebug.lpk FpDebug: clean up 2019-06-18 18:39:24 +00:00
fpdebug.pas components: less hints 2016-03-01 15:31:26 +00:00
fpdmemorytools.pas FpDebug: Fix overload compile error with fpc 3.2 / DestSize can not exceed the int64 range 2019-10-10 11:06:47 +00:00
fperrormessages.pas FpDebug: 64bit debugger exe does not have a 10bit Extended (as in 32bit exe). Cross debugger can therefore not display such values. Return an error. 2019-09-19 13:08:44 +00:00
fpimgreaderbase.pas FpDebug: Fix upper/lower spelling of Contents/MacOS 2019-04-27 15:10:17 +00:00
fpimgreaderelf.pas fpdebug: use TFPGMap instead of TStringList. Included in patch of Issue #34225 Patch by David Jenkins 2018-09-06 11:26:24 +00:00
fpimgreaderelftypes.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
fpimgreadermacho.pas FpDebug/LazDebuggerFp: Refactor logging, use LazLogger for all logging. 2019-06-19 15:26:22 +00:00
fpimgreadermachofile.pas FpDebug: Give a warning when the UUID of the dSym-bundle and the debuggee do not match 2014-09-07 11:25:34 +00:00
fpimgreaderwinpe.pas fpdebug: use TFPGMap instead of TStringList. Included in patch of Issue #34225 Patch by David Jenkins 2018-09-06 11:26:24 +00:00
fpimgreaderwinpetypes.pas
fppascalbuilder.pas FpDebug: Improve wide/utf8 string/char handling 2019-10-10 12:19:40 +00:00
fppascalparser.pas FpDebug: Add operators mod, and, or, xor 2019-10-10 21:30:20 +00:00
macho.pas FpDebug: fix type in macho debug structure (avoid range check errors) 2019-01-14 20:14:17 +00:00
Makefile fix Makefiles 2018-11-09 15:08:28 +00:00
Makefile.compiled fix Makefiles 2018-11-09 15:08:28 +00:00
Makefile.fpc fix Makefiles 2018-11-09 15:08:28 +00:00
README_DUBY.txt
README_macho.txt