lazarus/components/fpdebug
martin 151412f007 FpDebug: improve stepping.
Refactor: Capture initial data before DoContinue
Fix/Improve: Only check and continue the thread that is stepped / Make HiddenBreakpoint hidden from the rest of the controller.

git-svn-id: trunk@61873 -
2019-09-14 14:27:41 +00:00
..
app FpDebug: Refactor class names for TFpDbgValue and TFpDbgSymbol descendants. 2019-08-18 13:43:45 +00:00
test FpDebug: Refactor class names for TFpDbgValue and TFpDbgSymbol descendants. 2019-08-18 13:43:45 +00:00
fpdbgclasses.pp FpDebug: improve stepping. 2019-09-14 14:27:41 +00:00
fpdbgcontroller.pas FpDebug: improve stepping. 2019-09-14 14:27:41 +00:00
fpdbgdarwinclasses.pas FpDebug: Fix requesting process to pause, broken in r61840 #ece9967721 2019-09-08 23:33:01 +00:00
fpdbgdisasx86.pp FpDebug/LazDebuggerFp: Refactor logging, use LazLogger for all logging. 2019-06-19 15:26:22 +00:00
fpdbgdwarf.pas FpDebug: rename variable 2019-09-02 00:44:46 +00:00
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.pas FpDebug: Rename TDbgSymbolForwarder to TFpSymbolForwarder 2019-08-28 15:36:15 +00:00
fpdbgdwarffreepascal.pas FpDebug: Refactor GetDataAddress 2019-09-02 00:44:41 +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: rename variable 2019-09-02 00:44:46 +00:00
fpdbglinuxclasses.pas FpDebug: Linux, ensure a breakpoint is reported once for each thread, if hit at the same time 2019-09-10 18:52:46 +00:00
fpdbglinuxextra.pas fpdebug: Handling of multiple threads (Linux) 2018-06-03 13:00:00 +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: Refactor class names for TFpDbgValue and TFpDbgSymbol descendants. 2019-08-18 13:43:45 +00:00
fpdbgutil.pp FpDebug/LazDebuggerFp: Refactor logging, use LazLogger for all logging. 2019-06-19 15:26:22 +00:00
fpdbgwinclasses.pas FpDebug: Windows, debugln/dbgs include WOW64 names 2019-09-12 15:33:14 +00:00
fpdbgwinextra.pp FpDebug: fix compile on linux 2019-09-10 13:33:39 +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: Allow constants in type-cast to be treated as address 2019-06-30 19:17:01 +00:00
fperrormessages.pas FpDebug: added dbgs for debugln 2019-01-01 13:47:16 +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 finding a name (or other info) to display type name (un-named pointers) / ^__vtbl_.... 2019-09-02 00:44:48 +00:00
fppascalparser.pas FpDebug: PascalParser, added = / <> operator for classes/interfaces 2019-08-29 15:12:45 +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