.. |
app
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
languages
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #39152
|
2021-07-04 21:55:24 +00:00 |
test
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgavrclasses.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgcallcontextinfo.pas
|
LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
|
2021-05-29 22:51:09 +00:00 |
fpdbgclasses.pp
|
FpDebug, Windows: Forward OutputDebugString to IDE.
|
2021-07-19 18:17:06 +00:00 |
fpdbgcommon.pas
|
FpDebug/LazDebugger: add asserts for thread safety
|
2021-02-11 22:40:29 +00:00 |
fpdbgcontroller.pas
|
FpDebug, Windows: Forward OutputDebugString to IDE.
|
2021-07-19 18:17:06 +00:00 |
fpdbgdarwinclasses.pas
|
FpDebug: Add asserts
|
2021-09-26 02:09:18 +02:00 |
fpdbgdisasavr.pp
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgdisasx86.pp
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgdwarf.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgdwarfconst.pas
|
FpDebug: implement watching bitpacked array/record
|
2019-10-09 20:06:21 +00:00 |
fpdbgdwarfdataclasses.pas
|
FpDebug: Fixed mem leak.
|
2021-09-26 16:02:26 +02:00 |
fpdbgdwarffreepascal.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgdwarfverboseprinter.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +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
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbglinuxclasses.pas
|
FpDebug: Add asserts
|
2021-09-26 02:09:18 +02: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: fixed compilation on Windows with FPC trunk, patch by Rika, closes issue #39349
|
2021-09-02 01:24:53 +03:00 |
fpdbgsymbols.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +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: "waitable section" / Protect some code from being entered twice
|
2021-06-14 08:12:49 +00:00 |
fpdbgwinclasses.pas
|
FpDebug: Add asserts
|
2021-09-26 02:09:18 +02:00 |
fpdbgwinextra.pp
|
Fix compile / issue #0036204
|
2019-10-24 20:22:45 +00:00 |
fpdebug.lpk
|
FpDebug: version 1.0
|
2021-06-14 17:00:52 +00:00 |
fpdebug.pas
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
|
2020-09-20 19:21:53 +00:00 |
fpdmemorytools.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fperrormessages.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpimgreaderbase.pas
|
FpDebug: refactor external debug info / Enable for Linux and Windows
|
2021-08-14 15:23:17 +02:00 |
fpimgreaderelf.pas
|
FpDebug: refactor external debug info / Enable for Linux and Windows
|
2021-08-14 15:23:17 +02: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
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +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: refactor external debug info / Enable for Linux and Windows
|
2021-08-14 15:23:17 +02:00 |
fpimgreaderwinpetypes.pas
|
FPDebug: refactored reading image-file, ported elf reader from duby
|
2013-09-24 23:56:45 +00:00 |
fpmake.pp
|
FpDebug: Fpmake.pp updated
|
2020-12-28 21:27:55 +00:00 |
fppascalbuilder.pas
|
FpDebug: remove double line break from formatted watches.
|
2021-07-22 00:29:26 +00:00 |
fppascalparser.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +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
|
set trunk version to 2.3.0
|
2021-06-15 14:00:39 +00:00 |
Makefile.compiled
|
set trunk version to 2.3.0
|
2021-06-15 14:00:39 +00:00 |
Makefile.fpc
|
set trunk version to 2.3.0
|
2021-06-15 14:00:39 +00:00 |
README_DUBY.txt
|
FPDebug: refactored reading image-file, ported elf reader from duby
|
2013-09-24 23:56:45 +00:00 |
README_macho.txt
|
FPDebug: start porting macho reader from duby
|
2013-10-13 14:00:01 +00:00 |