Commit Graph

206 Commits

Author SHA1 Message Date
Oswald Buddenhagen
27c7418394 fix typos in comments 2009-02-18 15:38:04 +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
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
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
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
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
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
hjk
a6152f518d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-17 14:09:33 +01:00
hjk
d0e991dfa9 Fixes: add a view to see current source file mapping 2009-02-17 14:08:49 +01:00
Roberto Raggi
738c50726d Compile. 2009-02-17 11:25:44 +01:00
Roberto Raggi
f63b8e6693 --warnings 2009-02-16 18:56:35 +01:00
hjk
d92afa1905 Fixes: debugger: set width and height of "terminal" to 0 to avoid
extra prompting
2009-02-16 18:38:10 +01:00
hjk
0ce7cb1ec6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/debugger/gdbengine.cpp
2009-02-16 18:36:55 +01:00
hjk
79a428f480 Fixes: debugger: work on process logic 2009-02-16 18:28:15 +01:00
Oswald Buddenhagen
3666883f23 Fixes: windows build 2009-02-16 16:51:30 +01:00
Oswald Buddenhagen
933bd672e4 move -data-list-register-names up to the other initializers. 2009-02-16 16:51:30 +01:00
hjk
9bb43992cd Fixes: debugger: enum naming cosmetics 2009-02-16 13:58:43 +01:00
Oswald Buddenhagen
f6e3b90ebb Fixes: debugging external apps
just treat it the same as internal apps as far as gdbengine is
concerned.
2009-02-16 13:52:59 +01:00
hjk
e4a9d85c00 Fixes: debugger: work on shutdown 2009-02-16 13:29:57 +01:00
hjk
373a05af82 Fixes: debugger: try to extact pid from 'info threads' on windows 2009-02-13 17:11:34 +01:00
hjk
7c5fa0f06b Fixes: debugger: try fixing startup break on make 2009-02-13 16:55:24 +01:00
hjk
1f9a83e073 Fixes: debugger: remove some dead code 2009-02-13 14:57:24 +01:00
hjk
755dadfa7f Fixes: debugger: don't run -file-list-exec-source-files too often 2009-02-13 14:54:36 +01:00
hjk
68d645fbf2 Fixes: debugger: put error message into log if loading of dumpers
failed
2009-02-13 14:45:46 +01:00
hjk
b2387fdda8 Fixes: debugger: load modules list early
Details:  feels better
2009-02-13 13:50:50 +01:00
hjk
7ad54e6313 Fixes: debugger: start symbol is WinMainCRTStartup, not _start
sometimes...
2009-02-13 12:34:10 +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
hjk
d5dc6d10d7 Fixes: debugger: introduce early break after application
initialization
2009-02-12 09:55:59 +01:00