Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
  2. Sep 21, 2010
  3. Sep 15, 2010
  4. Sep 13, 2010
  5. Sep 08, 2010
  6. Sep 01, 2010
  7. Aug 30, 2010
  8. Aug 26, 2010
  9. Aug 18, 2010
  10. Jul 23, 2010
  11. Jul 22, 2010
  12. Jun 25, 2010
  13. Jun 23, 2010
  14. 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
  15. Jun 07, 2010
  16. May 19, 2010
  17. Apr 27, 2010
  18. Apr 23, 2010
  19. Apr 15, 2010
  20. Apr 09, 2010
    • Friedemann Kleint's avatar
      Debugger[cdb/gdb]: Fix formatting of integers/messages. · b2ddf720
      Friedemann Kleint authored
      - Do not reformat boolean values (true,false) as hex/oct.
      - char/unsigned char types (cdb/gdb): Chop off the quoted
        printable character output by the debugger, pass around integer
        only and append the character ourselves in the watchhandler,
        making reformatting as hex/octal work.
      - cdb: Check format correctly (fix values output as plain integer).
      - cdb: Kill needless warning produced by reformatting output of out-of-scope
        variables.
      - cdb: Display exceptions in the status bar as non-intrusive crash notification.
      
      Reviewed-by: hjk
      b2ddf720
  21. Mar 23, 2010
  22. Mar 22, 2010
  23. Mar 18, 2010
  24. Mar 17, 2010
  25. Mar 16, 2010
Loading