lazarus/components/fpdebug
joost 147a8bf840 FpDebugger (console): Show registers
git-svn-id: trunk@45650 -
2014-06-24 20:03:28 +00:00
..
app FpDebugger (console): Show registers 2014-06-24 20:03:28 +00:00
test
fpdbgclasses.pp LazDebuggerFp (pure): Improved handling of step-over/into-line, when a library is loaded, a breakpoint is hit or when stepping out of a procedure. 2014-06-21 19:10:03 +00:00
fpdbgcontroller.pas LazDebuggerFp (pure): Improved handling of step-over/into-line, when a library is loaded, a breakpoint is hit or when stepping out of a procedure. 2014-06-21 19:10:03 +00:00
fpdbgdarwinclasses.pas FpDebug (pure): Add/remove 64-bit watchpoints on Darwin 2014-06-24 17:36:36 +00:00
fpdbgdisasx86.pp
fpdbgdwarf.pas
fpdbgdwarfconst.pas
fpdbgdwarfdataclasses.pas FpDebug: In 64-bit binaries the size of references to Dwarf-data is not dependent on the address-size, but on the Dwarf-format being in 64-bit format 2014-05-29 20:15:15 +00:00
fpdbgdwarffreepascal.pas
fpdbgdwarfverboseprinter.pas
fpdbginfo.pas FpDebug: Partly revert of accidentally committed r45286 #0275eec89b. The part that hasn't been reverted is the removal of the dependency on LCLbase. 2014-06-01 16:41:11 +00:00
fpdbgloader.pp LazDebuggerFp (pure): Read macho-64 binaries 2014-05-25 16:38:40 +00:00
fpdbgpetypes.pp
fpdbgsymbols.pas
fpdbgsymtable.pas FpDebug: Read the symbol-table on OS/X 2014-05-14 20:21:22 +00:00
fpdbgsymtablecontext.pas FpDebug: Read the symbol-table on OS/X 2014-05-14 20:21:22 +00:00
fpdbgutil.pp
fpdbgwinclasses.pas LazDebuggerFp (pure): Rewrote/refactored ResolveDebugEvent. As much as possible code moved from the os-specific classes to the general classes. Now TDbgProcess and TDbgThread only handle single-stepping and the handling of breakpoints and exceptions. Other commands (like step-line, step-into-line etc) are implemented as childs of TDbgControllerCmd. All specific handling is done in those classes. 2014-06-20 15:22:45 +00:00
fpdbgwinextra.pp
fpdebug.lpk FpDebug: Read the symbol-table on OS/X 2014-05-14 20:21:22 +00:00
fpdebug.pas FpDebug: Read the symbol-table on OS/X 2014-05-14 20:21:22 +00:00
fpdmemorytools.pas
fperrormessages.pas
fpimgreaderbase.pas FpDebug: Read the symbol-table on OS/X 2014-05-14 20:21:22 +00:00
fpimgreaderelf.pas
fpimgreaderelftypes.pas
fpimgreadermacho.pas LazDebuggerFp (pure): Read macho-64 binaries 2014-05-25 16:38:40 +00:00
fpimgreadermachofile.pas LazDebuggerFp (pure): Read macho-64 binaries 2014-05-25 16:38:40 +00:00
fpimgreaderwinpe.pas LazDebuggerFp (pure): Parse symbol-table on Windows. (Enables software-exceptions support) 2014-05-24 21:26:27 +00:00
fpimgreaderwinpetypes.pas
fppascalbuilder.pas git-svn-id: trunk@45286 - 2014-06-01 16:28:56 +00:00
fppascalparser.pas FpDebug: error checks 2014-05-05 22:57:31 +00:00
macho.pas FpDebug (pure): Fixed some constant values 2014-05-30 09:21:52 +00:00
README_DUBY.txt
README_macho.txt