- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 08, 2010
-
-
hjk authored
-
- Jan 07, 2010
-
-
hjk authored
-
- Jan 06, 2010
- Jan 05, 2010
-
-
hjk authored
-
- Dec 09, 2009
-
-
hjk authored
-
- Dec 08, 2009
- Dec 07, 2009
-
-
hjk authored
-
- Dec 04, 2009
- Dec 02, 2009
-
-
hjk authored
-
- Nov 26, 2009
- Nov 25, 2009
-
-
Friedemann Kleint authored
Convert CDB unsigned integer values should they appear in hex, make format flexible. Use int64 for reformatting integers to be able to accommodate 64 bit values on Windows 64. Add some more integer types. Do not save decimal type formats. Add menu option to clear individual formatting. Do not use map[] to query the type formats (inserting 0 everywhere as a side effect). Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
-
- Nov 23, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
hjk authored
without actually fetching them
-
- Nov 20, 2009
-
-
hjk authored
- Nov 04, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com> Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Oct 28, 2009
- Oct 27, 2009
- Oct 20, 2009
-
-
hjk authored
-
- Oct 16, 2009
-
-
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>
-
hjk authored
-
- Oct 14, 2009
-
-
hjk authored
-
- Oct 13, 2009
-
-
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 01, 2009
-
-
hjk authored
-
Friedemann Kleint authored
Simplify & Generalize stepping code, introduce stubs for reverse debugging. When user switches to another thread than the event-triggering one in a stopped inferior, explicitly tell the engine to continue that one. Improve fixDumperResult to fix missing types (out of scope items) and call it from expandPointerDumpable.
-
- Sep 23, 2009
-
-
- Sep 21, 2009
-
-
Friedemann Kleint authored
..preparing recursive dumpers. Add recursive parser to watchutils.cpp Use insertBulkData() within CDB, add sizeof() information for some Qt containers in order to be able to dump QList<QList<KnownType> > .
-
- Sep 16, 2009
-
-
hjk authored
We know they don't have nested contents
-