Skip to content
Snippets Groups Projects
  1. Jun 25, 2010
  2. Jun 22, 2010
    • hjk's avatar
      debugger: more breakpoint management related fixes · fadac800
      hjk authored
      fadac800
    • hjk's avatar
      c5c0dc76
    • hjk's avatar
      debugger: properly clone breakpoints · b01a622f
      hjk authored
      b01a622f
    • 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. May 20, 2010
  5. May 19, 2010
    • Friedemann Kleint's avatar
      Debugger/WatchWindow: Add menu options to show pointed to addresses. · 9af9c91f
      Friedemann Kleint authored
      Change the WatchWindow handling to be based on quint64 addresses to
      ensure proper function. Changed roles and added one role to the
      watchmodel to obtain addresses and pointed-to addresses. Add some
      fiddling to parse out addresses from debugger values.
      Add menu options. Make sure only one watchpoint per address is added.
      9af9c91f
  6. May 17, 2010
  7. May 10, 2010
  8. May 07, 2010
  9. Apr 30, 2010
  10. Apr 12, 2010
  11. Apr 09, 2010
  12. Mar 26, 2010
  13. Mar 05, 2010
  14. Feb 11, 2010
  15. Feb 10, 2010
  16. Feb 04, 2010
  17. Jan 29, 2010
  18. Jan 21, 2010
  19. Jan 05, 2010
  20. Dec 15, 2009
  21. Oct 01, 2009
  22. Sep 23, 2009
Loading