Skip to content
Snippets Groups Projects
  1. Oct 17, 2017
  2. Oct 04, 2017
  3. Sep 21, 2017
  4. Sep 13, 2017
  5. Jun 22, 2017
  6. Jun 10, 2017
  7. May 19, 2017
  8. May 18, 2017
  9. Apr 20, 2017
  10. Feb 21, 2017
  11. Jan 12, 2017
  12. Oct 12, 2016
  13. Jul 21, 2016
  14. Jun 09, 2016
    • hjk's avatar
      Debugger: Remove debuggerstringutils.h · 726b907c
      hjk authored
      
      With QT_RESTRICTED_CAST_FROM_ASCII making GdbMi etc operate on
      QString is feasible again. Take this as opportunity to move
      debugger encoding handling closer to a 'conversion on input and
      output if needed, storage in QString only' scheme.
      
      Change-Id: I2f10c9fa8a6c62c44f4e6682efe3769e9fba30f7
      Reviewed-by: default avatarChristian Stenger <christian.stenger@qt.io>
      726b907c
  15. Jan 19, 2016
  16. Dec 09, 2015
  17. Sep 15, 2015
  18. Jul 16, 2015
  19. Jun 25, 2015
  20. Jun 17, 2015
    • hjk's avatar
      Debugger: Remove the InferiorExited state · ad6451bb
      hjk authored
      
      There are now several possible orders of events between sending a 'kill'
      and receiving something that indicated a properly shut down inferior.
      Coordinating the InferiorExited state during engine ramp down is not
      worthwhile as that state had only a forced transition to InferiorShutdownOk
      anyway. For the user (and user code), only the fact that ramp down is
      finished is interesting.
      
      Change-Id: Ic22131d5a1066dc62bd069f532c28b773f231088
      Reviewed-by: default avatarChristian Stenger <christian.stenger@theqtcompany.com>
      ad6451bb
  21. Jun 10, 2015
    • hjk's avatar
      Debugger: Consolidate GDB and LLDB "updateLocals" code paths · 5309e217
      hjk authored
      
      This splits the bool setToolTipExpression() operation into
      a bool canHandleToolTip(), and the actual processing of
      the request, which is mostly identical to the handling of
      a watcher.
      
      Handling a watcher is now mostly the same as a full Locals
      update, except for the 'partial' flag. Pushing the handling
      of that down to the bridges gives identical code paths
      in the gdb and lldbengine. Move that to the
      DebuggerEngine base class.
      
      Change-Id: I3861b43e8630c7e7bd57fcd549b2a2387e3d4869
      Reviewed-by: default avatarhjk <hjk@theqtcompany.com>
      Reviewed-by: default avatarChristian Stenger <christian.stenger@theqtcompany.com>
      5309e217
  22. May 28, 2015
  23. Mar 20, 2015
  24. Mar 06, 2015
  25. Mar 05, 2015
  26. Feb 27, 2015
  27. Feb 26, 2015
  28. Jan 16, 2015
  29. Jan 15, 2015
  30. Dec 18, 2014
Loading