hjk
9318459b47
debugger: allow short stack to be expanded by a context menu item or
...
double click on the "<...>" line
2009-04-07 10:41:01 +02:00
hjk
898179f8fe
debugger: work on auto test
2009-04-06 16:30:27 +02:00
hjk
7d48b523d5
fakevim: work on auto tests
2009-04-06 14:08:01 +02:00
hjk
bcd279a198
debugger: make maximal number of stack entries configurable
2009-04-02 16:26:33 +02:00
hjk
c1e0a788ff
debugger: don't dead-lock when switching sessions while debugging
2009-04-01 16:50:21 +02:00
hjk
c826e6dcfe
fakevim: re-organize settings handling
2009-03-30 15:39:13 +02:00
hjk
3de773a551
debugger: rework dumper settings page
2009-03-27 17:21:25 +01:00
hjk
a2c68a538d
debugger: remove reference to dumper build step from debugger UI
2009-03-27 17:21:25 +01:00
hjk
8ba891bb0c
debugger: progress on action generalization
...
mostly renamings
2009-03-26 17:28:14 +01:00
hjk
f54440b4a5
debugger: work on generalizing the new debugger actions
2009-03-26 17:28:14 +01:00
hjk
6c15d33cdc
debugger: use dumpers build alongside Qt
2009-03-26 12:36:04 +01:00
hjk
f48ff339ae
debugger: code cosmetics
2009-03-24 16:39:30 +01:00
hjk
380cb40f27
debugger: work on optional prebuild dumper library
2009-03-23 14:34:01 +01:00
hjk
1c110388ec
debugger: work on using prebuilt dumpers
2009-03-23 13:02:50 +01:00
hjk
f8f5263b38
debugger: split options page
2009-03-23 12:28:26 +01:00
hjk
79d6c96d4e
debugger: make an option to select terminal application (not used yet)
2009-03-20 09:53:02 +01:00
hjk
c110da750b
debugger: make QAction a base class of DebuggerAction
2009-03-19 15:54:52 +01:00
hjk
5999c35d2c
debugger: some action related cleanup
2009-03-19 15:44:26 +01:00
hjk
889fe3eb34
debugger: code cosmetics
2009-03-19 12:01:29 +01:00
hjk
66674d3ae9
debugger: more actions reshuffling
2009-03-19 10:54:27 +01:00
hjk
0b58f1f527
debugger: reorganizing settings and actions in progress
2009-03-19 09:32:47 +01:00
Friedemann Kleint
bccf4a1fc3
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
...
Task: 241959, 248085
RevBy: Optics/Naming checked by con
Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
2009-03-18 16:43:01 +01:00
hjk
2883ec3b3a
compile fix
2009-03-18 09:14:33 +01:00
hjk
da1492cf28
debugger: start action handling refactoring
2009-03-18 09:03:47 +01:00
hjk
cc89dcc75b
debugger: make "Use Dumpers" a pool action
2009-03-17 17:06:39 +01:00
hjk
ff3fe49a14
debgugger: remove dead code
2009-03-16 14:22:13 +01:00
hjk
341de778ef
Fixes: debugger: make loading list of source files optional
2009-03-10 17:30:11 +01:00
Friedemann Kleint
86b6c44e4e
Process Listing Windows
2009-03-04 16:00:43 +01:00
hjk
07d51d0c14
Fixes: debugger: worlk on core file loading
2009-03-02 15:14:12 +01:00
hjk
aa81df02ff
Fixes: debugger: easier access to debugger properties from watchers window
2009-02-27 11:41:19 +01:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
hjk
628b14540a
Fixes: debugger: make "always all" the default for loading debug
...
information
Details: the user should make a conscious decision to switch it off
2009-02-18 14:38:43 +01:00
hjk
599b2438b9
Fixes: debugger: enable debugger view actions even if "locked"
2009-02-17 14:35:32 +01:00
hjk
dee68a29c1
Fixes: debugger: work on breakpoints in plugins
2009-02-12 13:31:19 +01:00
hjk
6f64b19ebf
Fixes: debugger: work on plugin breakpoints
2009-02-12 13:04:01 +01:00
hjk
4839cc9392
Fixes: debugger: work on more fine-grained breakpoints-in-plugins
...
setting
2009-02-12 11:18:38 +01:00
Jens Bache-Wiig
e5c845fcc7
Fixes: Toolbar cosmetic problem
...
RevBy: b_lindeijer
Details:
This resolves the problem with missing top-borders on
the find toolbar.
2009-02-04 12:48:20 +01:00
Oswald Buddenhagen
2a2e3b1417
Revert "debugger: add configuariton to start the debugged process in a separate"
...
This reverts commit 44add9f0bd .
This option is meant to be in "Run Settings" per run configuration.
2009-01-29 11:58:28 +01:00
hjk
97dfdebf07
Fixes: debugger: reduce header dependencies
2009-01-28 14:29:54 +01:00
hjk
19637bd37f
Fixes: debugger: remove cached projecte explorer singleton pointer
2009-01-28 14:18:59 +01:00
hjk
eb021724df
Fixes: debugger: sort array and list indices numerically
2009-01-28 12:15:40 +01:00
hjk
75aaeff2c4
Fixes: immediately rebuild view if custom dumpers are selected in
...
optiosn
2009-01-27 15:53:50 +01:00
hjk
94ae6add3e
Fixes: debugger: remove misleading qt4macros path in preferences
2009-01-23 17:20:51 +01:00
Thorbjørn Lindeijer
6adecf3767
Avoid going through ICore when it's not necessary
...
Many singletons have their own instance() method, in which case there is
no need to use ICore::instance() to get access to them.
2009-01-21 15:55:33 +01:00
hjk
076488bfbb
Use gdb's 'print' command to access dumper output.
...
Simple solution after all. This idea got initially dropped early in the
process because it does not handle binary data and using x/x was
way to slow. But since we use only printable characters now thanks
to base64 encoding etc using 'p' becomes feasible again and simplifies
the process vastly as no additional communication channel is needed anymore.
2009-01-21 11:12:12 +01:00
Patrick Star
f1a7c95813
Fixes: - small mem leak
...
Task: - none
RevBy: - Andre
2009-01-20 19:04:40 +01:00
hjk
113b81e9db
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
2009-01-20 11:52:04 +01:00
hjk
d1dac15cc5
debugger: fix "ScriptFile" option (store in preferences and source file
...
on gdb startup)
2009-01-19 16:46:08 +01:00
hjk
44add9f0bd
debugger: add configuariton to start the debugged process in a separate
...
terminal
2009-01-15 15:57:18 +01:00
hjk
5fcc57e531
fix typo in ui file
2009-01-15 12:54:33 +01:00