lazarus/components/fpdebug
2025-05-24 09:41:22 +02:00
..
app FpDebug: update apps 2024-01-14 19:29:14 +01:00
languages Translations: Chinese translation update by ACTom, merge request !480 2025-05-22 15:46:47 +03:00
test FPDebug: added test executable file to .gitignore, committed automatically generated FpTest.res 2024-11-19 01:03:12 +03:00
fpdbgavrclasses.pas Fix TAvrMemManager.ReadMemory to read multi-byte values from registers by assuming the bytes are stored in consecutive registers. 2024-02-28 21:07:12 +01:00
fpdbgcallcontextinfo.pas Debuggers: Add define FORCE_LAZLOGGER_DUMMY 2024-02-28 00:52:43 +01:00
fpdbgclasses.pp FpDebug: fix race condition, during exit debug session (new command started while FDbgControllerProcessExitEvent called ProcessMessages) 2025-04-20 17:34:49 +02:00
fpdbgcommon.pas Add a more detail to error message 2024-08-21 18:41:40 +02:00
fpdbgcontroller.pas FpDebug: fix race condition, during exit debug session (new command started while FDbgControllerProcessExitEvent called ProcessMessages) 2025-04-20 17:34:49 +02:00
fpdbgcpux86.pas FpDebug: remove accidentally committed debugln !442 2025-02-28 00:10:55 +01:00
fpdbgdarwinclasses.pas Further refactoring of TFpBreakPointMap and TGenericBreakPointTargetHandler for x86 and AVR 2024-02-19 12:23:45 +01:00
fpdbgdisasavr.pp AVR - FLastFrameBaseIncreased should be initialized in GetTopFrame. 2024-03-03 09:59:27 +02:00
fpdbgdisasriscv.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpdbgdisasx86.pp FpDebug: remove non-required lowercase calls (asm stack unwind) 2025-04-08 09:24:03 +02:00
fpdbgdisasxtensa.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpdbgdwarf.pas FpDebug: more DWARF-4 DW_FORM_exprloc and location-list handling (DW_FORM_sec_offset) 2025-04-21 23:05:05 +02:00
fpdbgdwarfcfi.pas FpDebug: very basic/partial implementation for DW_OP_call_frame_cfa (register only) 2024-05-22 12:12:12 +02:00
fpdbgdwarfconst.pas FpDebug: Implement DW_AT_enum_class / scoped enum 2025-04-20 17:31:16 +02:00
fpdbgdwarfdataclasses.pas FpDebug: fix finding breakpoint addresses for generics. Related to https:/bugs.freepascal.org/view.php?id=37658 2025-04-26 12:30:08 +02:00
fpdbgdwarffreepascal.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpdbgdwarfverboseprinter.pas
fpdbghardcodedfreepascalinfo.pas
fpdbginfo.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpdbglinuxclasses.pas FpDebug: Do not free current DbgThread while still in use / Will be freed after next run/step. (Linux) 2025-01-09 11:44:15 +01:00
fpdbglinuxextra.pas FpDebug: Linux, Use unit "SysCall" rather than "external name". Provide option to define FPDEBUG_USE_LIBC to force use of libc instead of DoSysCall (related to issue #40575) 2024-01-14 23:36:09 +01:00
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 Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpdbgrsp.pas RSP - Handle multiple output messages from OpenOCD. 2024-05-13 16:15:12 +00:00
fpdbgrspclasses.pas [fpdebug] Track initialization of the remote connection. Fix some issues with qemu and Bloom debug servers. 2024-04-13 14:45:44 +02:00
fpdbgsymtable.pas FpDebug: faster lookup for linker symbols (speeds up asm view) 2025-03-31 12:09:31 +02:00
fpdbgsymtablecontext.pas FpDebug: faster lookup for linker symbols (speeds up asm view) 2025-03-31 12:09:31 +02:00
fpdbgutil.pp FpDebug: Fixed missing FORCE_LAZLOGGER_DUMMY 2024-07-21 18:58:12 +02:00
fpdbgwinclasses.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpdbgwinextra.pp FpDebug: fix compile 32bit linux 2024-07-25 21:08:16 +02:00
fpdbgxtensaclasses.pas Xtensa - Store all registers read for current stack frame. 2024-04-20 10:20:41 +02:00
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: Read embedded type for enum signed-ness (fpc 3.3.1). Add other checks for enum signed-ness 2025-04-20 17:31:15 +02:00
fperrormessages.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpimgreaderbase.pas FpDebug: Windows, implement alternative "normal" file reading (via stream). On 32bit mapping an entire file into memory can fail, if not enough continuous memory is available. 2024-05-23 20:04:35 +02:00
fpimgreaderelf.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpimgreaderelftypes.pas Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpimgreadermacho.pas
fpimgreadermachofile.pas
fpimgreaderwinpe.pas FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
fpimgreaderwinpetypes.pas
fpmake.pp FpDebug: Remove LCL / Win32Proc 2024-03-18 19:54:48 +01:00
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-24 09:41:22 +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 12:31:36 +02:00
macho.pas
Makefile updated makefiles 2024-10-22 00:31:29 +02:00
Makefile.compiled FpDebug: Remove LCL / Win32Proc 2024-03-18 19:54:48 +01:00
Makefile.fpc FpDebug: Remove LCL / Win32Proc 2024-03-18 19:54:48 +01:00
README_DUBY.txt
README_macho.txt