.. |
app
|
FpDebug/FPD: Add FpDbgDwarfFreePascal - This activates the FPC specific dwarf interpretation.
|
2021-11-28 10:53:43 +01:00 |
languages
|
Translations: French translation update by Gilles Vasseur, issue #39487
|
2021-11-26 03:47:29 +03:00 |
test
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgavrclasses.pas
|
Fix signature of inherited call in TAvrProcess.Create.
|
2021-11-06 14:23:32 +01:00 |
fpdbgcallcontextinfo.pas
|
LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
|
2021-05-29 22:51:09 +00:00 |
fpdbgclasses.pp
|
FpDebug: Removed TDbgInstance.AddrOffset and other old attempts to relocate libraries properly
|
2021-12-08 00:43:17 +01:00 |
fpdbgcommon.pas
|
FpDebug/LazDebugger: add asserts for thread safety
|
2021-02-11 22:40:29 +00:00 |
fpdbgcontroller.pas
|
LazDebuggerFp: Fix Stepping and threads / Ensure loop exits with correct EventType
|
2021-12-09 18:17:56 +01:00 |
fpdbgdarwinclasses.pas
|
FpDebug: compilation fixes for Mac
|
2021-11-09 16:34:59 +01:00 |
fpdbgdisasavr.pp
|
MAX_CODE_BIN should be at least as big as MaxPrologueSize.
|
2021-11-01 12:14:47 +02:00 |
fpdbgdisasx86.pp
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbgdwarf.pas
|
FpDebug: reduced debugln
|
2021-12-07 23:21:42 +01:00 |
fpdbgdwarfconst.pas
|
FpDebug: implement watching bitpacked array/record
|
2019-10-09 20:06:21 +00:00 |
fpdbgdwarfdataclasses.pas
|
FpDebug: Removed TDbgInstance.AddrOffset and other old attempts to relocate libraries properly
|
2021-12-08 00:43:17 +01:00 |
fpdbgdwarffreepascal.pas
|
FpDebug: Win64 SEH finally sub-routines, find the symbol for the procedure actually owning the finally block
|
2021-12-07 22:56:11 +01:00 |
fpdbgdwarfverboseprinter.pas
|
Debugger: allow to force lazloggerbase via define
|
2021-06-14 07:30:45 +00:00 |
fpdbghardcodedfreepascalinfo.pas
|
FpDebug: add a few missing "const" for params
|
2021-11-14 15:36:41 +01:00 |
fpdbginfo.pas
|
FpDebug: Implement finding "address for line" before/after the requested line, if there is no entry for the request.
|
2021-12-07 20:35:49 +01:00 |
fpdbglinuxclasses.pas
|
FpDebug: Load libraries on Linux, and skip incompatible binaries. Also on Windows, for consistency and stability
|
2021-12-08 22:18:04 +01:00 |
fpdbglinuxextra.pas
|
LazDebuggerFp, FpDebug: Attach and Detach (Windows/Linux)
|
2019-10-03 18:38:10 +00:00 |
fpdbgloader.pp
|
FpDebug: Set the TDbgImageReader.LoadedTargetImageAddr at creation, or else parts might already been read when it is set.
|
2021-12-08 00:43:17 +01:00 |
fpdbgpetypes.pp
|
|
|
fpdbgrsp.pas
|
Change StartInstance and AttachInstance to normal methods. TDbgController now calls OSDbgClasses.DbgProcessClass to create a process class instance with a TDbgProcessConfig parameter which can be subclassed and passed around for configuration. The remote configuration is now passed via this parameter as a subclass.
|
2021-11-06 14:23:28 +01: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: reduced debugln
|
2021-12-07 23:21:42 +01:00 |
fpdbgwinclasses.pas
|
FPDebug: fixed compilation on Windows
|
2021-12-09 01:38:49 +03: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.
|
2021-11-25 12:54:25 +01:00 |
fpdebug.pas
|
FpDebug, CmdLineDebuggerBase: Remove "design time".... / Add missing changes in packagefile
|
2021-11-25 21:01:06 +01: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: Set the TDbgImageReader.LoadedTargetImageAddr at creation, or else parts might already been read when it is set.
|
2021-12-08 00:43:17 +01:00 |
fpimgreaderelf.pas
|
FpDebug: Set the TDbgImageReader.LoadedTargetImageAddr at creation, or else parts might already been read when it is set.
|
2021-12-08 00:43:17 +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
|
FpDebug: Set the TDbgImageReader.LoadedTargetImageAddr at creation, or else parts might already been read when it is set.
|
2021-12-08 00:43:17 +01: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: Set the TDbgImageReader.LoadedTargetImageAddr at creation, or else parts might already been read when it is set.
|
2021-12-08 00:43:17 +01:00 |
fpimgreaderwinpetypes.pas
|
|
|
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
|
FpDebug: PascalParser, fixed parsing float. In Pascal the comma is a list-separator. It can not be decimal-point. So using the locale "DecimalSeparor" will get wrong results.
|
2021-12-09 18:17:57 +01: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-10-18 14:32:30 +02: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
|
|
|
README_macho.txt
|
|
|