Commit Graph

239 Commits

Author SHA1 Message Date
hjk
971c1999d2 debugger: provide an entry saying <no information> if an object has no
children (or no debug information available)
2009-04-09 11:37:55 +02:00
con
a0fa383235 Show a useful dialog when debugger can't find debugging helper.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-04-08 17:26:19 +02:00
hjk
e7e0fe7475 debugger: make QObject connection dumper work again 2009-04-08 17:05:59 +02:00
hjk
48dcc26d36 fakevim: work on autotests 2009-04-08 16:05:49 +02:00
hjk
3e38a0598b debugger: make user visible strings translatable 2009-04-08 16:05:49 +02:00
hjk
cbcf5e4871 debugger: fix debugging helpers for QHash<QString, ...> 2009-04-07 17:36:29 +02:00
hjk
bb3e6b720c debugger: rename data dumpers into "debugging helpers" 2009-04-07 16:39:47 +02:00
hjk
f88e15bf6b debugger: fix potential endless loop 2009-04-07 14:15:02 +02:00
hjk
de8922839b debugger: work on test suite 2009-04-07 10:41:01 +02:00
hjk
a7e677421d debugger: work on autotests
Qt creator starts up now, no debugging yet.
2009-04-07 10:41:01 +02:00
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
f442fd6e55 debugger: do not duplicate the line when pressing Ctrl-Return in the
left gdb pane.

This is more convienient when repeating a series of commands.
2009-04-03 15:48:34 +02:00
hjk
bcd279a198 debugger: make maximal number of stack entries configurable 2009-04-02 16:26:33 +02:00
hjk
81562dce7a debugger: compile fix
include <ctype.h> is needed on some systems
2009-04-02 11:41:36 +02:00
hjk
47995286b5 debugger: show non-ASCII in QString, too 2009-04-02 10:58:52 +02:00
hjk
c1e0a788ff debugger: don't dead-lock when switching sessions while debugging 2009-04-01 16:50:21 +02:00
hjk
18061710e7 debugger: handle archer's thread creation messages 2009-04-01 16:50:21 +02:00
hjk
e4bd6c55c4 debugger: don't consider archer's "library-loaded" as a reason for a
warning
2009-04-01 16:50:21 +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
b968932056 debugger: work on action handling 2009-03-26 17:28:14 +01:00
Friedemann Kleint
536320ea1a Start stack frame context/symbol group classes for CDB 2009-03-26 16:49:28 +01:00
hjk
95c0b1c130 debugger: cosmetical improvements of QVariant dumper output 2009-03-26 12:36:04 +01:00
hjk
263cda8210 debugger: dumper status message cosmetics 2009-03-26 12:36:04 +01:00
hjk
6c15d33cdc debugger: use dumpers build alongside Qt 2009-03-26 12:36:04 +01:00
Friedemann Kleint
9d15bd3c7f Introduce utility routine to create placeholder watch item
QLatin1String refactorings.
2009-03-25 17:33:49 +01:00
Friedemann Kleint
ad5a001058 Factor out common debugger watch functionality
Factor out watch function, improve debug output.
2009-03-25 13:42:47 +01:00
con
10ffdd5dd3 Remove superfluous "warning: " from qDebug output (win)
Reviewed-by: hjk
2009-03-24 18:07:28 +01:00
hjk
eb3870875f debugger: use new action scheme for number base selections 2009-03-24 16:39:30 +01:00
hjk
60bb361620 debugger: make position of debugger lib configurable 2009-03-24 12:50:40 +01:00
con
50991f2f64 Compile on Mac 2009-03-23 15:45:49 +01:00
hjk
380cb40f27 debugger: work on optional prebuild dumper library 2009-03-23 14:34:01 +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
532c18d723 debugger: make add & remove wathcers work again after the action changes 2009-03-19 12:53:58 +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
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
f73a4d5fd8 Fixes: debugger: try accessing compiled-in dumpers when attaching to an
external application
2009-03-16 13:16:17 +01:00
hjk
d5fb9e10e1 Fixes: debugger: tentative fix for parsing Mac's 'info shared' output
Details:  Mac gdb produces MI-style output for the non-MI-style command
2009-03-12 12:00:53 +01:00
hjk
8958a079b5 Fixes: debugger: also show the original address in a tooltip when
auto-dereferencing contents
2009-03-11 15:09:33 +01:00
hjk
d3f8d16f88 Fixes: debugger: implement custom dumpers for std::set
Task:     246286
2009-03-11 13:31:38 +01:00
dt
caf86a8c27 Fixes: Compile 2009-03-11 12:07:05 +01:00
dt
c395680eb6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/debugger/gdbengine.cpp
2009-03-11 11:49:38 +01:00
hjk
c37e4426ed Fixes: debugger: write current settings to log file 2009-03-10 18:38:14 +01:00
hjk
341de778ef Fixes: debugger: make loading list of source files optional 2009-03-10 17:30:11 +01:00
dt
8d5832808f Revert "Revert "Fixes: debugger: disable automatic loading list of source files""
This reverts commit dcb43b04cc.
2009-03-10 16:14:57 +01:00
dt
dcb43b04cc Revert "Fixes: debugger: disable automatic loading list of source files"
This reverts commit b99f3b61b4.
2009-03-10 14:01:10 +01:00
hjk
b99f3b61b4 Fixes: debugger: disable automatic loading list of source files
Details:  accounted for >60% startup time in some cases and was
presumably only needed as help for a fallback when setting breakpoints
with gdb 6.5 on Windows
2009-03-09 10:13:05 +01:00