.. |
app
|
FpDebug/FPD: Add FpDbgDwarfFreePascal - This activates the FPC specific dwarf interpretation.
|
2021-11-28 10:57:03 +01:00 |
languages
|
Translations: French translation update by Gilles Vasseur, issue #39487
|
2021-11-26 03:58:45 +03:00 |
test
|
FpDebug: PascalParser, fixed unary minus after comma.
|
2022-06-30 13:09:30 +02: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, rewrite of "step after hitting breakpoint". Fix issues with incorrect steps (Instr-Ptr not reset) in multi thread scenario, when the int3 had been remove in the meantime.
|
2023-02-17 10:44:38 +01:00 |
fpdbgcommon.pas
|
FpDebug: add {$else} for targets not matched by any of the ifdef
|
2022-03-06 17:47:21 +01:00 |
fpdbgcontroller.pas
|
FpDebug: Ensure internal breakpoint is freed, if cmd is finished. Add asserts
|
2022-03-06 17:47:22 +01:00 |
fpdbgdarwinclasses.pas
|
FpDebug: more asserts for correct thread usage
|
2021-10-13 21:50: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
|
FpDebug: fix accessing nil pointer
|
2022-08-07 15:59:28 +02:00 |
fpdbgdwarfconst.pas
|
FpDebug: implement watching bitpacked array/record
|
2019-10-09 20:06:21 +00:00 |
fpdbgdwarfdataclasses.pas
|
FpDebug: Workaround for dangling pointer to FScanAllWorker.FScanScopeList (in FCompUnitScope.FScopeListPtr), set by FScanScopeList.BuildList.
|
2022-05-09 02:00:49 +02:00 |
fpdbgdwarffreepascal.pas
|
FpDebug: fix crash on nil object
|
2022-06-23 21:31:43 +02: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
|
FpDebug: fix uninitialized return value
|
2022-03-06 17:47:21 +01:00 |
fpdbglinuxclasses.pas
|
FpDebug: fix setting negative value to Register for 32bit target.
|
2022-06-30 13:09:30 +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:27:59 +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: Fixed uninitialized variables.
|
2022-03-06 17:47:22 +01:00 |
fpdbgwinclasses.pas
|
FpDebug: Make commit IFDEFed: Windows, rewrite of "step after hitting breakpoint".
|
2023-02-17 14:46:58 +01:00 |
fpdbgwinextra.pp
|
Fix compile / issue #0036204
|
2019-10-24 20:22:45 +00:00 |
fpdebug.lpk
|
FpDebug, CmdLineDebuggerBase, LazDebugTestBase: Remove "design time", those are run-time packages (they are for use in the IDE, be serving as base classes to other design time packages. But they should not be listed for installation into the IDE on their own.
|
2022-03-06 17:47:19 +01:00 |
fpdebug.pas
|
FpDebug, CmdLineDebuggerBase: Remove "design time".... / Add missing changes in packagefile
|
2022-03-06 17:47:20 +01:00 |
fpdmemorytools.pas
|
FpDebug: fix setting negative value to Register for 32bit target.
|
2022-06-30 13:09:30 +02:00 |
fperrormessages.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpimgreaderbase.pas
|
FpDebug: reduced debugln
|
2021-12-09 18:49:11 +01:00 |
fpimgreaderelf.pas
|
FpDebug: reduced debugln
|
2021-12-09 18:49:11 +01: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: reduced debugln
|
2021-12-09 18:49:11 +01:00 |
fpimgreaderwinpetypes.pas
|
|
|
fpmake.pp
|
FpDebug: Fpmake.pp updated
|
2020-12-28 21:27:55 +00:00 |
fppascalbuilder.pas
|
FpDebug: Fix QuoteWideText => wrong result len
|
2022-04-01 15:10:03 +02:00 |
fppascalparser.pas
|
FpDebug: PascalParser, fixed unary minus after comma.
|
2022-06-30 13:09:30 +02: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 fixes version to 2.2.2
|
2022-05-15 09:51:43 +02:00 |
Makefile.compiled
|
set fixes version to 2.2.0RC1
|
2021-06-15 13:51:24 +00:00 |
Makefile.fpc
|
set fixes version to 2.2.0RC1
|
2021-06-15 13:51:24 +00:00 |
README_DUBY.txt
|
|
|
README_macho.txt
|
|
|