.. |
app
|
FpDebug: test and helper apps, fixed some compile errors
|
2021-02-12 18:31:09 +00:00 |
languages
|
LazDebuggerFpGdbmi: i18n-ed menu caption, regenerated translations and updated Russian translation
|
2021-05-25 21:42:56 +00:00 |
test
|
FpDebug: test and helper apps, fixed some compile errors
|
2021-02-12 18:31:09 +00:00 |
fpdbgavrclasses.pas
|
fpdebug: less hints
|
2021-02-28 08:52:37 +00:00 |
fpdbgcallcontextinfo.pas
|
LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
|
2021-05-29 22:51:09 +00:00 |
fpdbgclasses.pp
|
LazDebuggerFp, FpDebug: Modify watches/values in target
|
2021-05-30 19:01:08 +00:00 |
fpdbgcommon.pas
|
FpDebug/LazDebugger: add asserts for thread safety
|
2021-02-11 22:40:29 +00:00 |
fpdbgcontroller.pas
|
LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
|
2021-05-29 22:51:09 +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
|
fpdebug: less hints
|
2021-02-28 08:52:37 +00:00 |
fpdbgdisasx86.pp
|
FpDebug: Disassemble, fixed multibyte NOP Issue #0038625
|
2021-04-14 16:28:37 +00:00 |
fpdbgdwarf.pas
|
FpDebug: Allow watches with unit prefix: unit1.MyValue
|
2021-06-03 16:42:41 +00:00 |
fpdbgdwarfconst.pas
|
FpDebug: implement watching bitpacked array/record
|
2019-10-09 20:06:21 +00:00 |
fpdbgdwarfdataclasses.pas
|
FpDebug: Improve encapsulation
|
2021-06-08 19:32:22 +00:00 |
fpdbgdwarffreepascal.pas
|
FpDebug: Less compile warnings
|
2021-05-31 14:24:55 +00:00 |
fpdbgdwarfverboseprinter.pas
|
FpDebug: Fix Dwarf3 on 64bit. The The 32/64bit signature in the dwarf header should only affect references within the dwarf info. But by accident it affected constant addresses. This lead to truncation of some addresses, when dwarf-3 was used with 64 bit targets.
|
2018-12-10 20:57:24 +00:00 |
fpdbghardcodedfreepascalinfo.pas
|
FpDebug: remove MemMgr.DefaultContext. All MemRead/Write must go via a location-context.
|
2021-02-12 18:31:07 +00:00 |
fpdbginfo.pas
|
FpDebug: Allow watches with unit prefix: unit1.MyValue
|
2021-06-03 16:42:41 +00:00 |
fpdbglinuxclasses.pas
|
LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
|
2021-05-29 22:51:09 +00:00 |
fpdbglinuxextra.pas
|
LazDebuggerFp, FpDebug: Attach and Detach (Windows/Linux)
|
2019-10-03 18:38:10 +00:00 |
fpdbgloader.pp
|
FpDebug: remove circular unit references
|
2020-08-23 22:57:41 +00:00 |
fpdbgpetypes.pp
|
|
|
fpdbgrsp.pas
|
FpDebug,AVR: fix communication with gdbserver / thread safety. Patch by Christo Crause Issue #0038443
|
2021-02-11 23:18:12 +00:00 |
fpdbgsymbols.pas
|
fpdebug: clean up
|
2019-10-22 15:10:12 +00:00 |
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: Allow watches with unit prefix: unit1.MyValue
|
2021-06-03 16:42:41 +00:00 |
fpdbgutil.pp
|
FpDebug: Allow multiple threads to call TFpThreadWorkerItem.WaitForFinish
|
2021-06-08 20:58:38 +00:00 |
fpdbgwinclasses.pas
|
LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
|
2021-05-29 22:51:09 +00:00 |
fpdbgwinextra.pp
|
Fix compile / issue #0036204
|
2019-10-24 20:22:45 +00:00 |
fpdebug.lpk
|
FpDebug: less compile hints
|
2021-06-01 13:55:10 +00:00 |
fpdebug.pas
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
fpdmemorytools.pas
|
LazDebuggerFp, FpDebug: Modify watches/values in target
|
2021-05-30 19:01:08 +00:00 |
fperrormessages.pas
|
LazDebuggerFpGdbmi: i18n-ed menu caption, regenerated translations and updated Russian translation
|
2021-05-25 21:42:56 +00:00 |
fpimgreaderbase.pas
|
Codetools, Debugger: Use a faster compare method for case-insensitive strings and StringLists.
|
2021-02-05 11:28:11 +00:00 |
fpimgreaderelf.pas
|
FpDebug: fix 32bit elf-imagereader (wrong variable used). Issue #38449 Patch by Christo Crause
|
2021-02-08 02:25:10 +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
|
New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
|
2021-02-15 08:43:50 +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
|
Codetools, Debugger: Use a faster compare method for case-insensitive strings and StringLists.
|
2021-02-05 11:28:11 +00:00 |
fpimgreaderwinpetypes.pas
|
|
|
fpmake.pp
|
FpDebug: Fpmake.pp updated
|
2020-12-28 21:27:55 +00:00 |
fppascalbuilder.pas
|
FpDebug: remove MemMgr.DefaultContext. All MemRead/Write must go via a location-context.
|
2021-02-12 18:31:07 +00:00 |
fppascalparser.pas
|
FpDebug: fix WITH_REFCOUNT_DEBUG for unitname.var
|
2021-06-08 19:32:26 +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
|
2021-02-13 13:01:14 +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
|
|
|