lazarus/components/fpdebug
2020-07-08 22:39:00 +00:00
..
app FpDebug: Refactor OnHitBreakpointEvent 2020-07-05 19:16:56 +00:00
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #37240 2020-06-23 21:25:15 +00:00
test
fpdbgavrclasses.pas FpDebug, Debuggers, IDE: Make MemManager easier to access. (via Controller and Instance) 2020-06-16 13:42:42 +00:00
fpdbgclasses.pp LazDebugFp, FpDebug: TestAssert does not set exception frame. Search by IP address 2020-07-08 22:39:00 +00:00
fpdbgcommon.pas Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
fpdbgcontroller.pas FpDebug: Pause at hardcoded int3 2020-07-05 19:16:59 +00:00
fpdbgdarwinclasses.pas FpDebug: fix darwin, issue #0037234 2020-06-23 12:45:34 +00:00
fpdbgdisasavr.pp Renamed TDbgDisassembler class and all related classes to avoid name clashes with FpDebugDebugger classes. 2020-03-12 14:21:17 +00:00
fpdbgdisasx86.pp FpDebug: Improve stack frame detection (64bit) 2020-06-28 14:43:08 +00:00
fpdbgdwarf.pas FpDebug/LazDebuggerfp: Make memory limits configurable 2020-07-05 01:18:32 +00:00
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.pas FpDebug: Always get a Dwarf Context (if there are any units) => at least for global vars/symbols 2020-06-16 19:57:31 +00:00
fpdbgdwarffreepascal.pas FpDebug: find stackframe for exception 2020-06-28 14:43:10 +00:00
fpdbgdwarfverboseprinter.pas
fpdbghardcodedfreepascalinfo.pas FpDebug: Introduce configurable limits for mem usages / display len of array or string 2020-06-19 17:45:24 +00:00
fpdbginfo.pas LasDebuggerFp: Better error handling when trying to cast to instance class (show none casted class, if cast not avail) 2020-06-19 17:45:26 +00:00
fpdbglinuxclasses.pas FpDebug: refactor showing exception details 2020-06-17 16:52:12 +00:00
fpdbglinuxextra.pas
fpdbgloader.pp 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
fpdbgpetypes.pp
fpdbgrsp.pas Change PtrUInt to TDbgPtr to be consistent with FpDbgClasses unit 2020-03-12 20:00:13 +00:00
fpdbgsymbols.pas
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: Improve using linker symbols (.symtab) on Linux. (Store SectionEnd Addr as upper bound for search) 2020-07-03 13:35:35 +00:00
fpdbgutil.pp
fpdbgwinclasses.pas FpDebug: refactor showing exception details 2020-06-17 16:52:12 +00:00
fpdbgwinextra.pp
fpdebug.lpk FPDebug: enabled i18n, fixed typos, added Russian translation 2020-06-19 23:04:56 +00:00
fpdebug.pas FpDebug: Added hardcoded debug-info for the evaluation of Exception-classes 2020-06-12 22:00:53 +00:00
fpdmemorytools.pas FpDebug/LazDebuggerfp: Make memory limits configurable 2020-07-05 01:18:32 +00:00
fperrormessages.pas FPDebug: enabled i18n, fixed typos, added Russian translation 2020-06-19 23:04:56 +00:00
fpimgreaderbase.pas FpDebug: Windows, show dll-entrypoint+offs in stack/thread list 2020-06-18 02:13:00 +00:00
fpimgreaderelf.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
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: 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
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 PE-Symbol loader. Use correct offset for each section 2020-07-02 13:23:36 +00:00
fpimgreaderwinpetypes.pas
fpmake.pp Debugger: fpmake.pp updated, FpDbgHardcodedFreepascalInfo added 2020-06-17 21:56:49 +00:00
fppascalbuilder.pas FpDebug: shorten the output for pchar like types (strings in dwarf 2) 2020-06-19 21:05:17 +00:00
fppascalparser.pas FpDebug: shorten the output for pchar like types (strings in dwarf 2) 2020-06-19 21:05:17 +00: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 2020-06-28 11:01:41 +00:00
Makefile.compiled
Makefile.fpc buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
README_DUBY.txt
README_macho.txt