lazarus/components/fpdebug
2023-10-15 18:32:30 +02:00
..
app
languages FPDebug: updated Russian translation 2023-05-20 02:05:12 +03:00
test
fpdbgavrclasses.pas
fpdbgcallcontextinfo.pas
fpdbgclasses.pp FpDebug: prevent crash, if library is added twice (incorrect handling for Linux in SynchronizeProcMapsWithLibraryList) 2023-10-14 13:45:26 +02:00
fpdbgcommon.pas
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
fpdbgdarwinclasses.pas
fpdbgdisasavr.pp
fpdbgdisasx86.pp FpDebug: fix disassembler pause,psrldq,extrq... Issue #40555, #40557, #40558 patch by Red_prig (Pavel) 2023-10-15 18:32:30 +02:00
fpdbgdwarf.pas FpDebug: implement typecast TFooRecord(ordinal) for matching data-sizes. 2023-06-06 14:06:20 +02:00
fpdbgdwarfcfi.pas
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.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
fpdbgdwarffreepascal.pas FpDebug: more range check exceptions / fixed missing begin/end 2023-04-02 20:35:34 +02: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: fix creating result, when mixing ":cc" intrinsic with "[n..m]" slice. 2023-06-11 11:53:01 +02:00
fpdbglinuxclasses.pas FpDebug: 32bit linux target. "HasId" takes an untyped arg. The caller must always pass 64 bits. (itu8 is used to create the map) 2023-10-14 14:33:53 +02:00
fpdbglinuxextra.pas
fpdbgloader.pp
fpdbgpetypes.pp
fpdbgrsp.pas
fpdbgsymbols.pas
fpdbgsymtable.pas
fpdbgsymtablecontext.pas
fpdbgutil.pp FpDebug: fix for some missing stackframes 2023-10-05 19:22:31 +02:00
fpdbgwinclasses.pas
fpdbgwinextra.pp
fpdebug.lpk
fpdebug.pas
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: Allow to deref constant numbers, and show a memory-dump. Issue #36836 2023-05-19 18:13:41 +02: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
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 LazDebuggerFp: fixed uninitialized result 2023-10-07 19:50:26 +02:00
fppascalparser.pas FpDebug: Fix ".." intrinsic, reset error from previous elements (deref nil sets error on Expression, rather than value) 2023-09-03 18:32:06 +02:00
fpwatchresultdata.pas FpDebug: fix creating result, when mixing ":cc" intrinsic with "[n..m]" slice. 2023-06-11 11:53:01 +02: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