Skip to content
Snippets Groups Projects
  1. Feb 15, 2012
  2. Jan 26, 2012
  3. Nov 03, 2011
  4. Jul 04, 2011
  5. May 06, 2011
  6. Apr 13, 2011
  7. Apr 12, 2011
  8. Mar 18, 2011
  9. Jan 12, 2011
  10. Jan 10, 2011
  11. Dec 17, 2010
  12. Dec 14, 2010
  13. Dec 08, 2010
  14. Nov 25, 2010
  15. Nov 24, 2010
  16. Sep 21, 2010
  17. Sep 13, 2010
  18. Jul 07, 2010
  19. Jul 02, 2010
  20. Jun 22, 2010
    • Friedemann Kleint's avatar
      Debugger: Allow for custom Disassembler highlighters. · 0db5e802
      Friedemann Kleint authored
      
      Remove hardcoded highlighter, give DisassemblerViewAgent
      a mimetype property. Default to a generic Qt Creator
      Assembler mimetype.
      Acked-by: hjk
      Rubber-stamped-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
      0db5e802
    • Friedemann Kleint's avatar
      Compile Windows. · ecff29be
      Friedemann Kleint authored
      ecff29be
    • 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
  21. Mar 18, 2010
  22. Mar 05, 2010
  23. Feb 17, 2010
  24. Feb 01, 2010
  25. Nov 19, 2009
  26. Oct 06, 2009
  27. Oct 02, 2009
  28. Oct 01, 2009
  29. Sep 29, 2009
  30. Sep 25, 2009
  31. Sep 08, 2009
  32. Aug 19, 2009
    • Friedemann Kleint's avatar
      Debugger: Fix memory display · 76c226df
      Friedemann Kleint authored
      - Watchwindow: Do not open Address dialog if menu is canceled (act = 0
        matching the unitialized unknown memory action)
      - Actually pass the address of the dialog to the agent
      - Make the "Open Memory editor..." action always visible to be able to
        look at const char *x pointing at y
      - Improve the address dialog with checking and dialog button box
      - Explicitly pass the quint64 around
      - Translate & purge
      76c226df
  33. Aug 17, 2009
Loading