lazarus/components/fpdebug
2024-11-23 16:42:45 +01:00
..
app
languages Translations: Turkish translation update by Onur ERÇELEN, merge request !371 2024-10-30 02:02:31 +03:00
test FPDebug: added test executable file to .gitignore, committed automatically generated FpTest.res 2024-11-18 22:04:23 +00:00
fpdbgavrclasses.pas
fpdbgcallcontextinfo.pas
fpdbgclasses.pp FpDebug: mask range check 2024-11-08 20:33:22 +01:00
fpdbgcommon.pas Add a more detail to error message 2024-08-21 18:41:40 +02:00
fpdbgcontroller.pas FpDebug: Asm-step-over, ignore unloading library events 2024-11-06 16:09:04 +01:00
fpdbgcpux86.pas FpDebug: Fixed missing FORCE_LAZLOGGER_DUMMY 2024-07-21 18:58:12 +02:00
fpdbgdarwinclasses.pas
fpdbgdisasavr.pp
fpdbgdisasriscv.pas Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpdbgdisasx86.pp FpDebug: more asm fixes / Issue #41204 by Red_prig (Pavel) 2024-10-28 21:23:14 +01:00
fpdbgdisasxtensa.pas
fpdbgdwarf.pas FpDebug: improve handling enum with negative ord value. 2024-11-17 23:14:53 +01:00
fpdbgdwarfcfi.pas FpDebug: very basic/partial implementation for DW_OP_call_frame_cfa (register only) 2024-05-22 12:12:12 +02:00
fpdbgdwarfconst.pas FpDebug: read line-info for Dwarf-4 / fix special opcode must set flags for PrologueEnd, EpilogueBegin, ... 2024-05-23 20:04:36 +02:00
fpdbgdwarfdataclasses.pas FpDebug: Update "dwarf-4 fix for broken fpc". Fpc 3.2.3 has been fixed 2024-11-23 16:42:45 +01:00
fpdbgdwarffreepascal.pas FpDebug: remove debugln 2024-10-04 11:29:02 +02:00
fpdbgdwarfverboseprinter.pas
fpdbghardcodedfreepascalinfo.pas
fpdbginfo.pas FpDebug: implement 80 bit extended float (soft fpu) for cross debugging a win-32bit target from a 64bit IDE 2024-09-27 21:34:55 +02:00
fpdbglinuxclasses.pas FpDebug: Linux, check if thread is known. 2024-11-23 16:42:44 +01:00
fpdbglinuxextra.pas
fpdbgloader.pp FpDebug: Linux fix finding "_dl_debug_state" (fol library debugging) when the main exe uses external debug info. Issue #41033 2024-10-03 18:09:13 +02:00
fpdbgpetypes.pp
fpdbgriscvclasses.pas Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpdbgrsp.pas RSP - Handle multiple output messages from OpenOCD. 2024-05-13 16:15:12 +00:00
fpdbgrspclasses.pas [fpdebug] Track initialization of the remote connection. Fix some issues with qemu and Bloom debug servers. 2024-04-13 14:45:44 +02:00
fpdbgsymtable.pas
fpdbgsymtablecontext.pas FpDebug: Improve calling methods in watches, search SymbolTable for mangled method name to get address. 2024-08-11 21:34:40 +02:00
fpdbgutil.pp FpDebug: Fixed missing FORCE_LAZLOGGER_DUMMY 2024-07-21 18:58:12 +02:00
fpdbgwinclasses.pas FpDebug: display-format for ymm/xmm 2024-07-12 16:45:49 +02:00
fpdbgwinextra.pp FpDebug: fix compile 32bit linux 2024-07-25 21:08:16 +02:00
fpdbgxtensaclasses.pas Xtensa - Store all registers read for current stack frame. 2024-04-20 10:20:41 +02:00
fpdebug.lpk FpDebug: remove unused unit / Also Issue #41160 old and wrong version of ULEB128toOrdinal 2024-09-27 21:41:19 +02:00
fpdebug.pas FpDebug: remove unused unit / Also Issue #41160 old and wrong version of ULEB128toOrdinal 2024-09-27 21:41:19 +02:00
fpdmemorytools.pas FpDebug: fix reading extended and tests for fpc 3.2.2 2024-11-18 20:19:25 +01:00
fperrormessages.pas
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 20:04:35 +02:00
fpimgreaderelf.pas FpDebug: Linux fix finding "_dl_debug_state" (fol library debugging) when the main exe uses external debug info. Issue #41033 2024-10-03 18:09:13 +02:00
fpimgreaderelftypes.pas Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpimgreadermacho.pas
fpimgreadermachofile.pas
fpimgreaderwinpe.pas
fpimgreaderwinpetypes.pas
fpmake.pp FpDebug: Remove LCL / Win32Proc 2024-03-18 19:54:48 +01:00
fppascalbuilder.pas FpDebug: Improve the display of types (in watches) for structure-types in pointer to struct. Issue #40882 2024-09-26 00:06:46 +02:00
fppascalparser.pas FpDebug: fix :flatten intrinsic, if first value is array. Don't add a data address without adding an item. 2024-10-09 11:05:34 +02:00
fpwatchresultdata.pas FpDebug: implement 80 bit extended float (soft fpu) for cross debugging a win-32bit target from a 64bit IDE 2024-09-27 21:34:55 +02:00
macho.pas
Makefile updated makefiles 2024-10-22 00:30:20 +02:00
Makefile.compiled FpDebug: Remove LCL / Win32Proc 2024-03-18 19:54:48 +01:00
Makefile.fpc FpDebug: Remove LCL / Win32Proc 2024-03-18 19:54:48 +01:00
README_DUBY.txt
README_macho.txt