Skip to content
Snippets Groups Projects
  1. Jun 16, 2009
  2. May 26, 2009
  3. May 25, 2009
    • Friedemann Kleint's avatar
      Enabled passing on PIDs from the command line to the debugger. · c4a0abcd
      Friedemann Kleint authored
      Introduced struct DebuggerStartParameters to pass around
      start parameters, removing the need for the engines to
      access private members of DebuggerManager. Pass it
      to DebuggerManager::startNewDebugger() and move
      the GUI parts of that function into DebuggerPlugin,
      making it possible to create the struct from command line
      parameters. Introduce command line parsing with a few more
      -enable-xx options. Introduce warning() to debugger panel
      in the CDB engine.
      
      On this occasion, clean out a few trailing whitespaces.
      c4a0abcd
  4. May 19, 2009
  5. May 14, 2009
    • Friedemann Kleint's avatar
      Added ToolTip support for CDB. · 0e3aa47f
      Friedemann Kleint authored
      
      Make debugger tooltip API more general, have the engines check the
      correct file type, figure out the expression and context from the text
      editor.
      
      Put common functionality in watchutils.cpp. In the CDB engine, check
      whether a tooltip expression is a known variable within the stack frame
      context. If so, retrieve via symbol group or dumpers. Cache by function
      and expression.
      Reviewed-by: default avatarhjk <qtc-committer@nokia.com>
      0e3aa47f
  6. Apr 29, 2009
  7. Apr 20, 2009
  8. Apr 17, 2009
  9. Apr 15, 2009
  10. Apr 08, 2009
  11. Apr 07, 2009
  12. Mar 02, 2009
  13. Feb 25, 2009
  14. Feb 17, 2009
  15. Jan 13, 2009
  16. Dec 16, 2008
  17. Dec 09, 2008
  18. Dec 02, 2008
Loading