- 12 May, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 10 May, 2010 2 commits
-
-
Friedemann Kleint authored
along with some output formatting to find out defaults.
-
Friedemann Kleint authored
-
- 05 May, 2010 1 commit
-
-
ck authored
Reviewed-by: hjk
-
- 04 May, 2010 2 commits
-
-
Robert Loehning authored
-
hjk authored
-
- 27 Apr, 2010 1 commit
-
-
hjk authored
-
- 20 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 19 Apr, 2010 1 commit
-
-
Erik Verbruggen authored
So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
-
- 15 Apr, 2010 2 commits
-
-
Friedemann Kleint authored
Including reason, etc, and show in status bar. Switch to assembler in activateFrame() in case someone clicks on an unusable frame.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1139
-
- 09 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
- Do not reformat boolean values (true,false) as hex/oct. - char/unsigned char types (cdb/gdb): Chop off the quoted printable character output by the debugger, pass around integer only and append the character ourselves in the watchhandler, making reformatting as hex/octal work. - cdb: Check format correctly (fix values output as plain integer). - cdb: Kill needless warning produced by reformatting output of out-of-scope variables. - cdb: Display exceptions in the status bar as non-intrusive crash notification. Reviewed-by: hjk
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 11 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
The timer for event-delivery time-out checking when attaching to a crashed process in the case of not being spawned by the handler (such as via single-application remote command) triggered too early. Add a 'moduleLoaded()' signal to CoreEngine and trigger from there (due to lack of a proper "engine up/attached" notification. Emit moduleLoaded() from the first timed-out debug event handler when modules no longer change. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- 10 Mar, 2010 1 commit
-
-
hjk authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 03 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
Set mode variable correctly, suppress unwanted debug output. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 17 Feb, 2010 2 commits
-
-
ck authored
Reviewed-by: hjk
-
Friedemann Kleint authored
-
- 16 Feb, 2010 1 commit
-
-
Robert Loehning authored
-
- 11 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 05 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 04 Feb, 2010 2 commits
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Split for testing/scripting purposes.
-
- 01 Feb, 2010 1 commit
-
-
hjk authored
missing
-
- 29 Jan, 2010 1 commit
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 22 Jan, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 05 Jan, 2010 1 commit
-
-
hjk authored
-
- 15 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
Fixing various problems with breakpoints and opened files caused by CDB returning lower-case file names. Task-number: QTCREATORBUG-438 Reviewed-by:
hjk <qtc-committer@nokia.com> Acked-by:
mariusSO <qt-info@nokia.com>
-
- 14 Dec, 2009 2 commits
-
-
Friedemann Kleint authored
Make it possible to trigger a debug-attach in a running instance of Qt Creator by means of -client, use that in qtcdebugger, thus enabling it to attaching to crashing executables in run mode (Windows/CDB). Modify IPlugin and application so that the complete command line is serialized and transmitted to a running instance via QtSingleApplication if -client is specified. Introduce IPlugin::remoteArgument and use that in core for opening files and in the debugger for attaching. Use -client in qtcdebugger with some logic to keep it alive as long as the debuggee, make CDB break in that case as the events are not replayed correctly in case the debugger is not spawned by the registered handler. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
Friedemann Kleint authored
Reviewed-by: hjk Task-number: QTCREATORBUG-399
-
- 30 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
Check for correct state (InferiorStopped).
-
- 10 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
Use debugger's 'gu' command instead of temporary breakpoint as a workaround until it is properly supported by the SetExecutionStatus() API. Reviewed-by: hjk Task-number: QTCREATORBUG-240
-
- 20 Oct, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this includes: - move the gdb ownership back to the engine (thus strip down the adaptors as far as possible) - make gdb startup synchronous - make adapter shutdown synchronous - fix the state transitions relating to shutdown
-
- 19 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 15 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
As otherwise breaking when attaching to running processes does not work as the startup trap is not received.
-
- 14 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
... with an event loop with disabled user input to keep the GUI alive.
-
- 13 Oct, 2009 2 commits
-
-
Oswald Buddenhagen authored
after refactoring the trk adapter startup, the split was not necessary any more. in fact, it seemed fairly arbitrary at this point.
-
Friedemann Kleint authored
- Turn off initial breakpoint when attaching (terminal) and additionally ignore it before the first startup complete - Refuse to step the artifical thread created when interrupting - If possible, switch to thread 0 when interupting (do not use artificial thread) - Ignore non-fatal exceptions in dumper calls (stray Startup- complete-traps) - Use right thread for dumper call loading - Rename windows exception code enumeration - Turn off modification off watch-data children by setType, show empty lists correctly. - Verbose warnings about inserting invalid watch data.
-