lazarus/components/fpdebug
2024-05-23 22:02:30 +02:00
..
app FpDebug, app/FpdServer: fixed compilation 2023-03-02 19:56:36 +01:00
languages FPDebug: updated Russian translation 2023-05-20 02:05:12 +03:00
test LazDebuggerFp, FpDebug: Improve some error messages / Start on i18n 2023-03-21 16:41:53 +01:00
fpdbgavrclasses.pas
fpdbgcallcontextinfo.pas FpDebug: clean up compile hints 2023-03-12 22:34:28 +01:00
fpdbgclasses.pp FpDebug: Fix mem leak, if breakpoint is set to "auto destroy" 2024-01-20 17:23:53 +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: Return errors when the debugger can't start. 2024-05-09 14:50:47 +02:00
fpdbgdarwinclasses.pas
fpdbgdisasavr.pp FpDebug: clean up compile hints 2023-03-12 22:34:28 +01:00
fpdbgdisasx86.pp FpDebug: x86-disassembler: fix vcvtph2ps Issue #40837 2024-03-15 16:30:21 +01:00
fpdbgdwarf.pas FpDebug: Add comparing enum-values in watches "enum1 >= enum2" 2023-12-30 21:07:09 +01:00
fpdbgdwarfcfi.pas FpDebug: fix range check in stack unwind (CFI) 2024-01-23 11:29:03 +01:00
fpdbgdwarfconst.pas FpDebug: Don't read debug info with unknown DW_FORM 2024-01-16 17:46:06 +01:00
fpdbgdwarfdataclasses.pas SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls. 2024-02-22 16:43:31 +03:00
fpdbgdwarffreepascal.pas FpDebug: fix :refcnt for fpc 3.3.1 2023-12-02 17:03:08 +01:00
fpdbgdwarfverboseprinter.pas
fpdbghardcodedfreepascalinfo.pas
fpdbginfo.pas FpDebug: check error in expressions, when new dbg-values are created. 2023-12-02 17:03:08 +01:00
fpdbglinuxclasses.pas FpDebug, Linux: Fix leaked handle 2024-04-20 16:53:58 +02:00
fpdbglinuxextra.pas FpDebug: Compilation on LIBC based targets. Workaround for issue #40575 2023-11-28 13:31:16 +01:00
fpdbgloader.pp
fpdbgpetypes.pp
fpdbgrsp.pas
fpdbgsymbols.pas
fpdbgsymtable.pas
fpdbgsymtablecontext.pas
fpdbgutil.pp FpDebug: fix for some missing stackframes 2023-10-05 20:00:27 +02:00
fpdbgwinclasses.pas LazDebuggerFp, FpDebug: Fix watch-function-call when debuggee has crashed. Prevent the function call 2023-03-13 12:32:30 +01:00
fpdbgwinextra.pp
fpdebug.lpk
fpdebug.pas
fpdmemorytools.pas FpDebug: Add comparing enum-values in watches "enum1 >= enum2" 2023-12-30 21:07:09 +01: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 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 22:02:30 +02:00
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 15:03:00 +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:51:20 +02:00
fppascalparser.pas FpDebug: prevent div-by-zero in the debugger (in the IDE) while evaluating watches. 2023-12-30 21:07:10 +01:00
fpwatchresultdata.pas FpDebug: check error in expressions, when new dbg-values are created. 2023-12-02 17:03:08 +01:00
macho.pas
Makefile set fixes version 3.0 2023-12-17 11:23:58 +01:00
Makefile.compiled updated makefiles 2023-05-27 02:07:12 +02:00
Makefile.fpc updated makefiles 2023-05-27 02:07:12 +02:00
README_DUBY.txt
README_macho.txt