- 10 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 10 Dec, 2010 1 commit
-
-
hjk authored
Use virtual function instead of if/qobject_cast cascades.
-
- 26 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 17 Nov, 2010 1 commit
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- 02 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 20 Jul, 2010 1 commit
-
-
hjk authored
-
- 14 Jul, 2010 2 commits
- 22 Jun, 2010 1 commit
-
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- 05 May, 2010 1 commit
-
-
ck authored
Reviewed-by: hjk
-
- 23 Mar, 2010 1 commit
-
-
Jens Bache-Wiig authored
* We now consistently avoid punctuation when possible * Renamed usage of "Inferior" and "Program" to "Application" for increased readability * Fixed inconsistent spacing in front of statusbar label Reviewed-by:hjk
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 20 Oct, 2009 3 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
-
- 12 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 09 Oct, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 08 Oct, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 29 Sep, 2009 1 commit
-
-
hjk authored
-
- 25 Sep, 2009 1 commit
-
-
hjk authored
-
- 24 Sep, 2009 2 commits
- 23 Sep, 2009 2 commits
- 22 Sep, 2009 5 commits