Skip to content
Snippets Groups Projects
  1. Jun 23, 2010
  2. 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
  3. Jun 11, 2010
  4. Apr 08, 2010
  5. Mar 30, 2010
  6. Mar 25, 2010
  7. Mar 22, 2010
  8. Mar 18, 2010
  9. Mar 05, 2010
  10. Feb 23, 2010
  11. Feb 17, 2010
  12. Feb 11, 2010
  13. Feb 03, 2010
  14. Jan 29, 2010
  15. Jan 15, 2010
  16. Jan 06, 2010
  17. Dec 09, 2009
  18. Nov 25, 2009
  19. Nov 09, 2009
  20. 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
  21. Oct 06, 2009
  22. Oct 05, 2009
  23. Oct 01, 2009
  24. Sep 29, 2009
  25. Sep 23, 2009
  26. Aug 19, 2009
  27. Aug 18, 2009
  28. 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
  29. Aug 14, 2009
  30. Aug 13, 2009
  31. Jul 01, 2009
Loading