lazarus/components/fpdebug
2020-11-12 12:02:33 +00:00
..
app FpDebug, apps: Compilation fixes 2020-08-18 23:12:48 +00:00
languages FPDebug: fixed typo, regenerated translations and updated Russian translation 2020-09-20 23:35:54 +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
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: Use thread-save iterator. Issue #0038047, #38068 . Normal Iterators are added/removed to/from FIterators: TList => which is not thread save. Since the map in question never changes during iteration, the callbacks are not needed. 2020-11-12 12:02:33 +00:00
fpdbgcommon.pas
fpdbgcontroller.pas FpDebug: fix opening files with utf8 name on windows / prevent crash in trying to create filehandle, when an exception occurs. Issue #37884 2020-10-08 20:58:14 +00:00
fpdbgdarwinclasses.pas FpDebug: fix darwin, issue #0037234 2020-06-23 12:45:34 +00:00
fpdbgdisasavr.pp
fpdbgdisasx86.pp FpDebug: Improve stack frame detection (64bit) 2020-06-28 14:43:08 +00:00
fpdbgdwarf.pas FpDebugger: Show classname for functions in stack. 2020-10-15 18:38:20 +00:00
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.pas FpDebug: Use thread-save iterator. Issue #0038047, #38068 . Normal Iterators are added/removed to/from FIterators: TList => which is not thread save. Since the map in question never changes during iteration, the callbacks are not needed. 2020-11-12 12:02:33 +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
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: logging for ThreadWorkerQueue 2020-10-15 18:37:40 +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: fixed typo, regenerated translations and updated Russian translation 2020-09-20 23:35:54 +00:00
fpimgreaderbase.pas FpDebug: fix stdcall 2020-10-09 14:17:22 +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
fpimgreadermacho.pas
fpimgreadermachofile.pas
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: Do not display (nested) records as pointer. 2020-09-25 22:08:47 +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