Skip to content
Snippets Groups Projects
  1. Mar 28, 2012
  2. Mar 27, 2012
  3. Mar 26, 2012
  4. Mar 23, 2012
  5. Mar 22, 2012
  6. Mar 19, 2012
  7. Mar 16, 2012
  8. Mar 09, 2012
  9. Mar 07, 2012
  10. Mar 06, 2012
  11. Mar 05, 2012
  12. Mar 03, 2012
    • cnavarro's avatar
      Fix non-stop mode in gdb when you click continue · 47def926
      cnavarro authored
      
      When you hit a brekpoint in gdb non-stop mode, if you click continue in the
      UI the debugger was killed if the current thread is not the one being
      stopped. This is anoying as gdb does not change current thread
      automatically. The fix shows the error but does not kill the inferior.
      Fixed style issues again.
      
      Change-Id: I1a2e484108e936581c7b82c985f2b057263e3d6b
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      47def926
  13. Mar 01, 2012
  14. Feb 29, 2012
  15. Feb 23, 2012
  16. Feb 20, 2012
  17. Feb 16, 2012
  18. Feb 15, 2012
  19. Feb 10, 2012
  20. Feb 08, 2012
  21. Feb 07, 2012
  22. Feb 02, 2012
    • Friedemann Kleint's avatar
      Debugger: Fix interrupting code. · 38510a48
      Friedemann Kleint authored
      
      - Windows: Always use DebugBreakProcess if Qt Creator is compiled
        64bit. Else always use win64interrupt.exe if Qt Creator
        is a WOW64 application.
      - Remove redundant code (procinterrupt/hostutils, gdb adapters).
      - Give interruptProcess an errorMessage parameter such that it can
        be used by all C++ engines and a proper error is displayed.
      - Improve error messages.
      - Build win64interrupt if target architecture is 64 bit (clean tools
        profile, add a profile), borrowing the check from
        qtcreatorcdbext.pro.
      
      Change-Id: I2a6caf98e46051c49c84e1f3aac4c8d2aba66e8b
      Reviewed-by: default avatarDavid Schulz <david.schulz@nokia.com>
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
      38510a48
    • Orgad Shaneh's avatar
      GDB/Windows: Break on abort · 87de8197
      Orgad Shaneh authored
      
      Task-number: QTCREATORBUG-6773
      Change-Id: I082b7d04730a5014ad935d6a079a1829dfcdd34c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      87de8197
  23. Feb 01, 2012
  24. Jan 31, 2012
  25. Jan 26, 2012
Loading