martin
|
14dc58d892
|
FpDebug: test and helper apps, fixed some compile errors
git-svn-id: trunk@64555 -
|
2021-02-12 18:31:09 +00:00 |
|
martin
|
93c1ca640f
|
FpDebug: Rename some context classes, and search functions. Start differentiating between Context and SearchScope
git-svn-id: trunk@63783 -
|
2020-08-18 23:12:42 +00:00 |
|
martin
|
365888b1de
|
Fix fpd memory leak in TBreakPointIdMap. Patch by ccrause
git-svn-id: trunk@62484 -
|
2020-01-04 03:56:58 +00:00 |
|
martin
|
61e8a903ce
|
FpDebug: FpdCommand, moved "uses fgl" outside ifdef
git-svn-id: trunk@62482 -
|
2020-01-04 03:36:22 +00:00 |
|
martin
|
82f84c23c4
|
FpDebug: Remove FlastResult from FindSymbol
git-svn-id: trunk@61937 -
|
2019-09-28 19:08:15 +00:00 |
|
martin
|
5a7c9f1487
|
FpDebug: Refactor class names for TFpDbgValue and TFpDbgSymbol descendants.
git-svn-id: trunk@61722 -
|
2019-08-18 13:43:45 +00:00 |
|
martin
|
c13bcb61c2
|
FpDebug, fpd-app: fix some compile errors
git-svn-id: trunk@61335 -
|
2019-06-07 12:24:00 +00:00 |
|
martin
|
3f6a435b48
|
FpDebug, fpd-app: fix some compile errors
git-svn-id: trunk@61330 -
|
2019-06-06 20:45:34 +00:00 |
|
martin
|
9075dc0db1
|
FpDebug, fpd-app: fix some compile errors
git-svn-id: trunk@61328 -
|
2019-06-06 20:14:47 +00:00 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
joost
|
a479c66ebe
|
fpdebug: Pass parameters to the debuggee in the console-version
git-svn-id: trunk@47519 -
|
2015-01-25 17:37:34 +00:00 |
|
joost
|
d28ad93b73
|
fpDebug: Revert of files accidentally committed in r46119 #afc3882ca7
git-svn-id: trunk@46120 -
|
2014-09-03 14:44:07 +00:00 |
|
joost
|
afc3882ca7
|
FpDebug: Disabled range-checking to fix range-check error. The fix in r46105 #bbf07c5bd6 leads to a datastructure which is too large for 32 bit
git-svn-id: trunk@46119 -
|
2014-09-03 14:39:44 +00:00 |
|
joost
|
91d19d2124
|
FpDebug: Revert of accidentally committed files in r45775 #0fac0512c8
git-svn-id: trunk@45776 -
|
2014-07-04 19:20:17 +00:00 |
|
joost
|
0fac0512c8
|
FpDebug (pure): Fix for format-parameters in error-message
git-svn-id: trunk@45775 -
|
2014-07-04 19:13:35 +00:00 |
|
joost
|
147a8bf840
|
FpDebugger (console): Show registers
git-svn-id: trunk@45650 -
|
2014-06-24 20:03:28 +00:00 |
|
joost
|
eaef9905a5
|
FpDebugger (console): Several improvements on the output of the console-debugger
git-svn-id: trunk@45424 -
|
2014-06-09 09:35:28 +00:00 |
|
joost
|
2692d96325
|
FpDebug: Fixed AV in console-debugger due to an uninitialized variable
git-svn-id: trunk@45291 -
|
2014-06-01 18:29:42 +00:00 |
|
joost
|
d72d8c2db8
|
FpDebug: Partly revert of accidentally committed r45286 #0275eec89b. The part that hasn't been reverted is the removal of the dependency on LCLbase.
git-svn-id: trunk@45287 -
|
2014-06-01 16:41:11 +00:00 |
|
joost
|
0275eec89b
|
git-svn-id: trunk@45286 -
|
2014-06-01 16:28:56 +00:00 |
|
joost
|
f31423f2de
|
FpDebug: Search in symbol-table when setting breakpoints in console-debugger
git-svn-id: trunk@45161 -
|
2014-05-24 19:38:00 +00:00 |
|
joost
|
4b1ac8df58
|
FpDebug: Implemented simple 'evaluation' command for command-line debugger example.
git-svn-id: trunk@44968 -
|
2014-05-07 16:17:48 +00:00 |
|
joost
|
c700bfe172
|
LazDebuggerFp (pure): Implemented basic callstack
git-svn-id: trunk@44906 -
|
2014-05-04 12:08:50 +00:00 |
|
joost
|
580048e97c
|
FpDebug: Do not continue the process after an invalid command
git-svn-id: trunk@44863 -
|
2014-04-30 20:59:12 +00:00 |
|
joost
|
e7779bd476
|
LazDebuggerFp (pure): Implemented step-into
git-svn-id: trunk@44862 -
|
2014-04-30 20:44:22 +00:00 |
|
joost
|
36e6e3a257
|
LazDebuggerFp (pure): Implemented step-out
git-svn-id: trunk@44804 -
|
2014-04-24 16:06:50 +00:00 |
|
joost
|
f677379864
|
FpDebug: Added step-over and next commands to console-example (fpd)
git-svn-id: trunk@44798 -
|
2014-04-23 19:55:05 +00:00 |
|
joost
|
48c19eb556
|
FpDebug: Fixed compilation of the example console-debugger on Windows
git-svn-id: trunk@44794 -
|
2014-04-23 18:37:34 +00:00 |
|
joost
|
0a5d5ee491
|
FpDebug: Re-wrote the example console-debugger to let it use the new TDbgcontroller
git-svn-id: trunk@44792 -
|
2014-04-23 08:53:41 +00:00 |
|
joost
|
46c815a029
|
FpDbg: Added basic writememory command
git-svn-id: trunk@44441 -
|
2014-03-16 10:52:52 +00:00 |
|
joost
|
3ba842927f
|
FpDbg: Show proper process- and thread-id on application start.
git-svn-id: trunk@44440 -
|
2014-03-16 10:46:10 +00:00 |
|
joost
|
5363754ee0
|
FpDbg: Missing part of r44438 #618ce88805.
git-svn-id: trunk@44439 -
|
2014-03-16 10:43:30 +00:00 |
|
joost
|
618ce88805
|
FpDbg: Placed some Windows-specific code between ifdef's to fix compilation on non-Windows systems.
git-svn-id: trunk@44438 -
|
2014-03-16 10:35:38 +00:00 |
|
joost
|
6974915b8b
|
FpDbg: Moved Windows-specific code to terminate the process to fpdbgwinclasses.pas
git-svn-id: trunk@44437 -
|
2014-03-16 10:33:04 +00:00 |
|
joost
|
eba8717294
|
* Moved Windows-specific code to read the instruction-pointer and base stack pointer register values to fpdbgwinclasses.pas
git-svn-id: trunk@44436 -
|
2014-03-16 10:18:06 +00:00 |
|
joost
|
1d789ef144
|
* Re factorization to move windows-specific code from fpdcommand.pas to fpdbgwinclasses.pas
git-svn-id: trunk@44349 -
|
2014-03-05 10:13:31 +00:00 |
|
martin
|
3f415797e4
|
Debugger: put some common types into DbgIntf
git-svn-id: trunk@44079 -
|
2014-02-15 01:31:30 +00:00 |
|
martin
|
4af520994a
|
FPDebug: moved TDbgPtr to new unit (avoid circle units)
git-svn-id: trunk@44024 -
|
2014-02-12 01:44:59 +00:00 |
|
martin
|
adf1d0e502
|
FPDebug: refactor, break circle unit ref
git-svn-id: trunk@43374 -
|
2013-11-04 23:42:06 +00:00 |
|
martin
|
5f80553ea9
|
Moved fpdebug
git-svn-id: trunk@42802 -
|
2013-09-15 10:59:04 +00:00 |
|