lazarus/components/fpdebug
2024-10-04 11:29:02 +02:00
..
app FpDebug: update apps 2024-01-14 19:29:14 +01:00
languages FPDebug: regenerated translations and updated Russian translation 2023-12-04 19:59:26 +03:00
test FpDebug: array-slice intrinsic, add mapping terminator "!" 2024-08-02 22:08:16 +02:00
fpdbgavrclasses.pas Fix TAvrMemManager.ReadMemory to read multi-byte values from registers by assuming the bytes are stored in consecutive registers. 2024-02-28 21:07:12 +01:00
fpdbgcallcontextinfo.pas Debuggers: Add define FORCE_LAZLOGGER_DUMMY 2024-02-28 00:52:43 +01:00
fpdbgclasses.pp FpDebug: Improve calling methods in watches, search SymbolTable for mangled method name to get address. 2024-08-11 21:34:40 +02:00
fpdbgcommon.pas Add a more detail to error message 2024-08-21 18:41:40 +02:00
fpdbgcontroller.pas FpDebug: fix memleak in function eval 2024-09-13 21:03:16 +02:00
fpdbgcpux86.pas FpDebug: Fixed missing FORCE_LAZLOGGER_DUMMY 2024-07-21 18:58:12 +02:00
fpdbgdarwinclasses.pas Further refactoring of TFpBreakPointMap and TGenericBreakPointTargetHandler for x86 and AVR 2024-02-19 12:23:45 +01:00
fpdbgdisasavr.pp AVR - FLastFrameBaseIncreased should be initialized in GetTopFrame. 2024-03-03 09:59:27 +02:00
fpdbgdisasriscv.pas Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpdbgdisasx86.pp FpDebug: improve TX86AsmDecoder.UnwindFrame 2024-09-25 22:21:53 +02:00
fpdbgdisasxtensa.pas fpdebug - Add xtensa support 2024-03-12 19:18:49 +00:00
fpdbgdwarf.pas FpDebug: Fix SEH-finally block detection on Win 2024-10-04 11:16:06 +02: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: Improve calling methods in watches, search SymbolTable for mangled method name to get address. 2024-08-11 21:34:40 +02:00
fpdbgdwarffreepascal.pas FpDebug: remove debugln 2024-10-04 11:29:02 +02:00
fpdbgdwarfverboseprinter.pas FpDebug: Use Dwarf Call Frame Information (CFI) for stack-tracing when available. Refactored some stuff to be able to place it in a separate unit. 2022-06-28 23:09:34 +02:00
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: 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, Improve ReadData for partial reads 2024-09-29 16:41:20 +02:00
fpdbglinuxextra.pas FpDebug: Linux, Use unit "SysCall" rather than "external name". Provide option to define FPDEBUG_USE_LIBC to force use of libc instead of DoSysCall (related to issue #40575) 2024-01-14 23:36:09 +01:00
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 FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
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 FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
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: 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
fperrormessages.pas FPDebug: slightly improved error message 2023-12-04 19:58:27 +03: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 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 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 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: 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
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 Updated macho.pas from compiler folder. Needed the CPU_TYPE_ constants to identify target information. Patch by ccrause 2020-01-04 03:56:56 +00:00
Makefile updated makefiles 2024-07-15 10:50:53 +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