| .. |
|
app
|
Added FpDbgAvrClasses to uses list so that AVR debugging is available in fpd
|
2020-03-12 14:21:07 +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
|
FpDebug: refactor showing exception details
|
2020-06-17 16:52:12 +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: refactor showing exception details
|
2020-06-17 16:52:12 +00:00 |
|
fpdbgdarwinclasses.pas
|
FpDebug: refactor showing exception details
|
2020-06-17 16:52:12 +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: Fix "stepped out" detection for step-over/in. Do not stop an "leave" command.
|
2020-04-24 20:08:11 +00:00 |
|
fpdbgdwarf.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 |
|
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: Always get a Dwarf Context (if there are any units) => at least for global vars/symbols
|
2020-06-16 19:57:31 +00:00 |
|
fpdbgdwarfverboseprinter.pas
|
|
|
|
fpdbghardcodedfreepascalinfo.pas
|
fpdebug: compile with 3.0.4
|
2020-06-16 11:26:06 +00:00 |
|
fpdbginfo.pas
|
FpDebug: remove deprecated FindContext(address-only)
|
2020-06-16 19:57:29 +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
|
|
|
|
fpdbgsymtablecontext.pas
|
FpDebug: remove deprecated FindContext(address-only)
|
2020-06-16 19:57:29 +00:00 |
|
fpdbgutil.pp
|
|
|
|
fpdbgwinclasses.pas
|
FpDebug: refactor showing exception details
|
2020-06-17 16:52:12 +00:00 |
|
fpdbgwinextra.pp
|
|
|
|
fpdebug.lpk
|
FpDebug: Added hardcoded debug-info for the evaluation of Exception-classes
|
2020-06-12 22:00:53 +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
|
|
|
|
fperrormessages.pas
|
|
|
|
fpimgreaderbase.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 |
|
fpimgreaderelf.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 |
|
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: 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 |
|
fpimgreaderwinpetypes.pas
|
|
|
|
fpmake.pp
|
Debugger: fpmake.pp updated, FpDbgHardcodedFreepascalInfo added
|
2020-06-17 21:56:49 +00:00 |
|
fppascalbuilder.pas
|
|
|
|
fppascalparser.pas
|
FpDebug: add error message
|
2020-06-17 20:01:27 +00:00 |
|
macho.pas
|
|
|
|
Makefile
|
buildintf: split from ideintf
|
2020-03-22 11:58:11 +00:00 |
|
Makefile.compiled
|
|
|
|
Makefile.fpc
|
buildintf: split from ideintf
|
2020-03-22 11:58:11 +00:00 |
|
README_DUBY.txt
|
|
|
|
README_macho.txt
|
|
|