hjk
|
27c4c1a7aa
|
fix crash dur to double deletion when text containing the debugger
location was removed from an editor
|
2008-12-12 17:49:52 +01:00 |
|
hjk
|
7898a499b6
|
add custom dumper for std::map
|
2008-12-12 12:55:05 +01:00 |
|
hjk
|
5ba9cbc565
|
nicer type display for std::map (not including an actual dumper yet)
|
2008-12-11 16:10:47 +01:00 |
|
hjk
|
9da7aef44c
|
re-organizize gdb location selection again
|
2008-12-11 15:01:22 +01:00 |
|
hjk
|
65d48ce4f6
|
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
Conflicts:
src/plugins/debugger/gdbtypemacros.ui
|
2008-12-11 14:04:45 +01:00 |
|
hjk
|
a556ddada8
|
start sanitizing gdb options dialog
|
2008-12-11 14:01:53 +01:00 |
|
goro
|
1ef9dc31d2
|
PathChooser migration for GDB macros page
|
2008-12-11 12:30:38 +01:00 |
|
hjk
|
154121279e
|
add to watchwindow was missing an update.
|
2008-12-10 16:53:18 +01:00 |
|
hjk
|
94c613c9fe
|
add custom dumpers for std::list
|
2008-12-10 14:37:15 +01:00 |
|
Patrick Star
|
a908e6737c
|
Fixes: - crash on windows
|
2008-12-09 17:08:00 +01:00 |
|
hjk
|
18b3d25864
|
some QTC_ASSERT polishing
|
2008-12-09 16:18:28 +01:00 |
|
hjk
|
4a552ead9f
|
use QTC_ASSERT instead of Q_ASSERT
|
2008-12-09 15:25:01 +01:00 |
|
hjk
|
56133d4f4f
|
move plugins/debugger/assert.h -> /libs/utils/qtcassert.h
|
2008-12-09 12:27:55 +01:00 |
|
hjk
|
9cdbb1527b
|
rename QWB_ASSERT into QTC_ASSERT
|
2008-12-09 12:08:56 +01:00 |
|
hjk
|
342caa2141
|
some more whitespace changes
|
2008-12-09 11:07:24 +01:00 |
|
hjk
|
7cf76a2b5b
|
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
|
2008-12-08 19:26:27 +01:00 |
|
hjk
|
d3a97147dd
|
make tooltip use while debugging configurable
|
2008-12-08 19:26:00 +01:00 |
|
con
|
6761ca0c10
|
Fixes: - Custom Dumpers on Mac
RevBy: - hjk
|
2008-12-08 18:41:23 +01:00 |
|
hjk
|
e07976f655
|
ignore async output starting with '='
|
2008-12-08 18:26:09 +01:00 |
|
hjk
|
8d3a774fc2
|
new status widget for debugger output. needs a bit more polishing...
|
2008-12-08 14:26:11 +01:00 |
|
hjk
|
e47967312e
|
compile fix
|
2008-12-08 11:58:36 +01:00 |
|
hjk
|
045e6dd1b4
|
simplify WatchWindow expansion handling a bit
|
2008-12-08 11:00:46 +01:00 |
|
hjk
|
44cc9a2b40
|
fix expansion state of "dummy" items in locals&watchers after frame changes
|
2008-12-08 10:25:39 +01:00 |
|
hjk
|
d8b343afa1
|
silence warning
|
2008-12-05 18:27:45 +01:00 |
|
hjk
|
0e8d02aab4
|
populate texteditor margin context menu
|
2008-12-05 16:39:33 +01:00 |
|
hjk
|
f9fbfb8f83
|
increas alert time for breakpoints to 300
|
2008-12-05 11:24:18 +01:00 |
|
hjk
|
c5a261b1f8
|
setText + setToolTip works better than setText + setText...
|
2008-12-04 16:26:44 +01:00 |
|
hjk
|
6e2b066187
|
add a few explanations to some obscure actions
|
2008-12-04 16:16:50 +01:00 |
|
hjk
|
b7e6c3974f
|
Fix small leak on exit.
I am not even sure we should do that.
|
2008-12-04 11:37:43 +01:00 |
|
Oswald Buddenhagen
|
eefb35a899
|
html-escape text appended to the log windows.
|
2008-12-03 22:03:07 +01:00 |
|
Oswald Buddenhagen
|
e9f5b6ab21
|
add emit "keyword".
|
2008-12-03 22:03:07 +01:00 |
|
hjk
|
741a3e8ed9
|
small refactoring
|
2008-12-03 16:51:56 +01:00 |
|
hjk
|
545e8043d7
|
remove unneeded code
|
2008-12-03 16:10:15 +01:00 |
|
hjk
|
4ad0b96616
|
remove some unused code
|
2008-12-03 15:34:28 +01:00 |
|
hjk
|
4c358cc3ca
|
Do not depend on gdb's async stream output having tokens.
This is in anticipation of a change in the next gdb release
which will drop the token.
|
2008-12-03 14:54:19 +01:00 |
|
hjk
|
58d89c4625
|
issue a warning when trying to attaching to "wrong" pids
|
2008-12-03 12:03:46 +01:00 |
|
con
|
56f788ccef
|
Fixes: - Setting breakpoints on Mac
Details: - Bad formatted command confused gdb completely
|
2008-12-03 11:31:41 +01:00 |
|
dt
|
6bf4095db5
|
Fixes: Mem leak in debugger.
Task: -
RevBy: -
AutoTest: -
Details: -
|
2008-12-02 18:09:53 +01:00 |
|
hjk
|
df7aacd637
|
more file cosmetics
|
2008-12-02 15:08:31 +01:00 |
|
hjk
|
ab83dcd87c
|
off-by-one in headers
|
2008-12-02 14:20:25 +01:00 |
|
hjk
|
8a43d9b9f3
|
end-of-line whitespace correction of the new headers
|
2008-12-02 14:17:16 +01:00 |
|
con
|
05c35356ab
|
Initial import
|
2008-12-02 12:01:29 +01:00 |
|