Skip to content
Snippets Groups Projects
  1. May 06, 2011
  2. Apr 13, 2011
  3. Feb 04, 2011
  4. Jan 12, 2011
  5. Dec 17, 2010
  6. Dec 08, 2010
  7. 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
  8. Nov 08, 2010
  9. Nov 04, 2010
  10. Nov 02, 2010
  11. Oct 27, 2010
  12. Sep 21, 2010
  13. Sep 15, 2010
  14. 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
  15. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  16. Jul 28, 2010
  17. Jun 22, 2010
    • hjk's avatar
      debugger: The DebuggerEngine refactoring. · 6a6cba55
      hjk authored
      This replaces the (de facto) singleton engines and data handlers by classes
      that are instantiated per run. The DebuggerRunControl will now create an
      object of (a class derived from) DebuggerEngine that contains all the relevant
      "dynamic" data.
      
      DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin,
      whereas the data bits went to DebuggerEngine.
      
      There is no formal notion of a "current" DebuggerEngine. However, as there's
      only one DebuggerEngine at a time that has its data models connected to the
      view, there's still some "de facto" notion of a "current" engine. Calling
      SomeModel::setData(int role, QVariant data) with custom role is used as the
      primary dispatch mechanism from the views to the "current" data models
      (and the engine, as all data models know their engine).
      6a6cba55
  18. May 18, 2010
  19. Apr 30, 2010
  20. Mar 22, 2010
  21. Mar 18, 2010
  22. Mar 05, 2010
  23. Feb 03, 2010
  24. Feb 01, 2010
  25. Jan 29, 2010
  26. Oct 30, 2009
  27. Oct 16, 2009
    • Friedemann Kleint's avatar
      Debugger: Use the code model to detect unitialized variables. · 25ee70bb
      Friedemann Kleint authored
      
      This should save debugger round trips and crashes in the debugging
      helpers.
      Add respective option to debugging helper option page, defaulting to
      true.On this occasion, make CDB detect shadowed variables correctly
      and display them as "<shadowed n>" as does the Gdb engine by
      reversing the direction in which
      CdbSymbolGroupContext::populateINameIndexMap works.
      Rubber-stamped-by: default avatarhjk <qtc-committer@nokia.com>
      25ee70bb
  28. Oct 07, 2009
  29. Oct 05, 2009
  30. Oct 02, 2009
  31. Oct 01, 2009
  32. Sep 29, 2009
  33. Aug 17, 2009
    • hjk's avatar
      debugger: create a disassembler view as main editor · e82d6c7b
      hjk authored
      "Stepping instruction wise" and "display disassembler" mode is now toggled by a
      single action. This also allows to re-use F10 and F11 as keyboard shortcut.
      
      Missing: caching of disassembler output, removal of old disassembler view.
      e82d6c7b
  34. Aug 14, 2009
Loading