lazarus/components/fpdebug
2025-07-19 10:01:39 +02:00
..
app
languages Translations: Turkish translation update by Onur ERÇELEN, merge request !371 2024-10-30 02:02:31 +03:00
test FPDebug: added test executable file to .gitignore, committed automatically generated FpTest.res 2024-11-18 22:04:23 +00:00
fpdbgavrclasses.pas
fpdbgcallcontextinfo.pas
fpdbgclasses.pp FpDebug: fix race condition, during exit debug session (new command started while FDbgControllerProcessExitEvent called ProcessMessages) 2025-04-20 20:54:59 +02:00
fpdbgcommon.pas
fpdbgcontroller.pas FpDebug: Fix attaching to a process, if the project does not provide the filename of the (host) executable. Issue #41201 2025-06-22 15:31:39 +02:00
fpdbgcpux86.pas FpDebug: remove accidentally committed debugln !442 2025-03-02 11:41:47 +01:00
fpdbgdarwinclasses.pas
fpdbgdisasavr.pp
fpdbgdisasriscv.pas
fpdbgdisasx86.pp FpDebug: fix/improve x86-disass function IsAfterCallInstruction 2025-02-26 22:09:08 +01:00
fpdbgdisasxtensa.pas
fpdbgdwarf.pas FpDebug: improve handling enum with negative ord value. 2024-11-17 23:14:53 +01:00
fpdbgdwarfcfi.pas
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.pas FpDebug: fix finding breakpoint addresses for generics. Related to https:/bugs.freepascal.org/view.php?id=37658 2025-04-27 11:38:16 +02:00
fpdbgdwarffreepascal.pas FpDebug: remove debugln 2024-10-04 11:29:02 +02:00
fpdbgdwarfverboseprinter.pas
fpdbghardcodedfreepascalinfo.pas
fpdbginfo.pas FpDebug: implement 80 bit extended float (soft fpu) for cross debugging a win-32bit target from a 64bit IDE 2024-09-27 21:34:55 +02:00
fpdbglinuxclasses.pas FpDebug: Do not free current DbgThread while still in use / Will be freed after next run/step. (Linux) 2025-01-10 16:45:55 +01:00
fpdbglinuxextra.pas
fpdbgloader.pp FpDebug: Linux fix finding "_dl_debug_state" (fol library debugging) when the main exe uses external debug info. Issue #41033 2024-10-03 18:09:13 +02:00
fpdbgpetypes.pp
fpdbgriscvclasses.pas
fpdbgrsp.pas
fpdbgrspclasses.pas
fpdbgsymtable.pas
fpdbgsymtablecontext.pas
fpdbgutil.pp
fpdbgwinclasses.pas
fpdbgwinextra.pp
fpdbgxtensaclasses.pas
fpdebug.lpk FpDebug: remove unused unit / Also Issue #41160 old and wrong version of ULEB128toOrdinal 2024-09-27 21:41:19 +02:00
fpdebug.pas FpDebug: remove unused unit / Also Issue #41160 old and wrong version of ULEB128toOrdinal 2024-09-27 21:41:19 +02:00
fpdmemorytools.pas FpDebug: overloaded Register.SetValue to avoid range-check errors. 2025-02-26 22:07:13 +01:00
fperrormessages.pas
fpimgreaderbase.pas
fpimgreaderelf.pas FpDebug: Linux fix finding "_dl_debug_state" (fol library debugging) when the main exe uses external debug info. Issue #41033 2024-10-03 18:09:13 +02:00
fpimgreaderelftypes.pas
fpimgreadermacho.pas
fpimgreadermachofile.pas
fpimgreaderwinpe.pas
fpimgreaderwinpetypes.pas
fpmake.pp
fppascalbuilder.pas FpDebug: Improve the display of types (in watches) for structure-types in pointer to struct. Issue #40882 2024-09-26 00:06:46 +02:00
fppascalparser.pas FpDebug: fix ":flatten" with embedded "[0..n]" slice in display mapping expression. 2025-05-31 22:25:58 +02:00
fpwatchresultdata.pas FpDebug: fix handling errors in watch result. In case of error an incorrect data type may be given. WatchResData would not be set (not to value, nor error). Issue #41646 2025-05-17 13:56:18 +02:00
macho.pas
Makefile set fixes version to 4.2 2025-07-19 10:01:39 +02:00
Makefile.compiled
Makefile.fpc
README_DUBY.txt
README_macho.txt