lazarus/components/fpdebug
2022-09-04 10:52:57 +02:00
..
app FpDebug: Use Dwarf Call Frame Information (CFI) for stack-tracing when available. Refactored some stuff to be able to place it in a separate unit. 2022-06-28 23:09:34 +02:00
languages
test FpDebug: PascalParser, fixed unary minus after comma. 2022-06-30 02:30:14 +02:00
fpdbgavrclasses.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbgcallcontextinfo.pas FpDebug, LazDebuggerFp: more string support for function-eval / support string literals as param 2022-07-27 01:17:36 +02:00
fpdbgclasses.pp Debugger: fix calling abstract method "BelongsToInstance" on watchpoint. Introduced 4e4c402b62 2022-08-05 17:33:28 +02:00
fpdbgcommon.pas Debugger: implement reading class.unitname from RTTI 2022-08-05 02:45:01 +02:00
fpdbgcontroller.pas LazDebuggFp,FpDebug: fix racing conditions 2022-07-27 01:17:35 +02:00
fpdbgdarwinclasses.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbgdisasavr.pp
fpdbgdisasx86.pp
fpdbgdwarf.pas FpDebug: fix accessing nil pointer 2022-08-05 17:33:28 +02:00
fpdbgdwarfcfi.pas FpDebug: Keep register-names in stacktrace 2022-07-03 18:44:12 +02:00
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.pas Only break out of search loop if current Result contains the sfHasLine flag. 2022-08-08 09:25:20 +02:00
fpdbgdwarffreepascal.pas Debugger: implement reading class.unitname from RTTI 2022-08-05 02:45:01 +02:00
fpdbgdwarfverboseprinter.pas FpDebug: Use Dwarf Call Frame Information (CFI) for stack-tracing when available. Refactored some stuff to be able to place it in a separate unit. 2022-06-28 23:09:34 +02:00
fpdbghardcodedfreepascalinfo.pas
fpdbginfo.pas Debugger: implement reading class.unitname from RTTI 2022-08-05 02:45:01 +02:00
fpdbglinuxclasses.pas FpDebug: fix setting negative value to Register for 32bit target. 2022-06-30 02:20:53 +02:00
fpdbglinuxextra.pas
fpdbgloader.pp
fpdbgpetypes.pp
fpdbgrsp.pas
fpdbgsymbols.pas
fpdbgsymtable.pas
fpdbgsymtablecontext.pas
fpdbgutil.pp FpDebug: Use Dwarf Call Frame Information (CFI) for stack-tracing when available. Refactored some stuff to be able to place it in a separate unit. 2022-06-28 23:09:34 +02:00
fpdbgwinclasses.pas FpDebug: Windows, rewrite of "step after hitting breakpoint". Fix issues with incorrect steps (Instr-Ptr not reset) in multi thread scenario, when the int3 had been remove in the meantime. 2022-08-02 15:20:50 +02:00
fpdbgwinextra.pp
fpdebug.lpk FpDebug: Use Dwarf Call Frame Information (CFI) for stack-tracing when available. Refactored some stuff to be able to place it in a separate unit. 2022-06-28 23:09:34 +02:00
fpdebug.pas FpDebug: Use Dwarf Call Frame Information (CFI) for stack-tracing when available. Refactored some stuff to be able to place it in a separate unit. 2022-06-28 23:09:34 +02:00
fpdmemorytools.pas FpDebug: fix setting negative value to Register for 32bit target. 2022-06-30 02:20:53 +02:00
fperrormessages.pas
fpimgreaderbase.pas
fpimgreaderelf.pas FpDebug: fix reading large dwarf info on 32bit Linux 2022-06-29 18:52:32 +02:00
fpimgreaderelftypes.pas
fpimgreadermacho.pas FpDebug: Fix Mac-ImageReader. Deal with Symbols of type N_PEXT. And fix, for entries where N_SECT is encountered before N_GSYM. Issue #39696 2022-09-04 10:52:57 +02:00
fpimgreadermachofile.pas
fpimgreaderwinpe.pas
fpimgreaderwinpetypes.pas
fpmake.pp FpDebug: Workaround in fpmake.pp for usage with fpc 3.2.2 2022-07-10 12:54:03 +02:00
fppascalbuilder.pas FpDebug: support DW_TAG_variant_part 2022-07-13 21:19:35 +02:00
fppascalparser.pas FpDebug: PascalParser, fixed unary minus after comma. 2022-06-30 02:30:14 +02:00
fpwatchresultdata.pas FpDebugger: fix value-converters crash in array. Arrays elements must have a static type, and must not depend on the instance. 2022-08-23 16:08:21 +02:00
macho.pas
Makefile
Makefile.compiled
Makefile.fpc
README_DUBY.txt
README_macho.txt