Skip to content
Snippets Groups Projects
  1. Aug 30, 2013
  2. Aug 19, 2013
  3. Aug 16, 2013
  4. Jun 19, 2013
  5. Jun 07, 2013
  6. Jun 06, 2013
  7. Jun 05, 2013
  8. Jun 04, 2013
  9. Jun 03, 2013
  10. May 28, 2013
  11. May 26, 2013
  12. May 24, 2013
  13. May 23, 2013
  14. May 15, 2013
  15. May 07, 2013
  16. May 06, 2013
  17. Apr 30, 2013
  18. Apr 25, 2013
    • Kai Koehne's avatar
      Debugger: Change default gdb engine breakpoint "path usage" to "full" · cb857b47
      Kai Koehne authored
      
      Setting breakpoints by file name and line does not work robustly when
      using gdb, with neither the full path, nor with just the baseline. Since
      typically one of the options work, Creator offers a per-breakpoint choice
      of which approach to use. Traditionally, using the full path broke more
      often, so the default was "short". Lately (gdb 7.3+) using the full path
      seems to be more robust, so the default should be changed. Manual
      overriding to "short" is still possible.
      
      Change-Id: I9e857c86a63964bdacf9bebc5444ea752e5974f8
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
      cb857b47
  19. Apr 23, 2013
  20. Apr 19, 2013
  21. Apr 11, 2013
  22. Apr 10, 2013
  23. Apr 08, 2013
  24. Apr 02, 2013
  25. Mar 26, 2013
  26. Mar 22, 2013
  27. Mar 11, 2013
  28. Mar 08, 2013
  29. Mar 06, 2013
  30. Feb 27, 2013
  31. Feb 26, 2013
    • hjk's avatar
      Debugger: Fix setting of some disabled breakpoints · 444c5ae1
      hjk authored
      
      As we disable of 'by-address' breakpoints by default after each
      debugger run as they are unlikely to be correct on the next run,
      starting with disabled breakpoints might happen. Disabling it
      immediately is faster and less racy than relying on the 'change
      needed' mechanism.
      
      Change-Id: Icc5548d322f7ef4f099d218b4f04b4c40e3cb850
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      444c5ae1
Loading