Skip to content
Snippets Groups Projects
  1. Jan 26, 2012
  2. Jan 06, 2012
  3. Dec 21, 2011
  4. Nov 03, 2011
  5. Sep 16, 2011
  6. Aug 30, 2011
  7. Jul 29, 2011
  8. Jul 08, 2011
  9. Jul 06, 2011
  10. May 27, 2011
  11. May 06, 2011
  12. Apr 18, 2011
  13. Apr 13, 2011
  14. Apr 12, 2011
    • Friedemann Kleint's avatar
      Debugger: Have Python dumper print type size information. · 67d39101
      Friedemann Kleint authored
      For memory views. In the dumper, create a cache of TypeInfo
      structs to contain type information and print the new entries
      in each call of bb().
      
      Collect the information in the gdb engine.
      Replace WatchData::origAddress by WatchData::ReferencingAddress
      to be able to correctly handle automatically dereferenced
      pointers of the gdb engine. Whereas 'address' of a automatically
      dereferenced used to be that of the pointer, it is now that
      of the dereferenced item matching the size reported, enabling
      memory views. Referencing address is now the address of the pointer.
      
      Reviewed-by: hjk
      67d39101
    • hjk's avatar
      e7441dab
  15. Feb 25, 2011
  16. 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
  17. Feb 08, 2011
  18. Jan 12, 2011
  19. Jan 10, 2011
  20. Dec 17, 2010
  21. Nov 29, 2010
  22. Nov 15, 2010
    • hjk's avatar
      debugger: Refactor breakpoint handling. · 8ae541b3
      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.
      8ae541b3
  23. Nov 10, 2010
  24. Nov 04, 2010
  25. Nov 02, 2010
  26. Oct 08, 2010
  27. Sep 28, 2010
  28. Sep 23, 2010
  29. Sep 22, 2010
  30. Sep 10, 2010
    • Friedemann Kleint's avatar
      I10N: First translation fixes for 2.1 · 24cadd34
      Friedemann Kleint authored
      Fix README, some spelling errors, remove contractions,
      exclamation marks, correct some plural forms, join split messages.
      Add QCoreApplication::translate to non-Q_OBJECT-classes.
      Fix some lupdate warnings about discarding meta-data (//:).
      24cadd34
  31. Sep 08, 2010
  32. Sep 01, 2010
  33. Aug 27, 2010
  34. Jul 21, 2010
  35. Jul 14, 2010
Loading