lazarus/components/fpdebug
2023-06-25 17:47:14 +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 FpDebug: Refactor TBreakLocationMap, so that "OrigValue" is no longer exposed. Move some functionality from TProcess to TBreakLocationMap. 2023-01-25 20:54:59 +01:00
fpdbgcallcontextinfo.pas FpDebug: clean up compile hints 2023-03-12 22:34:28 +01:00
fpdbgclasses.pp LazDebuggerFp: load line info (blue dots) for libraries 2023-05-27 13:19:33 +02: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
fpdbgdarwinclasses.pas FpDebug: fix typo 2022-09-16 19:55:14 +02:00
fpdbgdisasavr.pp FpDebug: clean up compile hints 2023-03-12 22:34:28 +01:00
fpdbgdisasx86.pp FpDebug: Disassemble fixed/remove data for wrong annotations, if value is indirect or relative to register 2023-03-19 21:54:58 +01:00
fpdbgdwarf.pas FpDebug: implement typecast TFooRecord(ordinal) for matching data-sizes. 2023-06-06 14:06:20 +02: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 typecast TFooRecord(ordinal) for matching data-sizes. 2023-06-06 14:06:20 +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
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: Fix freeing SOLibEventBreakpoint (when process is stopped, do not access thread state) 2023-05-26 14:05:17 +02:00
fpdbglinuxextra.pas
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
fpdbgutil.pp FpDebug: disable peephole opt when using fpc 3.2.2 => otherwise fpc generates wrong code 2023-05-01 17:43:22 +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 updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
fpdebug.pas
fpdmemorytools.pas FpDebug: Allow to deref constant numbers, and show a memory-dump. Issue #36836 2023-05-19 18:13:41 +02: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
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: added mem-read cache for ArrayToResData / PascalBuilder 2023-03-02 19:56:41 +01:00
fppascalparser.pas Fix Compile / missing semicolon 2023-06-18 16:50:21 +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 set main version to 3.99 2023-06-25 17:47:14 +02: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