Skip to content
Snippets Groups Projects
  1. Sep 21, 2010
  2. Sep 13, 2010
  3. Sep 01, 2010
  4. Aug 24, 2010
    • Friedemann Kleint's avatar
      Debugger: Fix Symbian. · 54f9654b
      Friedemann Kleint authored
      ...which subclasses DebuggerRunner and does not call
      DebuggerPlugin::startDebugger(), which connects the
      engine, leading to strange malfunctions. Move functionality
      to DebuggerRunner::start() to make it self-contained.
      Add object names to engines for easier debugging.
      
      Reviewed-by: hjk
      54f9654b
  5. Jul 23, 2010
  6. Jul 22, 2010
  7. Jul 14, 2010
  8. Jul 08, 2010
  9. Jul 07, 2010
  10. 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
  11. Jun 14, 2010
  12. May 04, 2010
  13. Apr 27, 2010
  14. Mar 26, 2010
  15. Mar 10, 2010
  16. Mar 05, 2010
  17. Jan 29, 2010
  18. Jan 18, 2010
  19. Jan 15, 2010
  20. Jan 11, 2010
  21. Jan 05, 2010
  22. Sep 25, 2009
    • hjk's avatar
      debugger: refactoring · 20b9258d
      hjk authored
      Intergrate per-engine state tracking with the global running/stopped state.
      20b9258d
  23. Sep 23, 2009
  24. Sep 17, 2009
  25. Sep 10, 2009
  26. Sep 02, 2009
Loading