lazarus/components/fpdebug
2023-12-06 17:02:43 +01:00
..
app FpD: change breakpoints to TFpDbgBreakpoint 2023-12-03 13:05:18 +01:00
languages FPDebug: regenerated translations and updated Russian translation 2023-12-04 19:59:26 +03:00
test LazDebuggerFp, FpDebug: Improve some error messages / Start on i18n 2023-03-21 16:41:53 +01:00
fpdbgavrclasses.pas FpDebug: refactor stack unwinding for AVR 2023-12-02 17:52:40 +00:00
fpdbgcallcontextinfo.pas FpDebug: clean up compile hints 2023-03-12 22:34:28 +01:00
fpdbgclasses.pp FpDebug: Implement location-lists (Dwarf 2/3) 2023-12-04 02:19:05 +01:00
fpdbgcommon.pas Add loongarch64 support. FPC trunk supports it, too. Issue #40127, patch by Alfred Glänzer. 2023-02-25 23:24:38 +02:00
fpdbgcontroller.pas FpDebug: Fix "step out" finished early, in recursive code (end inside current call, at line of recursive call) 2023-05-26 14:05:16 +02:00
fpdbgcpux86.pas FpDebug: refactor stack unwinding. Introduce TDbgStackUnwinder and new classes for X86 2023-11-28 01:40:48 +01:00
fpdbgdarwinclasses.pas FpDebug: refactor stack unwinding. Introduce TDbgStackUnwinder and new classes for X86 2023-11-28 01:40:48 +01:00
fpdbgdisasavr.pp FpDebug: refactor stack unwinding for AVR 2023-12-02 17:52:40 +00: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: Set ProcValue (for FrameBaseNeeded) when locals/params are gotten from ProcVal.Members (affects stack and locals) 2023-12-06 17:02:43 +01:00
fpdbgdwarfcfi.pas FpDebug: unrolling stack, using CFI - fixed address in stack-entry (do not subtract 1) 2023-03-17 21:26:23 +01:00
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.pas FpDebug: Implement location-lists (Dwarf 2/3) 2023-12-04 02:19:05 +01:00
fpdbgdwarffreepascal.pas FpDebug: fix :refcnt for fpc 3.3.1 2023-12-02 16:33:37 +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: find symbol for fpc_raiseexception (and similar) independent of case. 2023-12-04 02:19:00 +01:00
fpdbglinuxclasses.pas FpDebug: refactor stack unwinding. Introduce TDbgStackUnwinder and new classes for X86 2023-11-28 01:40:48 +01:00
fpdbglinuxextra.pas FpDebug: fix the compilation issue introduced by 1633420 on MacOS 2023-11-28 01:48:04 +08:00
fpdbgloader.pp
fpdbgpetypes.pp
fpdbgrsp.pas [RSP] Do not acknowledge an OK response, since qemu complains about receiving an acknowledge after an OK response. It is not clear whether this is in accordance with the RSP protocol specification. 2023-01-08 17:05:04 +01:00
fpdbgsymbols.pas
fpdbgsymtable.pas
fpdbgsymtablecontext.pas FpDebug: find symbol for fpc_raiseexception (and similar) independent of case. 2023-12-04 02:19:00 +01:00
fpdbgutil.pp FpDebug: fix for some missing stackframes 2023-10-05 19:22:31 +02:00
fpdbgwinclasses.pas FpDebug: refactor stack unwinding. Introduce TDbgStackUnwinder and new classes for X86 2023-11-28 01:40:48 +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 Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
fperrormessages.pas FPDebug: slightly improved error message 2023-12-04 19:58:27 +03:00
fpimgreaderbase.pas
fpimgreaderelf.pas FpDebug: Handle overflow for relocation with 32bit target. RelocationOffset is stored as QWord, but can be negative. For 32bit targets the overflow must be masked out. 2023-10-14 14:05:39 +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 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: Implement location-lists (Dwarf 2/3) 2023-12-04 02:19:05 +01:00
fppascalparser.pas FpDebug: check error in expressions, when new dbg-values are created. 2023-12-02 16:33:37 +01:00
fpwatchresultdata.pas FpDebug: check error in expressions, when new dbg-values are created. 2023-12-02 16:33:37 +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