- Nov 26, 2010
-
-
hjk authored
-
- Nov 22, 2010
-
-
hjk authored
-
- Nov 16, 2010
-
-
Christiaan Janssen authored
-
- Nov 15, 2010
-
-
Tobias Hunger authored
-
Christiaan Janssen authored
Reviewed by: hjk
-
hjk authored
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler. Engines and Views are only supposed to refer to them by id. They also have individual states now. The breakpoint data is split into a "user requested" "fixed" part in BreakpointData and the engines' acknowledged data in a new struct BreakpointResponse. TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions in the marker handling.
-
- Nov 08, 2010
-
-
hjk authored
-
- Nov 04, 2010
-
-
hjk authored
-
- Oct 27, 2010
-
-
hjk authored
-
- Oct 05, 2010
-
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
- Oct 04, 2010
-
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
- Sep 23, 2010
-
-
Friedemann Kleint authored
assignValueInDebugger: Pass on WatchData as well, pass on values as QVariant. Based on that, do more extensive checks in CDB, preventing assignment of non-PODs. Locals/Watch editing: * Disable while running * Edit pointer values as hex with validation. CDB: Strip class types off reported pointer values and reformat the values as short 0x-pointer values, introduce flag to WatchData::source to do dumper expansion handling. Windows: recognize int64 as int. Register handler: Fix accessing uninitialized value.
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers.
-
hjk authored
-
- Sep 08, 2010
-
-
Christian Kandeler authored
Reviewed-by: Lasse Holmstedt
-
- Sep 01, 2010
-
-
hjk authored
Saves lots of conversion.
-
- Aug 30, 2010
-
-
hjk authored
Finally.
-
- Aug 24, 2010
-
-
Lasse Holmstedt authored
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb and qml engines into one. Alternatively, if using Windows, Cdb is used instead of Gdb. Most of the debugger ui switcher is now rewritten, and it is tailored for the QML and CPP layout case, the only one supported anyway. Reviewed-by: hjk
-