Commit Graph

1546 Commits

Author SHA1 Message Date
Oswald Buddenhagen
ed3453e8ea make attach & detach work 2009-02-18 15:39:22 +01:00
Oswald Buddenhagen
f5cb9d11f0 more thoughtfull setTokenBarrier() placement
also, make it complain upon abuse of this call.
2009-02-18 15:38:04 +01:00
Oswald Buddenhagen
27c7418394 fix typos in comments 2009-02-18 15:38:04 +01:00
hjk
1df790112c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-18 14:38:55 +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
Banana Joe
473d408bb1 Fixes: crash on reloading a resource file
RevBy:    thorbjoern
Details:  don't call ResourceView::reset() but ResourceModel::reset()
2009-02-18 12:53:27 +01:00
hjk
072bd9d702 Fixes: debugger: remove unneeded #include <window.h> that confused
some setups
2009-02-18 12:22:41 +01:00
hjk
f921d68356 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-18 11:58:04 +01:00
hjk
099146a8f9 Revert "Revert "Fixes: Workaround a bug in kde 4.2.0.""
This reverts commit 81a4518127.
2009-02-18 11:56:55 +01:00
con
2e693a4942 Merge commit 'origin/1.0.0' 2009-02-18 11:52:26 +01:00
Friedemann Kleint
1b32bf5b02 Fixes: Show help as in standalone Designer (currentProperty).
Task: 235520
Details: Use new integration API #ifdefed for 4.5.1 onwards.
2009-02-18 11:00:25 +01:00
Oswald Buddenhagen
8c14daf980 do not create bizarre or even invalid fifo names under windows 2009-02-18 10:32:02 +01:00
hjk
f3141d99c4 Merge branch '1.0.0'
Conflicts:
	src/plugins/coreplugin/editormanager/stackededitorgroup.cpp
	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:56:18 +01:00
Thorbjørn Lindeijer
7587f6e39f This line shouldn't be necessary
Enabled state of the action is managed by QDockWidget.
2009-02-17 17:45:12 +01:00
hjk
5a07f48691 Fixes: debugger: on async output, first handle all cases where
the inferior exited.
    Details:  that catches early exits due to startup problems as well
2009-02-17 17:44:56 +01:00
hjk
fff32b5fd2 Fixes: debugger: simplify state logic
Conflicts:

	src/plugins/debugger/cdbdebugeventcallback.cpp
2009-02-17 17:44:46 +01:00
hjk
f47ef22fab Fixes: debugger: enable debugger view actions even if "locked" 2009-02-17 17:44:20 +01:00
hjk
5ba9809489 Fixes: debugger: remove accidentally commited file 2009-02-17 17:44:14 +01:00
Roberto Raggi
72f72d5119 Compile. 2009-02-17 17:44:08 +01:00
hjk
84e5a57bab Fixes: add a view to see current source file mapping 2009-02-17 17:44:00 +01:00
hjk
97d77408a0 Fixes: debugger: fix assert includes
Conflicts:

	src/plugins/debugger/cdbdebugengine.cpp
2009-02-17 17:43:49 +01:00
hjk
7020acb367 Fixes: debugger: set width and height of "terminal" to 0 to avoid
extra prompting
2009-02-17 17:42:32 +01:00
hjk
b4a7921832 Fixes: debugger: work on process logic
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:42:08 +01:00
Oswald Buddenhagen
25c7eb3dff Fixes: windows build 2009-02-17 17:41:38 +01:00
Oswald Buddenhagen
1dd1752c4e move -data-list-register-names up to the other initializers. 2009-02-17 17:41:34 +01:00
hjk
aef3fa6703 Fixes: debugger: enum naming cosmetics 2009-02-17 17:41:29 +01:00
Oswald Buddenhagen
32ff5cf9ee Fixes: debugging external apps
just treat it the same as internal apps as far as gdbengine is
concerned.
2009-02-17 17:41:20 +01:00
hjk
2cb3536a3c Fixes: debugger: work on shutdown 2009-02-17 17:41:14 +01:00
hjk
65212f119c Fixes: debugger: make shutdown a bit more robust 2009-02-17 17:41:08 +01:00
hjk
24479744eb Fixes: debugger: try to extact pid from 'info threads' on windows 2009-02-17 17:41:03 +01:00
hjk
140f34c529 Fixes: debugger: try fixing startup break on make 2009-02-17 17:40:58 +01:00
hjk
7008467506 Fixes: debugger: remove some dead code 2009-02-17 17:40:51 +01:00
hjk
8dd03e5f53 Fixes: debugger: don't run -file-list-exec-source-files too often 2009-02-17 17:40:46 +01:00
hjk
50d486685c Fixes: debugger: put error message into log if loading of dumpers
failed
2009-02-17 17:40:41 +01:00
hjk
ce652e8ffc Fixes: debugger: load modules list early
Details:  feels better
2009-02-17 17:40:35 +01:00
hjk
0565b3a7fe Fixes: debugger: start symbol is WinMainCRTStartup, not _start
sometimes...

Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:40:13 +01:00
Friedemann Kleint
1b5703b729 Fixes: uic warning about duplicate name
Details: Give the layout a name.
2009-02-17 17:39:33 +01:00
hjk
3aa08efb75 Fixes: debugger: work on breakpoints in plugins 2009-02-17 17:39:29 +01:00
hjk
04626a3e2a Fixes: debugger: work on plugin breakpoints
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:39:20 +01:00
hjk
ab31640462 Fixes: debugger: work on more fine-grained breakpoints-in-plugins
setting
2009-02-17 17:38:52 +01:00
hjk
7ebfeb037b Fixes: debugger: introduce early break after application
initialization
2009-02-17 17:38:44 +01:00
hjk
1afd270da2 Fixes: debugger: move custom dumper initialization into the first
watch view update

Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:38:24 +01:00
hjk
153766b956 Fixes: debugger: revert accidental parts of b0650238
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:36:54 +01:00
hjk
433ded47d8 Fixes: correct path for gcbmnacros.cpp hint
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:34:41 +01:00
hjk
4f20ef9f4e Fixes: correct name for gdmacros.cpp hint
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:34:10 +01:00
hjk
815bec124a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-17 16:27:00 +01:00
hjk
b37b181cb2 Fixes: debugger: on async output, first handle all cases where
the inferior exited.
    Details:  that catches early exits due to startup problems as well
2009-02-17 16:25:48 +01:00
Thorbjørn Lindeijer
7ec3f73594 Center the cursor after (un)collapse all
Requested on the mailing list. Increases usability.
2009-02-17 16:14:52 +01:00
Thorbjørn Lindeijer
403e77972a This line shouldn't be necessary
Enabled state of the action is managed by QDockWidget.
2009-02-17 15:30:03 +01:00
hjk
2c0c96abfe Fixes: debugger: simplify state logic 2009-02-17 15:12:46 +01:00