| .. |
|
app
|
FpDebug, apps: Compilation fixes
|
2020-08-18 23:12:48 +00:00 |
|
languages
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #38436
|
2021-02-03 22:42:52 +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
|
LazDebuggerFp, FpDebug: Show an error message, if the debugger cannot run the application. Issue #0038167
|
2020-12-19 22:39:00 +00:00 |
|
fpdbgcallcontextinfo.pas
|
FpDebug: Removed usage of hard-coded register
|
2020-12-30 19:15:57 +00:00 |
|
fpdbgclasses.pp
|
FpDebug: fix threadmap iterator in linux classes. Broken by locked-iterator
|
2020-12-20 11:00:58 +00:00 |
|
fpdbgcommon.pas
|
|
|
|
fpdbgcontroller.pas
|
LazDebuggerFp, FpDebug: Show an error message, if the debugger cannot run the application. Issue #0038167
|
2020-12-19 22:39:00 +00:00 |
|
fpdbgdarwinclasses.pas
|
LazDebuggerFp, FpDebug: Show an error message, if the debugger cannot run the application. Issue #0038167
|
2020-12-19 22:39:00 +00:00 |
|
fpdbgdisasavr.pp
|
|
|
|
fpdbgdisasx86.pp
|
FpDebug: Improve stack frame detection (64bit)
|
2020-06-28 14:43:08 +00:00 |
|
fpdbgdwarf.pas
|
FpDebug: add size for function-ref
|
2021-01-16 19:30:06 +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: better shortstring detection / pointer base-size for string/array types
|
2021-01-16 19:30:08 +00:00 |
|
fpdbgdwarfverboseprinter.pas
|
|
|
|
fpdbghardcodedfreepascalinfo.pas
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
|
fpdbginfo.pas
|
FpDebug: check for nil, before accessing.
|
2021-01-08 23:07:55 +00:00 |
|
fpdbglinuxclasses.pas
|
FpDebug: support more function-arguments (x86_64)
|
2020-12-28 21:33:51 +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
|
LazDebuggerFp, FpDebug: Show an error message, if the debugger cannot run the application. Issue #0038167
|
2020-12-19 22:39:00 +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 typos, regenerated translations and updated Russian translation
|
2020-12-20 22:11:02 +00:00 |
|
fpimgreaderbase.pas
|
LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
|
2021-01-14 12:41:32 +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
|
FpDebug: Fpmake.pp updated
|
2020-12-28 21:27:55 +00:00 |
|
fppascalbuilder.pas
|
FpDebug: Do not display (nested) records as pointer.
|
2020-09-25 22:08:47 +00:00 |
|
fppascalparser.pas
|
FpDebug: missing result initialization
|
2021-01-16 19:30:10 +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
|
|
|