| .. |
|
app
|
FpDebug, apps: Compilation fixes
|
2020-08-18 23:12:48 +00:00 |
|
languages
|
FpDebug: Cleanup of several issues introduced in r63899 #539c1f9a2b, in which a lot more was committed then planned. Among others utility functions to allow calling functions with parameters. The ability to set the value of (regvar) variables and some minor bug-fixes. As part of the parameter-support, addresses located in a register are not immediately read and converted to constants anymore. But the location of the actual register is stored. This might have unforeseen side-effects
|
2020-09-20 21:52:48 +00:00 |
|
test
|
FpDebug: Rename some context classes, and search functions. Start differentiating between Context and SearchScope
|
2020-08-18 23:12:42 +00:00 |
|
fpdbgavrclasses.pas
|
FpDebug, Debuggers, IDE: Make MemManager easier to access. (via Controller and Instance)
|
2020-06-16 13:42:42 +00:00 |
|
fpdbgcallcontextinfo.pas
|
FpDebug: Cleanup of several issues introduced in r63899 #539c1f9a2b, in which a lot more was committed then planned. Among others utility functions to allow calling functions with parameters. The ability to set the value of (regvar) variables and some minor bug-fixes. As part of the parameter-support, addresses located in a register are not immediately read and converted to constants anymore. But the location of the actual register is stored. This might have unforeseen side-effects
|
2020-09-20 21:52:48 +00:00 |
|
fpdbgclasses.pp
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +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: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +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: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
|
fpdbgdwarfconst.pas
|
|
|
|
fpdbgdwarfdataclasses.pas
|
FpDebug: Cleanup of several issues introduced in r63899 #539c1f9a2b, in which a lot more was committed then planned. Among others utility functions to allow calling functions with parameters. The ability to set the value of (regvar) variables and some minor bug-fixes. As part of the parameter-support, addresses located in a register are not immediately read and converted to constants anymore. But the location of the actual register is stored. This might have unforeseen side-effects
|
2020-09-20 21:52:48 +00:00 |
|
fpdbgdwarffreepascal.pas
|
FpDebug: make more string params "const foo :string"
|
2020-08-22 20:27:14 +00:00 |
|
fpdbgdwarfverboseprinter.pas
|
|
|
|
fpdbghardcodedfreepascalinfo.pas
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
|
fpdbginfo.pas
|
FpDebug: Cleanup of several issues introduced in r63899 #539c1f9a2b, in which a lot more was committed then planned. Among others utility functions to allow calling functions with parameters. The ability to set the value of (regvar) variables and some minor bug-fixes. As part of the parameter-support, addresses located in a register are not immediately read and converted to constants anymore. But the location of the actual register is stored. This might have unforeseen side-effects
|
2020-09-20 21:52:48 +00:00 |
|
fpdbglinuxclasses.pas
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
|
fpdbglinuxextra.pas
|
|
|
|
fpdbgloader.pp
|
FpDebug: remove circular unit references
|
2020-08-23 22:57:41 +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: Separate Context and SearchScope
|
2020-08-18 23:12:46 +00:00 |
|
fpdbgutil.pp
|
FpDebug: WorkerQueue, protect with try finally
|
2020-08-26 19:15:00 +00:00 |
|
fpdbgwinclasses.pas
|
FpDebug: Win, add debugln for ContinueDbgEvent / WaitForDebugEvent
|
2020-08-18 11:37:54 +00:00 |
|
fpdbgwinextra.pp
|
|
|
|
fpdebug.lpk
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
|
fpdebug.pas
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
|
fpdmemorytools.pas
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
|
fperrormessages.pas
|
FpDebug: Cleanup of several issues introduced in r63899 #539c1f9a2b, in which a lot more was committed then planned. Among others utility functions to allow calling functions with parameters. The ability to set the value of (regvar) variables and some minor bug-fixes. As part of the parameter-support, addresses located in a register are not immediately read and converted to constants anymore. But the location of the actual register is stored. This might have unforeseen side-effects
|
2020-09-20 21:52:48 +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: Fix QuoteText
|
2020-09-17 23:04:18 +00:00 |
|
fppascalparser.pas
|
FpDebug: Separate Context and SearchScope
|
2020-08-18 23:12:46 +00:00 |
|
macho.pas
|
|
|
|
Makefile
|
LazUtils/FreeType: Separate FreeType stuff into its own package
|
2020-07-14 18:09:17 +00:00 |
|
Makefile.compiled
|
LazUtils/FreeType: Separate FreeType stuff into its own package
|
2020-07-14 18:09:17 +00:00 |
|
Makefile.fpc
|
LazUtils/FreeType: Separate FreeType stuff into its own package
|
2020-07-14 18:09:17 +00:00 |
|
README_DUBY.txt
|
|
|
|
README_macho.txt
|
|
|