Commit Graph

23 Commits

Author SHA1 Message Date
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
75aaeff2c4 Fixes: immediately rebuild view if custom dumpers are selected in
optiosn
2009-01-27 15:53:50 +01:00
hjk
f58e1c108b some cleanup after switching the dumper output to 'p' 2009-01-21 11:41:32 +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
Oswald Buddenhagen
20eb6a1b82 user gdb's --tty option for collecting app output 2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
72b6a105b7 app output window reorga
- drop prefix magic
- avoid inserting stray newlines

this also fixes the overquoting of app output.
2009-01-15 14:58:54 +01:00
hjk
7f8473f469 move debugger options to configuration dialog 2009-01-14 18:09:02 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
b4c1552ec2 handle Qt 4.4 and Qt 4.5's QMap in dumpers 2009-01-07 15:03:49 +01:00
hjk
7fbc228600 Fixes: Fix starting external programs
Details: Was broken due to duplicate but not synchronized internal pid data
2009-01-05 14:56:59 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
a556ddada8 start sanitizing gdb options dialog 2008-12-11 14:01:53 +01:00
hjk
56133d4f4f move plugins/debugger/assert.h -> /libs/utils/qtcassert.h 2008-12-09 12:27:55 +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
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