lazarus/components/fpdebug
2019-10-28 17:07:06 +00:00
..
app FpDebug: rename TFpInternalBreakpointBase into TFpDbgBreakpoint / Make other packages use TFpDbgBreakpoint instead of internal class. 2019-10-05 11:09:44 +00:00
test FpDebug: Tests for TFpDbgValueSize operators 2019-10-09 20:06:26 +00:00
fpdbgclasses.pp FpDebug: fix range check error in FindProcSymbol. (int64 vs qword). 2019-10-28 17:07:04 +00:00
fpdbgcontroller.pas FpDebug: ensure any StackFrame data is cleared on run. (fix displaying old stacktraces) 2019-10-28 17:07:06 +00:00
fpdbgdarwinclasses.pas FpDebug: More fixes to compile for Mac 2019-10-08 22:50:23 +00:00
fpdbgdisasx86.pp FpDebug: Stepping commands, refactor (partly) detection of "call" instruction. 2019-09-14 14:33:10 +00:00
fpdbgdwarf.pas FpDebug: limit array stride workaround to fpc < 3.3 / Fix stride calculations 2019-10-13 12:25:40 +00:00
fpdbgdwarfconst.pas FpDebug: implement watching bitpacked array/record 2019-10-09 20:06:21 +00:00
fpdbgdwarfdataclasses.pas FpDebug: Use LastError from value object. 2019-10-13 12:25:37 +00:00
fpdbgdwarffreepascal.pas fpdebug: clean up 2019-10-22 15:10:12 +00:00
fpdbgdwarfverboseprinter.pas
fpdbginfo.pas FpDebug: Use LastError from value object. 2019-10-13 12:25:37 +00:00
fpdbglinuxclasses.pas fpdebug: clean up 2019-10-22 15:10:12 +00:00
fpdbglinuxextra.pas LazDebuggerFp, FpDebug: Attach and Detach (Windows/Linux) 2019-10-03 18:38:10 +00:00
fpdbgloader.pp
fpdbgpetypes.pp
fpdbgsymbols.pas fpdebug: clean up 2019-10-22 15:10:12 +00:00
fpdbgsymtable.pas
fpdbgsymtablecontext.pas FpDebug: implement watching bitpacked array/record 2019-10-09 20:06:21 +00:00
fpdbgutil.pp FpDebug/LazDebuggerFp: Refactor logging, use LazLogger for all logging. 2019-06-19 15:26:22 +00:00
fpdbgwinclasses.pas FpDebug: fix range check error in FindProcSymbol. (int64 vs qword). 2019-10-28 17:07:04 +00:00
fpdbgwinextra.pp Fix compile / issue #0036204 2019-10-24 20:22:45 +00:00
fpdebug.lpk FpDebug: clean up 2019-06-18 18:39:24 +00:00
fpdebug.pas
fpdmemorytools.pas FpDebug: Use LastError from value object. 2019-10-13 12:25:37 +00:00
fperrormessages.pas FpDebug: small change to array address error checks 2019-10-13 12:25:39 +00:00
fpimgreaderbase.pas FpDebug: Fix upper/lower spelling of Contents/MacOS 2019-04-27 15:10:17 +00:00
fpimgreaderelf.pas
fpimgreaderelftypes.pas
fpimgreadermacho.pas FpDebug/LazDebuggerFp: Refactor logging, use LazLogger for all logging. 2019-06-19 15:26:22 +00:00
fpimgreadermachofile.pas
fpimgreaderwinpe.pas
fpimgreaderwinpetypes.pas
fppascalbuilder.pas FpDebug: Prevent a stack overflow, recursive display of record in record constructor "TFoo.Create(a: TFoo)". Outer "AFlags" were hidden, preventing the recursion from being detected 2019-10-11 12:07:24 +00:00
fppascalparser.pas fpdebug: clean up 2019-10-22 15:10:12 +00:00
macho.pas
Makefile
Makefile.compiled
Makefile.fpc
README_DUBY.txt
README_macho.txt