Skip to content
Snippets Groups Projects
  1. 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
    • con's avatar
      Fix floating dock widget support in debug mode. · 8951302a
      con authored
      The dock widget visibility was not saved/restored correctly, and pulling
      floating dock widgets back into the layout didn't remove the header
      widget in case of locked mode.
      Now we track visibility and floating state of dock widgets directly.
      8951302a
  2. May 19, 2009
  3. May 15, 2009
  4. 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
  5. May 11, 2009
  6. May 08, 2009
  7. May 07, 2009
  8. May 06, 2009
  9. May 05, 2009
  10. May 04, 2009
  11. Apr 28, 2009
  12. Apr 17, 2009
  13. Apr 15, 2009
  14. Apr 14, 2009
  15. Apr 09, 2009
  16. Apr 08, 2009
  17. Apr 07, 2009
  18. Apr 06, 2009
  19. Apr 02, 2009
  20. Apr 01, 2009
  21. Mar 30, 2009
  22. Mar 27, 2009
  23. Mar 26, 2009
  24. Mar 24, 2009
  25. Mar 23, 2009
Loading