Skip to content
Snippets Groups Projects
  1. Sep 19, 2011
  2. Aug 04, 2011
  3. Jul 12, 2011
  4. Jun 27, 2011
  5. May 06, 2011
  6. Apr 13, 2011
  7. Mar 24, 2011
  8. Feb 24, 2011
    • Friedemann Kleint's avatar
      Debugger: Add toolchain combos to start dialogs, refactor detection. · 75f4b9cf
      Friedemann Kleint authored
      Add combo box listing toolchains with debuggers to start external,
      attach and core.
      Another attempt at streamlining engine detection:
      Split in detection functions that first collect a list of
      available engines by preference, then remove disabled and
      wrongly configured engines and use the remaining best.
      matching. checkconfiguration is now the central place where
      engine detection and config check takes place.
      
      Rubber-stamped-by: hjk
      75f4b9cf
  9. Feb 23, 2011
  10. Feb 18, 2011
  11. Feb 17, 2011
    • Friedemann Kleint's avatar
      Debugger: Reduce tooltip flicker. · c74da9b7
      Friedemann Kleint authored
      Move tooltip-request handling from DebuggerPlugin into
      DebuggerToolTipManager.
      
      Request tooltip only if position changed and close
      standard tooltip on success.
      c74da9b7
  12. 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
  13. Feb 02, 2011
  14. Jan 19, 2011
  15. Jan 14, 2011
  16. Jan 12, 2011
  17. Dec 14, 2010
  18. Dec 10, 2010
  19. Dec 03, 2010
  20. Nov 26, 2010
  21. Nov 22, 2010
  22. Nov 16, 2010
  23. Nov 15, 2010
  24. Nov 08, 2010
  25. Nov 04, 2010
  26. Oct 27, 2010
  27. Oct 05, 2010
  28. Oct 04, 2010
  29. 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
  30. Sep 13, 2010
  31. Sep 08, 2010
Loading