lazarus/components/fpdebug
maxim 9cb353f49d Merged revision(s) 52492 #7c05fefe10 from trunk:
fpdebug: Add package DebuggerIntf as depenency to asmtest program.
........

git-svn-id: branches/fixes_1_6@52610 -
2016-07-03 20:43:14 +00:00
..
app DebuggerIntf: In r49328 #ec422cddc6 the nestedprocvars modeswitch is used. Bug report #28306 shows that this does not work on win32-fpc 2.6.4. Probably a compiler bug. This patch avoids the use of nestedprocvars with fpc versions 2.x.x 2015-06-21 18:10:51 +00:00
test Merged revision(s) 52492 #7c05fefe10 from trunk: 2016-07-03 20:43:14 +00:00
fpdbgclasses.pp fpdebug: using Windows W functions 2016-02-10 19:37:26 +00:00
fpdbgcontroller.pas fpdebug: using Windows W functions 2016-02-10 19:37:26 +00:00
fpdbgdarwinclasses.pas fpdebug: using TProcessUTF8 2015-12-04 17:33:38 +00:00
fpdbgdisasx86.pp Merged revision(s) 52489-52491 #2a41a0e2f4-#2a41a0e2f4 from trunk: 2016-07-03 20:41:10 +00:00
fpdbgdwarf.pas fpdebug: added params to stack 2015-05-20 21:00:18 +00:00
fpdbgdwarfconst.pas move debug/verbose code to own unit 2014-04-01 23:44:33 +00:00
fpdbgdwarfdataclasses.pas fpdebug: fixed mem leak 2015-12-17 21:59:20 +00:00
fpdbgdwarffreepascal.pas FpDebug: recognize parentfp and $parentfp 2014-05-04 19:18:17 +00:00
fpdbgdwarfverboseprinter.pas FpDebug: Re-structured the reading of debug-information from multiple files. 2015-04-05 20:08:17 +00:00
fpdbginfo.pas fpdebug: added params to stack 2015-05-20 21:00:18 +00:00
fpdbglinuxclasses.pas fpdebug: using TProcessUTF8 2015-12-04 17:33:38 +00:00
fpdbglinuxextra.pas FpDebugger (pure): Use GETREGSET instead of GETREGS, cross-arch-debugging on Linux 2014-07-12 15:30:46 +00:00
fpdbgloader.pp fpdebug: fix compile for win 2015-05-12 17:59:24 +00:00
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
fpdbgsymtable.pas FpDebug: Read the symbol-table on OS/X 2014-05-14 20:21:22 +00:00
fpdbgsymtablecontext.pas FpDebug: Re-structured the reading of debug-information from multiple files. 2015-04-05 20:08:17 +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: using Windows W functions 2016-02-10 19:37:26 +00:00
fpdbgwinextra.pp fpdebug: clean up 2014-11-21 23:47:27 +00:00
fpdebug.lpk fpdebug: fixed compilation 2014-11-20 22:12:54 +00:00
fpdebug.pas FpDebug: Synchronized changes in fpdebug.lpk (r45780) with fpdebug.pas 2014-07-12 18:56:17 +00:00
fpdmemorytools.pas lazdebuggerfp: clean up 2014-11-21 23:44:10 +00:00
fperrormessages.pas FpDebug: added some error handling 2014-04-30 22:15:31 +00:00
fpimgreaderbase.pas FpDebug: Forgot to include file in r48864 #c53e775af5 2015-04-25 19:18:08 +00:00
fpimgreaderelf.pas FpDebug: The developers at Apple were not able to build a linker 2015-04-25 19:15:09 +00:00
fpimgreaderelftypes.pas FPDebug: 64bit elf 2013-11-17 17:28:04 +00:00
fpimgreadermacho.pas FpDebug: The developers at Apple were not able to build a linker 2015-04-25 19:15:09 +00:00
fpimgreadermachofile.pas FpDebug: Give a warning when the UUID of the dSym-bundle and the debuggee do not match 2014-09-07 11:25:34 +00:00
fpimgreaderwinpe.pas fpdebug: range checks 2015-05-15 15:19:12 +00:00
fpimgreaderwinpetypes.pas
fppascalbuilder.pas fpdebug: added params to stack 2015-05-20 21:00:18 +00:00
fppascalparser.pas Merged revision(s) 52489-52491 #2a41a0e2f4-#2a41a0e2f4 from trunk: 2016-07-03 20:41:10 +00:00
macho.pas FpDebug (pure): Fixed some constant values 2014-05-30 09:21:52 +00:00
README_DUBY.txt
README_macho.txt