lazarus/components/fpdebug
2024-03-03 09:59:27 +02:00
..
app FpDebug: update apps 2024-01-14 19:29:14 +01:00
languages FPDebug: regenerated translations and updated Russian translation 2023-12-04 19:59:26 +03:00
test LazDebugger: Remove TWatchDisplayFormat from debugger backends. 2024-02-28 00:52:45 +01: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 memleak when detaching from process. 2024-03-02 18:38:17 +01:00
fpdbgcommon.pas
fpdbgcontroller.pas FpDebug: fix memleak when detaching from process. 2024-03-02 18:38:17 +01:00
fpdbgcpux86.pas FpDebug: refactor new TFpBreakPointTargetHandler / adjust visibility of fields / move creation to factory method 2024-02-19 12:23:45 +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
fpdbgdisasx86.pp FpDebug: refactor stack unwinding. Introduce TDbgStackUnwinder and new classes for X86 2023-11-28 01:40:48 +01:00
fpdbgdwarf.pas FpDebug: MemModel for Win/Darwin / fixes 2024-01-14 19:29:13 +01:00
fpdbgdwarfcfi.pas Debuggers: Add define FORCE_LAZLOGGER_DUMMY 2024-02-28 00:52:43 +01:00
fpdbgdwarfconst.pas FpDebug: Don't read debug info with unknown DW_FORM 2024-01-16 17:31:57 +01:00
fpdbgdwarfdataclasses.pas SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:35 +02:00
fpdbgdwarffreepascal.pas Move IsReadableLoc and IsReadableMem to MemModel. 2024-01-14 19:29:13 +01:00
fpdbgdwarfverboseprinter.pas
fpdbghardcodedfreepascalinfo.pas Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
fpdbginfo.pas FpDebug: MemModel for Win/Darwin / fixes 2024-01-14 19:29:13 +01:00
fpdbglinuxclasses.pas Further refactoring of TFpBreakPointMap and TGenericBreakPointTargetHandler for x86 and AVR 2024-02-19 12:23:45 +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
fpdbgpetypes.pp
fpdbgrsp.pas Fpdebug: protect remote communication in SendMonitorCmd with Enter/LeaveCriticalSection. Also remove unused variables. 2024-02-06 22:20:39 +00:00
fpdbgrspclasses.pas FpDebug: refactor new TFpBreakPointTargetHandler / adjust visibility of fields / move creation to factory method 2024-02-19 12:23:45 +01:00
fpdbgsymbols.pas
fpdbgsymtable.pas
fpdbgsymtablecontext.pas Updated MemModel structure. 2024-01-14 19:29:12 +01:00
fpdbgutil.pp FpDebug: fix for some missing stackframes 2023-10-05 19:22:31 +02:00
fpdbgwinclasses.pas Further refactoring of TFpBreakPointMap and TGenericBreakPointTargetHandler for x86 and AVR 2024-02-19 12:23:45 +01:00
fpdbgwinextra.pp
fpdebug.lpk FpDebug: refactor stack unwinding. Introduce TDbgStackUnwinder and new classes for X86 2023-11-28 01:40:48 +01:00
fpdebug.pas FpDebug: refactor stack unwinding. Introduce TDbgStackUnwinder and new classes for X86 2023-11-28 01:40:48 +01:00
fpdmemorytools.pas AMEND 2024-01-14 19:29:13 +01:00
fperrormessages.pas FPDebug: slightly improved error message 2023-12-04 19:58:27 +03:00
fpimgreaderbase.pas Debuggers: Add define FORCE_LAZLOGGER_DUMMY 2024-02-28 00:52:43 +01:00
fpimgreaderelf.pas For AVR the .text section can start at address 0, rather check if section is not allocated before ignoring it. 2024-02-28 21:07:12 +01:00
fpimgreaderelftypes.pas
fpimgreadermacho.pas
fpimgreadermachofile.pas Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
fpimgreaderwinpe.pas Support compiling most of Lazarus + its components with -Sy option. 2023-05-20 12:51:35 +03:00
fpimgreaderwinpetypes.pas
fpmake.pp
fppascalbuilder.pas FpDebug: Remove TWatchDisplayFormat from PascalBuilder 2024-02-28 00:52:45 +01:00
fppascalparser.pas Move IsReadableLoc and IsReadableMem to MemModel. 2024-01-14 19:29:13 +01:00
fpwatchresultdata.pas FpDebug: Remove TWatchDisplayFormat from PascalBuilder 2024-02-28 00:52:45 +01:00
macho.pas
Makefile updated makefiles 2023-08-14 20:31:20 +02:00
Makefile.compiled updated makefiles 2023-08-14 20:31:20 +02:00
Makefile.fpc updated makefiles 2023-08-14 20:31:20 +02:00
README_DUBY.txt
README_macho.txt