- 14 Jun, 2010 1 commit
-
-
hjk authored
-
- 05 Mar, 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
-
- 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
-
- 29 Oct, 2009 3 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 20 Oct, 2009 5 commits
-
-
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
-
- 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
-
Oswald Buddenhagen authored
--tty + outputcollector, working dir and environment setup make sense only for living local debuggees.
-
Friedemann Kleint authored
Correctly reset state on missing Symbian gdb. Provide "settings" options. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 30 Sep, 2009 1 commit
-
-
hjk authored
-
- 29 Sep, 2009 2 commits
- 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 1 commit
-
-
hjk authored
rename GdbResultRecord into GdbResponse merge cookie QVariant into GdbResponse move debugMessage convienience function from individual adapters to base
-
- 23 Sep, 2009 2 commits