Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. May 28, 2015
  4. Mar 20, 2015
  5. Mar 06, 2015
  6. Mar 05, 2015
  7. Feb 27, 2015
  8. Feb 26, 2015
  9. Jan 16, 2015
  10. Jan 15, 2015
  11. Dec 18, 2014
  12. Dec 15, 2014
  13. Dec 12, 2014
  14. Dec 02, 2014
  15. Oct 20, 2014
  16. Oct 09, 2014
  17. Sep 29, 2014
  18. Sep 26, 2014
  19. Sep 19, 2014
  20. Jul 25, 2014
  21. Jul 09, 2014
  22. Jun 06, 2014
  23. May 05, 2014
  24. Mar 05, 2014
  25. Jan 08, 2014
  26. Sep 13, 2013
  27. Sep 02, 2013
    • Christian Kandeler's avatar
      Remove superfluous include paths from project files. · 72d17382
      Christian Kandeler authored
      
      A lot of our build system files specify unneeded include
      paths. These roughly fall into the following categories:
          a) Paths that are already set in more general files
             such as qtcreator.pri.
          b) Paths that serve no purpose at all, possibly
             left over from earlier versions of the project.
          c) Paths that act as workarounds for wrong include
             statements of the form '#include "xyz.h"', where
             xyz.h is not in the same directory as the including
            file.
      This patch removes such path specifications and fixes the offending
      include statements from case c).
      Tested on Linux, Windows and OSX with qmake and qbs.
      
      Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
      72d17382
  28. Aug 05, 2013
  29. Jul 17, 2013
  30. Apr 19, 2013
  31. Mar 26, 2013
  32. Mar 22, 2013
Loading