lazarus/components/fpdebug
2014-04-06 14:30:04 +00:00
..
app FpDebug: restructure dwarf classes, preparation for adding fpc specific subclasses 2014-04-03 17:44:49 +00:00
test FpDebug: use TFpDbgValue in Context.FindSymbol 2014-04-04 18:24:15 +00:00
fpdbgclasses.pp * Use TProcess to start debuggee, since it handles stuff like stdin/out, environment variables and such 2014-03-30 20:28:32 +00:00
fpdbgcontroller.pas FpDebug: Don not pause debugging after a library has been loaded 2014-04-06 13:41:27 +00:00
fpdbgdarwinclasses.pas * Reset a breakpoint after hitting it 2014-04-04 20:17:17 +00:00
fpdbgdisasx86.pp
fpdbgdwarf.pas FpDebug: fixed crash when attempting to inspect method (not implemented) 2014-04-05 22:59:10 +00:00
fpdbgdwarfconst.pas move debug/verbose code to own unit 2014-04-01 23:44:33 +00:00
fpdbgdwarfdataclasses.pas FpDebug: refactor, each value in an expression keeps its own context (prepare for fpc nested proc) 2014-04-05 22:27:53 +00:00
fpdbgdwarffreepascal.pas FpDebug: refactor, each value in an expression keeps its own context (prepare for fpc nested proc) 2014-04-05 22:27:53 +00:00
fpdbgdwarfverboseprinter.pas * Fixed compilation for non-Windows systems 2014-04-05 09:55:42 +00:00
fpdbginfo.pas FpDebug: refactor, each value in an expression keeps its own context (prepare for fpc nested proc) 2014-04-05 22:27:53 +00:00
fpdbgloader.pp
fpdbgpetypes.pp
fpdbgsymbols.pas FpDebug: Replaced several writeln's with DebugLn's, since WriteLn does not work well on Windows GUI-applications. This messes up the output of console-debuggers, but that needs some re-modeling anyway. 2014-04-06 14:30:04 +00:00
fpdbgutil.pp FpDebug: Replaced several writeln's with DebugLn's, since WriteLn does not work well on Windows GUI-applications. This messes up the output of console-debuggers, but that needs some re-modeling anyway. 2014-04-06 14:30:04 +00:00
fpdbgwinclasses.pas FpDebug: Replaced several writeln's with DebugLn's, since WriteLn does not work well on Windows GUI-applications. This messes up the output of console-debuggers, but that needs some re-modeling anyway. 2014-04-06 14:30:04 +00:00
fpdbgwinextra.pp
fpdebug.lpk FpDebug: 2014-04-05 08:07:24 +00:00
fpdebug.pas FpDebug: 2014-04-05 08:07:24 +00:00
fpdmemorytools.pas FpDebug: restructure dwarf classes, preparation for adding fpc specific subclasses 2014-04-03 23:24:00 +00:00
fperrormessages.pas FpDebug: restructure dwarf classes, preparation for adding fpc specific subclasses 2014-04-03 23:24:00 +00:00
fpimgreaderbase.pas FpDebug: Spelling 2014-03-23 15:35:37 +00:00
fpimgreaderelf.pas FpDebug: Spelling 2014-03-23 15:35:37 +00:00
fpimgreaderelftypes.pas
fpimgreadermacho.pas FpDebug: Spelling 2014-03-23 15:35:37 +00:00
fpimgreadermachofile.pas
fpimgreaderwinpe.pas FpDebug: Spelling 2014-03-23 15:35:37 +00:00
fpimgreaderwinpetypes.pas
fppascalbuilder.pas FpDebug: fix endless recursion 2014-03-31 21:26:03 +00:00
fppascalparser.pas FpDebug: refactor, each value in an expression keeps its own context (prepare for fpc nested proc) 2014-04-05 22:27:53 +00:00
macho.pas
README_DUBY.txt
README_macho.txt