- 14 Apr, 2010 1 commit
-
-
hjk authored
-
- 09 Apr, 2010 1 commit
-
-
hjk authored
used for -exec-interrupt right now
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 11 Feb, 2010 1 commit
-
-
hjk authored
-
- 05 Jan, 2010 1 commit
-
-
hjk authored
-
- 04 Jan, 2010 1 commit
-
-
Oswald Buddenhagen authored
... using fromLocal8Bit instead of fromLatin1. of course the localized messages pose a "challenge" for the various workarounds which parse them ... Task-number: QTCREATORBUG-504
-
- 10 Dec, 2009 1 commit
-
-
hjk authored
debugging Long term that would probably better as a run configuration.
-
- 11 Nov, 2009 1 commit
-
-
ck authored
The LD_PRELOAD approach does not work for Maemo, because the "set environment" command seems to have no effect whatsoever.
-
- 03 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
on UNIX. Either set the LD_PRELOAD environment variable using a gdb command or have the TermGdbAdapter set the variable for the debuggee. For the remote adapter, switch on toolchain. dlopen() is a fallback for platforms where it is not supported and attaching to running processes. Fixes a crash with gdb 7.0 (and spurious gdb 6.8 crashes with dlopen()). Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 30 Oct, 2009 1 commit
-
-
Oswald Buddenhagen authored
to make the behavior consistent across gdb versions, ignore the initial *stopped which gdb7 delivers while attaching. Reviewed-By: hjk
-
- 20 Oct, 2009 8 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
these are a mess anyway
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
as it turns out, it is not possible to set pending breakpoints until gdb has loaded as image. so add some hooks to enable adapters to trigger the initial breakpoint syncing at the right time. do not add additional states (say, InferiorPreparing), as it would just complicate things.
-
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
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 19 Oct, 2009 1 commit
-
-
ck authored
-
- 16 Oct, 2009 3 commits
- 13 Oct, 2009 3 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
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.
-
- 12 Oct, 2009 3 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
each command can have only one of two legitimate responses: "error" or - depending on the command, and thus declared via a flag - "done" or "running". this is way nicer than sprinkling the code with else-ifs (where elses are sufficient) and asserts all over the place - and silently failing in release builds.
-
Friedemann Kleint authored
-
- 08 Oct, 2009 5 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
--tty + outputcollector, working dir and environment setup make sense only for living local debuggees.
-
hjk authored
-
ck authored
Fix gdb commands, state changes and signals emissions. - There were some invalid gdb commands (e.g. "attach"). - There also were a number of unexplected state transitions.
-
- 29 Sep, 2009 1 commit
-
-
hjk authored
It had unclear semantics and was only used to show a statusmessage. We do that directly now.
-
- 25 Sep, 2009 3 commits
-
-
Friedemann Kleint authored
Clean out header.
-
hjk authored
-
hjk authored
Intergrate per-engine state tracking with the global running/stopped state.
-
- 24 Sep, 2009 2 commits
- 23 Sep, 2009 1 commit
-
-
hjk authored
-