lazarus/components/fpdebug
2024-07-23 18:56:26 +02:00
..
app FpDebug: update apps 2024-01-14 19:29:14 +01:00
languages
test FpDebug: fix PascalParser, handle coma in sub-expression 2024-06-21 14:11:28 +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: Add cache for flatten intrinsic. / Ensure the same TFpDbgSimpleLocationContext object is used for each watch (on the Parser-expression), so it can act as key. 2024-07-22 13:55:55 +02:00
fpdbgcommon.pas Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpdbgcontroller.pas FpDebug: Don't register, if Sy is active / raise exception if created. (FIX / Missing) 2024-06-30 12:25:39 +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, IDE: show address for RIP relative asm operand 2024-07-11 01:10:18 +02:00
fpdbgdisasxtensa.pas fpdebug - Add xtensa support 2024-03-12 19:18:49 +00:00
fpdbgdwarf.pas FpDebug: fix missing refcount / possible dangling pointer for TypeSymbol 2024-07-21 18:58:12 +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: add intrinsic :flatten() to walk object chains. 2024-07-22 13:43:43 +02:00
fpdbgdwarffreepascal.pas FpDebug: fix for Line-To-AddressMap. Lines for one unit(file) can be split can be split across several CU (generics). Create global line maps. TODO: a single file can also occur in several libraries (separate TFpDwarfInfo) with different line ranges in use. 2024-07-07 13:37:45 +02:00
fpdbgdwarfverboseprinter.pas
fpdbghardcodedfreepascalinfo.pas
fpdbginfo.pas FpDebug: add intrinsic :flatten() to walk object chains. 2024-07-22 13:43:43 +02:00
fpdbglinuxclasses.pas FpDebug: display-format for ymm/xmm 2024-07-12 16:45:49 +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
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
fpdbgsymbols.pas
fpdbgsymtable.pas
fpdbgsymtablecontext.pas
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 win32 2024-07-11 00:05:52 +02:00
fpdbgxtensaclasses.pas Xtensa - Store all registers read for current stack frame. 2024-04-20 10:20:41 +02:00
fpdebug.lpk Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpdebug.pas Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +02:00
fpdmemorytools.pas FpDebug: add intrinsic :flatten() to walk object chains. 2024-07-22 13:43:43 +02: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 Remote RISC-V 32 bit support. 2024-07-16 14:18:42 +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: Remove TWatchDisplayFormat from PascalBuilder 2024-02-28 00:52:45 +01:00
fppascalparser.pas FpDebug: PascalParser, optimize check for finding left-side of operator / clarify description 2024-07-23 18:56:26 +02:00
fpwatchresultdata.pas FpDebug: add intrinsic :flatten() to walk object chains. 2024-07-22 13:43:43 +02:00
macho.pas
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