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