lazarus/components/fpdebug
2022-06-12 22:14:12 +02:00
..
app Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf 2022-01-10 14:08:37 +01:00
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39516 2021-12-15 02:21:23 +03:00
test FpDebug: Add load/save option to asmtest 2022-05-30 22:56:02 +02:00
fpdbgavrclasses.pas FpDebug: Do not process data, after MemRead failed. 2022-03-03 00:46:11 +01:00
fpdbgcallcontextinfo.pas LazDebuggerFp, FpDebug: Beta, Allow function calls in watches 2021-05-29 22:51:09 +00:00
fpdbgclasses.pp FpDebug: fix overflow in stack eval 2022-05-09 23:48:30 +02:00
fpdbgcommon.pas fpdebug: added mips and misel 2022-05-29 20:09:45 +02:00
fpdbgcontroller.pas FpDebug, LazDebuggerFp: Implement tracking modified CPU registers (top stack-frame only) 2022-02-25 20:25:01 +01:00
fpdbgdarwinclasses.pas FpDebug: compilation fixes for Mac 2021-11-09 16:34:59 +01:00
fpdbgdisasavr.pp MAX_CODE_BIN should be at least as big as MaxPrologueSize. 2021-11-01 12:14:47 +02:00
fpdbgdisasx86.pp Revert "FpDebug: Handle exceptions in disassembler", since the disassember doesn't generate exceptions anymore 2022-06-12 18:09:20 +02:00
fpdbgdwarf.pas LazDebuggerIntf, FpDebug: add array and structure types 2022-06-09 17:46:23 +02:00
fpdbgdwarfconst.pas FpDebug: implement watching bitpacked array/record 2019-10-09 20:06:21 +00:00
fpdbgdwarfdataclasses.pas FpDebug: refactor wait for comp-unit. (check address before enter WaitForScopeScan) 2022-05-16 17:03:05 +02:00
fpdbgdwarffreepascal.pas FpDebug: fix crash on nil object 2022-06-12 11:43:05 +02:00
fpdbgdwarfverboseprinter.pas Debugger: allow to force lazloggerbase via define 2021-06-14 07:30:45 +00:00
fpdbghardcodedfreepascalinfo.pas FpDebug: add a few missing "const" for params 2021-11-14 15:36:41 +01:00
fpdbginfo.pas LazDebuggerIntf, FpDebug: add array and structure types 2022-06-09 17:46:23 +02:00
fpdbglinuxclasses.pas FpDebug: On Windows the RelocationOffset can only be calculated after the file-header has been read. So the whole logic to obtain the RelocationOffset out of the LoadedTargetImageAddr and ImageBase is refactored 2021-12-15 01:21:10 +01:00
fpdbglinuxextra.pas LazDebuggerFp, FpDebug: Attach and Detach (Windows/Linux) 2019-10-03 18:38:10 +00:00
fpdbgloader.pp FpDebug: Fixed 'Unable to open file SYSV00000000' exceptions 2022-05-01 23:08:45 +02:00
fpdbgpetypes.pp
fpdbgrsp.pas Change StartInstance and AttachInstance to normal methods. TDbgController now calls OSDbgClasses.DbgProcessClass to create a process class instance with a TDbgProcessConfig parameter which can be subclassed and passed around for configuration. The remote configuration is now passed via this parameter as a subclass. 2021-11-06 14:23:28 +01:00
fpdbgsymbols.pas Debugger: allow to force lazloggerbase via define 2021-06-14 07:30:45 +00:00
fpdbgsymtable.pas FpDebug: Improve using linker symbols (.symtab) on Linux. (Store SectionEnd Addr as upper bound for search) 2020-07-03 13:35:35 +00:00
fpdbgsymtablecontext.pas FpDebug: Find line info when dwarf subprogram-tag is missing. Use line info with linker info. This fixes stepping into old-style "TFoo = object ... end" 2022-05-05 02:46:33 +02:00
fpdbgutil.pp FpDebug: provide trace debugln for errors in worker threads 2022-05-12 21:19:34 +02:00
fpdbgwinclasses.pas FpDebug: Do not process data, after MemRead failed. 2022-03-03 00:46:11 +01:00
fpdbgwinextra.pp Fix compile / issue #0036204 2019-10-24 20:22:45 +00:00
fpdebug.lpk FpDebug: disable warning "case not covering all values" 2022-05-12 21:19:34 +02:00
fpdebug.pas Debugger: More LazDebuggerIntf. Add/Improve numeric, pointer, float and string watches 2022-03-24 00:39:04 +01:00
fpdmemorytools.pas FpDebug: optimization 2022-03-24 00:39:02 +01:00
fperrormessages.pas FpDebug: Removed spaces at start of the line in error-messages. 2021-12-10 17:31:33 +01:00
fpimgreaderbase.pas FpDebug: Fix for FpGdbmi (Windows). FpGdbmi does not knew the LoadedAddr, replace the nil value with the default ImageBase. 2022-03-24 00:39:03 +01:00
fpimgreaderelf.pas FpDebug: Replaced some Pascalish code to perform pointer calculations without range-overflows with code with range-checking disabled 2022-01-02 00:38:52 +01:00
fpimgreaderelftypes.pas FpDebug: New TTargetDescriptor type used to store target specific information. All target specific classes are automatically registered in the respective initialization sections. TDbgController.Run modified to call CheckExecutableAndLoadClasses which loads target info from specified file, loads global disassembler instance and DbgProcess class. Patch/Contributed by ccrause 2020-03-12 14:20:33 +00:00
fpimgreadermacho.pas FpDebug: fix warnings. 2022-03-24 00:39:03 +01:00
fpimgreadermachofile.pas FpDebug: New TTargetDescriptor type used to store target specific information. All target specific classes are automatically registered in the respective initialization sections. TDbgController.Run modified to call CheckExecutableAndLoadClasses which loads target info from specified file, loads global disassembler instance and DbgProcess class. Patch/Contributed by ccrause 2020-03-12 14:20:33 +00:00
fpimgreaderwinpe.pas FpDebug: Windows, Fix addresses for non-Dwarf symbols. TFpSymbolInfo does not use the RelocationOffset, so addresses will be directly mapped to their loaded location. 2022-01-16 16:20:28 +01:00
fpimgreaderwinpetypes.pas
fpmake.pp FpDebug: Fpmake.pp updated 2020-12-28 21:27:55 +00:00
fppascalbuilder.pas FpDebug: Use PrettyPrinter and rdkPrePrinted for (nested) not-yet-implemented types (LazDebuggerIntf) 2022-06-09 17:46:24 +02:00
fppascalparser.pas FpDebug: PascalParser fix nil object access. 2022-06-09 17:46:25 +02:00
fpwatchresultdata.pas Debugger: Inspect-Win, implement paging for large arrays 2022-06-12 22:14:12 +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 udpated makefiles 2022-05-29 19:34:19 +02:00
Makefile.compiled Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf 2022-01-10 14:08:37 +01:00
Makefile.fpc Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf 2022-01-10 14:08:37 +01:00
README_DUBY.txt
README_macho.txt