Skip to content
Snippets Groups Projects
  1. Nov 26, 2010
  2. Nov 22, 2010
  3. Nov 16, 2010
  4. Nov 15, 2010
  5. Nov 08, 2010
  6. Nov 04, 2010
  7. Oct 27, 2010
  8. Oct 05, 2010
  9. Oct 04, 2010
  10. Sep 23, 2010
    • Friedemann Kleint's avatar
      Debugger: Fixes around watch editing. · 13c97d65
      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.
      13c97d65
  11. Sep 13, 2010
  12. Sep 08, 2010
  13. Sep 01, 2010
  14. Aug 30, 2010
  15. Aug 24, 2010
    • Lasse Holmstedt's avatar
      Qml Debugger: Enable debugging qml+cpp standalone applications · b557c58e
      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
      b557c58e
Loading