martin
c8400142fe
DBG: History Import/Export
...
git-svn-id: trunk@31240 -
2011-06-15 13:46:12 +00:00
martin
f20eedc54a
DBG: Fixed potential double execution of keys, if pressed in debug-windows. The key would be handled once via KeyDown, and a 2nd time as Menu-Click (if assigned to a menu item). Issue #0019561
...
git-svn-id: trunk@31234 -
2011-06-14 21:41:42 +00:00
martin
23d4607e5d
DBG: Prevent exec-commands from running nested in other commands. Always queue, and run in the outer most "RunQueue" call.
...
Prevents state driven changes to IDE objects, while IDE is working on them (IDE-locals are destroyed while being evaluated). Issue #19551
git-svn-id: trunk@31208 -
2011-06-13 22:46:06 +00:00
martin
1ad681f7b9
DBG: Fix an access violation due to too early destroyed locals-object. Related to issue #19551
...
git-svn-id: trunk@31201 -
2011-06-13 15:46:27 +00:00
martin
2eba652c2b
DBG: Disassembler, added pascal source, issue #0019446
...
git-svn-id: trunk@31177 -
2011-06-11 23:58:22 +00:00
martin
0479ee769d
DBG: Fix occasional missing hex dump in disassembler
...
git-svn-id: trunk@31176 -
2011-06-11 23:56:25 +00:00
martin
82bf90e262
DBG: Fixed freeing cmd-queue
...
git-svn-id: trunk@31161 -
2011-06-11 00:02:29 +00:00
martin
066a27820b
DBG: more debugLN
...
git-svn-id: trunk@31160 -
2011-06-10 23:15:51 +00:00
martin
ac70d0ff2f
DBG: reduced flicker in Data windows, added debugln
...
git-svn-id: trunk@31150 -
2011-06-10 00:44:18 +00:00
martin
ad7eb43d19
GDB: Attempt to deal with broken output from GDB on Mac (accessed wrong Result var)
...
git-svn-id: trunk@31149 -
2011-06-09 23:49:04 +00:00
martin
ef7e38483d
GDB: Attempt to deal with broken output from GDB on Mac
...
git-svn-id: trunk@31136 -
2011-06-08 15:12:46 +00:00
martin
9508284b75
GDB: Attempt to deal with broken output from GDB on Mac
...
git-svn-id: trunk@31135 -
2011-06-08 13:41:47 +00:00
martin
58dbddba3e
DBG: Refactor, clean up
...
git-svn-id: trunk@31131 -
2011-06-08 00:46:39 +00:00
martin
be73e8a304
DBG: Make callstack window work, if threads fail
...
git-svn-id: trunk@31118 -
2011-06-06 11:24:28 +00:00
martin
7e94016e3a
DBG: Automatic Snapshots on breakpoint
...
git-svn-id: trunk@31111 -
2011-06-06 01:41:20 +00:00
martin
7ca74f8ce1
DBG: More Snapshots,
...
git-svn-id: trunk@31108 -
2011-06-05 22:38:52 +00:00
martin
6e46475a00
DBG: More Snapshots, Some optimizations/reduce watches refresh
...
git-svn-id: trunk@31107 -
2011-06-05 22:27:15 +00:00
juha
de68f69051
IDE: harmonize Color/Colors resource strings
...
git-svn-id: trunk@30849 -
2011-05-22 09:37:36 +00:00
paul
0373bf91fd
debugger: fix confirmation message for deletion of address breakpoint
...
git-svn-id: trunk@30824 -
2011-05-20 06:54:47 +00:00
martin
a168aea26f
DBG: clean up (renamed identifier for clarification)
...
git-svn-id: trunk@30813 -
2011-05-19 17:26:56 +00:00
martin
0cde70d50b
DBG: Clean up, Simplify life time management of QueueObject to a ref-counter
...
git-svn-id: trunk@30812 -
2011-05-19 17:15:52 +00:00
martin
3ac04fa211
DBG: Refactor, move initialization to queue-able object
...
git-svn-id: trunk@30810 -
2011-05-19 15:00:26 +00:00
martin
cfa81907c6
DBG, History: Disable actions, if switched off
...
git-svn-id: trunk@30808 -
2011-05-19 13:19:14 +00:00
martin
ccd2349b54
DBG: Display more info for error-state
...
git-svn-id: trunk@30806 -
2011-05-19 12:08:22 +00:00
martin
d3019b5e88
DBG: Fix parsing certain error msgs
...
git-svn-id: trunk@30795 -
2011-05-18 12:08:12 +00:00
martin
47eae4dc9c
DBG: Refactor, move initialization to queue-able object
...
git-svn-id: trunk@30794 -
2011-05-18 11:35:19 +00:00
paul
a3fbf4b67c
debugger: correct menu captions, assign captions to actions instead of menu items and toolbuttons
...
git-svn-id: trunk@30780 -
2011-05-17 01:49:52 +00:00
paul
6ea3da59db
debugger: set shortcuts to call stack dialog popup menu items
...
git-svn-id: trunk@30779 -
2011-05-17 01:36:08 +00:00
paul
57d9dcb331
ide: fix add source breakpoint string, + add address breakpoint menu item, implement those menu item clicks
...
git-svn-id: trunk@30755 -
2011-05-16 05:31:49 +00:00
paul
a7170914a6
debugger: add popup menu to locals windows
...
git-svn-id: trunk@30754 -
2011-05-16 01:55:19 +00:00
paul
214609b97a
debugger: watches dialog:
...
- don't allow treeview editing
- use action shortcuts (primary + secondary) instead of keydown handler
git-svn-id: trunk@30753 -
2011-05-16 01:24:14 +00:00
martin
65b111ae79
DBG: History values: evaluate in background, if windows are closed
...
git-svn-id: trunk@30752 -
2011-05-16 00:45:19 +00:00
martin
3dc186123d
DBG: Start History values (currently requires debug windows (locals, watches, stack) to be open and active, or nothing is recorded)
...
git-svn-id: trunk@30750 -
2011-05-15 21:16:16 +00:00
martin
d16f3a06da
DBG: Fix watches, do not double request data
...
git-svn-id: trunk@30746 -
2011-05-15 12:23:47 +00:00
martin
f5bb1d204b
DBG: Some fixes for watch evaluation (update state / detect destruction)
...
git-svn-id: trunk@30740 -
2011-05-15 10:34:04 +00:00
martin
a60b1bab59
DBG: fix deleting breakpoint that have a group
...
git-svn-id: trunk@30733 -
2011-05-14 20:00:20 +00:00
maxim
e1a1402c12
Debugger, Event log options dialog: fixed comboboxes layout e.g. with GTK2 widgetset, where they can have arbitrary height
...
git-svn-id: trunk@30732 -
2011-05-14 12:14:00 +00:00
martin
f4d0e31e1a
DBG: Fixed adding watches while debugger is running. Issue #0019354
...
git-svn-id: trunk@30725 -
2011-05-13 22:17:34 +00:00
martin
99624b9b9a
DBG: Refactor Master/Slave class structure (locals)
...
git-svn-id: trunk@30721 -
2011-05-13 14:00:35 +00:00
paul
53aafb3215
debugger: rename action to match the meaning
...
git-svn-id: trunk@30718 -
2011-05-13 09:26:45 +00:00
paul
71256463f9
debugger: implement breakpoint group creation in breakpoint properties dialog, fix group restoring
...
git-svn-id: trunk@30715 -
2011-05-13 08:02:50 +00:00
paul
e770073129
debugger: skip pause when breakpoint action does not contain "Break"
...
git-svn-id: trunk@30713 -
2011-05-13 06:48:12 +00:00
paul
ae6a67d2b3
debugger: output call stack to the event log when breakpoint action requires this
...
git-svn-id: trunk@30711 -
2011-05-13 00:58:19 +00:00
martin
17c7d5559e
DBG: testcase updated
...
git-svn-id: trunk@30704 -
2011-05-12 20:03:59 +00:00
martin
bd7bdda224
DBG:t caseupdat
...
git-svn-id: trunk@30703 -
2011-05-12 20:01:11 +00:00
martin
ab031a532f
DBG: Fix stackframe for exceptions (fix for rev 30699 #1d566ba504)
...
git-svn-id: trunk@30702 -
2011-05-12 19:30:17 +00:00
martin
1d566ba504
DBG: Refactor Master/Slave class structure (watches)
...
git-svn-id: trunk@30699 -
2011-05-12 18:47:54 +00:00
martin
fe9fa77307
DBG, Watches: Show errors for mem-dump evaluation
...
git-svn-id: trunk@30690 -
2011-05-12 10:09:22 +00:00
paul
364a8189ab
debugger: start breakpoint log call stack feature
...
git-svn-id: trunk@30689 -
2011-05-12 07:42:31 +00:00
maxim
48a8ca19ef
IDE: ellipsis cleanup and unification
...
git-svn-id: trunk@30684 -
2011-05-11 21:20:23 +00:00