Commit Graph

892 Commits

Author SHA1 Message Date
martin
476ec1506e DBG: improved startup; finding temp main break (set result)
git-svn-id: trunk@35043 -
2012-01-31 00:06:20 +00:00
martin
d082b36855 DBG: improved startup; finding temp main break
git-svn-id: trunk@35042 -
2012-01-30 19:02:13 +00:00
martin
50bff70654 DBG: improved startup; finding temp main break
git-svn-id: trunk@34990 -
2012-01-28 16:50:57 +00:00
martin
61b15c600b DBG: improved startup; finding temp main break
git-svn-id: trunk@34989 -
2012-01-28 16:24:07 +00:00
martin
e70ecef532 DBG: Tests
git-svn-id: trunk@34988 -
2012-01-28 15:30:45 +00:00
martin
59befe35c2 DBG: improved startup; finding temp main break
git-svn-id: trunk@34987 -
2012-01-28 15:30:32 +00:00
martin
24b800d7f0 DBG: fixed problem, when removing breakpoint at the wrong moment
git-svn-id: trunk@34973 -
2012-01-27 11:48:04 +00:00
martin
34c3888d83 DBG: add option to reset debugger after each run
git-svn-id: trunk@34925 -
2012-01-25 15:05:21 +00:00
martin
7c28beab92 DBG: use entry point, over "main" breakpoint
git-svn-id: trunk@34923 -
2012-01-25 14:29:28 +00:00
martin
0807b46fe7 DBG: defer setting some of the internal breakpoints (exception/run-error)
git-svn-id: trunk@34921 -
2012-01-25 13:33:16 +00:00
martin
d6762411a1 DBG: defer setting some of the internal breakpoints (exception/run-error)
git-svn-id: trunk@34920 -
2012-01-25 13:26:33 +00:00
juha
4065155e57 Add ":" to some ToDo items.
git-svn-id: trunk@34862 -
2012-01-22 13:10:56 +00:00
martin
fbb3077190 DBG: use addR + named breakpoint in startup, in case of position independent exe. issue #0021106
git-svn-id: trunk@34811 -
2012-01-20 00:16:03 +00:00
martin
4f622019e2 DBG: minor refactor in startup
git-svn-id: trunk@34787 -
2012-01-18 21:53:04 +00:00
martin
3d9b8ae714 DBG: minor refactor in startup
git-svn-id: trunk@34786 -
2012-01-18 21:46:50 +00:00
martin
542ec1cf4c DBG: Fix taring snapshots on none breaking breakpoints
git-svn-id: trunk@34785 -
2012-01-18 19:53:56 +00:00
juha
c3637f3879 Debugger: Replace const string arrays with RTTI value and WriteStr()
git-svn-id: trunk@34756 -
2012-01-15 23:50:22 +00:00
mattias
fcfc88b774 IDE: removed MainIDEIntf
git-svn-id: trunk@34648 -
2012-01-07 20:45:57 +00:00
martin
ff9fced537 DBG: popup for display formats for register.
git-svn-id: trunk@34324 -
2011-12-20 13:46:43 +00:00
martin
1296e6912f DBG: popup for display formats for register.
git-svn-id: trunk@34295 -
2011-12-19 22:24:08 +00:00
martin
53536ef36d DBG: remember display formats for register. based on patch from Bernd Kreuss
git-svn-id: trunk@34294 -
2011-12-19 22:23:26 +00:00
martin
eb7d5b66c7 DBG re-added LCLProc to uses
git-svn-id: trunk@34119 -
2011-12-11 22:52:22 +00:00
martin
a8101b9ee5 DBG fix unused units
git-svn-id: trunk@33798 -
2011-11-26 11:47:58 +00:00
martin
ce5c315627 DBG: Clean up (removed unused units)
git-svn-id: trunk@33797 -
2011-11-26 11:41:29 +00:00
martin
55e992a63a DBG: convert gdb filename for disassembler. Maybe issue #0020715
git-svn-id: trunk@33649 -
2011-11-20 18:25:49 +00:00
martin
97db2e450d DBG Pseudo-terminal: send user input immediately
git-svn-id: trunk@33612 -
2011-11-18 14:01:08 +00:00
juha
e05d507274 Revert r33558 #3a71f62ad3. Now GetTickCount returns DWord again so no range check error
git-svn-id: trunk@33566 -
2011-11-16 13:18:22 +00:00
juha
3a71f62ad3 Debugger: Fixed integer types to prevent a range check error. Issue #20691
git-svn-id: trunk@33558 -
2011-11-16 10:44:27 +00:00
martin
e2a50e024f DBG: Improve display of char accessed via index "s[1]". Show pchar and string based value, as detection is not possible.
git-svn-id: trunk@33517 -
2011-11-14 02:12:21 +00:00
martin
3a3cc95bce DBG: Improve display of char accessed via index "s[1]". Show pchar and string based value, as detection is not possible.
git-svn-id: trunk@33516 -
2011-11-14 02:00:30 +00:00
martin
59ecf5009a DBG: improved array index access for watches
git-svn-id: trunk@33507 -
2011-11-13 18:05:49 +00:00
martin
219935fe22 DBG: moved example gdb results out of the unit
git-svn-id: trunk@33414 -
2011-11-08 11:34:50 +00:00
martin
9af87b923e DBG: fixed a mem leak in array-index helper code
git-svn-id: trunk@33397 -
2011-11-07 13:32:42 +00:00
martin
38e322bc0f DBG: Jump to breakpoint: focus+highlight
git-svn-id: trunk@33396 -
2011-11-07 13:31:08 +00:00
maxim
979cfa1c70 GDBMIDebugger: improved localization, fixed typos
git-svn-id: trunk@33366 -
2011-11-06 12:44:22 +00:00
juha
c6b629a8cf IDE: set Enabled state of controls in debugger event log settings
git-svn-id: trunk@33353 -
2011-11-05 17:53:58 +00:00
martin
5001efe30e DBG: Fixed compilation, due to IFDEF (rev 33336 #2642e6a579)
git-svn-id: trunk@33339 -
2011-11-05 14:32:37 +00:00
martin
2c40a97d6a DBG: Markl project as modified, if watches are added/changed/removed. issue #0020092
git-svn-id: trunk@33338 -
2011-11-05 14:30:32 +00:00
martin
2642e6a579 DBG: moved window-names from IDE to debugger
git-svn-id: trunk@33336 -
2011-11-05 13:32:32 +00:00
martin
ed780f4ced DBG: Store/Restore column size (debug dialogs). issue #0018035
git-svn-id: trunk@33270 -
2011-11-03 17:53:46 +00:00
martin
a5b5ca1199 DBG: Fixed ThreadDlg. TThreadsDlg.ThreadsChanged was not protected against re-entrance, and could crash.
git-svn-id: trunk@33226 -
2011-11-02 17:52:16 +00:00
martin
7275997958 DBG: Fix mem leak in expression-eval (hint/inspect)
git-svn-id: trunk@33221 -
2011-11-02 16:03:29 +00:00
martin
f00bddfe80 DBG: Fix evaluation of base-classes. Don't eval the type
git-svn-id: trunk@33211 -
2011-11-02 01:26:38 +00:00
martin
c6a5c6d837 IDE Window Layout: provide ability to store columns/rows/splitter sizes.
DBG: Watches, store column widths with IDE layout

git-svn-id: trunk@33202 -
2011-11-01 16:31:31 +00:00
mattias
1c732c24ef IDE: code observer options: nicer layout
git-svn-id: trunk@33163 -
2011-10-30 09:27:27 +00:00
mattias
4e22228b6b IDE: clean up
git-svn-id: trunk@33162 -
2011-10-30 09:13:36 +00:00
martin
91818313c5 DBG: Setting groups to multiply selected breakpoints. Issue #0020478 / patch by Flávio Etrusco
git-svn-id: trunk@33160 -
2011-10-30 01:49:55 +00:00
martin
e225121fbe DBG: Tests
git-svn-id: trunk@33153 -
2011-10-29 18:22:13 +00:00
martin
cf6bb9af32 DBG: Improved watch eval for "array[x].foo", fix mem leak
git-svn-id: trunk@33152 -
2011-10-29 18:21:46 +00:00
martin
43ef33f4aa DBG: Improved watch eval for "array[x].foo", fix mem leak
git-svn-id: trunk@33136 -
2011-10-28 12:33:06 +00:00