Skip to content
Snippets Groups Projects
  1. Feb 11, 2011
    • Friedemann Kleint's avatar
      Debugger: Make tooltips pinnable. · 0ac879e3
      Friedemann Kleint authored
      Replace old debugger tooltip by a new ToolTipManager which
      has a list of AbstractDebuggerToolTipWidget with the functionality
      to 'acquire' an engine (display its data) and 'release' it
      (store engine data and display them as 'previous') and serialization
      to XML session data.
      DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget
      for tree model acting as  a filter on watch models.
      
      Rubber-stamped-by: hjk
      0ac879e3
  2. Feb 02, 2011
  3. Jan 19, 2011
  4. Jan 14, 2011
  5. Jan 12, 2011
  6. Dec 14, 2010
  7. Dec 10, 2010
  8. Dec 03, 2010
  9. Nov 26, 2010
  10. Nov 22, 2010
  11. Nov 16, 2010
  12. Nov 15, 2010
  13. Nov 08, 2010
  14. Nov 04, 2010
  15. Oct 27, 2010
  16. Oct 05, 2010
  17. Oct 04, 2010
  18. 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
  19. Sep 13, 2010
  20. Sep 08, 2010
  21. Sep 01, 2010
  22. Aug 30, 2010
  23. 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