- Oct 22, 2009
-
-
dt authored
That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few other variables) to figure out the correct mkspec. This makes using custom mkspecs easier and is also cleaner. I also changed mkspec() and mkspecPath() to behave a little diffrent, essentialy mkspec() will return only the name (the actual dir name) of the mkspec. That is in general not sufficient for passing on to qmake. mkspecPath() only returns the correct path to mkspecs/default. Hopefully I haven't broken WinCE/Maemo/MinGW.
-
- Oct 20, 2009
-
-
Oswald Buddenhagen authored
it is alread used for the error cases anyway. one could introduce an intermediate state InferiorRunningFailed, but this doesn't seem to bring any advantages.
-
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
-
- Oct 16, 2009
-
-
ck authored
-
Friedemann Kleint authored
This should save debugger round trips and crashes in the debugging helpers. Add respective option to debugging helper option page, defaulting to true.On this occasion, make CDB detect shadowed variables correctly and display them as "<shadowed n>" as does the Gdb engine by reversing the direction in which CdbSymbolGroupContext::populateINameIndexMap works. Rubber-stamped-by:
hjk <qtc-committer@nokia.com>
-
- Oct 13, 2009
-
-
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.
-
- Oct 09, 2009
-
-
Oswald Buddenhagen authored
this drastically improves the usefulness of the debugger output window by making internal and external messages appear in sync.
-
- Oct 08, 2009
-
-
Friedemann Kleint authored
Add a configuration checking method to the Debugger manager, depending on toolchain, wire it to the engines. Check that in the debugger run controls. Add a convenience method to ICore that shows a warning message with a "Settings" button, pointing the user to a configuration error on a settings page. Remove leftovers of the dumper parser. Acked-by:
con <qtc-committer@nokia.com>
-
Oswald Buddenhagen authored
it's dead code
-
Friedemann Kleint authored
Correctly reset state on missing Symbian gdb. Provide "settings" options. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Oct 07, 2009
-
-
hjk authored
-
Friedemann Kleint authored
Enable debugger actions correctly. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Acked-by:
hjk <qtc-commiter@nokia.com>
-
hjk authored
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 02, 2009
- Oct 01, 2009
- Sep 30, 2009
- Sep 29, 2009
- Sep 25, 2009
-
-
Friedemann Kleint authored
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
-
Friedemann Kleint authored
Clean out header.
-
hjk authored
-
hjk authored
Intergrate per-engine state tracking with the global running/stopped state.
-
- Sep 24, 2009
-
-
hjk authored
-
- Sep 23, 2009
-
-
Friedemann Kleint authored
-