Skip to content
Snippets Groups Projects
  1. Jan 26, 2012
  2. Dec 21, 2011
  3. Nov 03, 2011
  4. Jul 29, 2011
  5. Jul 06, 2011
  6. May 30, 2011
  7. May 06, 2011
  8. Apr 13, 2011
  9. Mar 28, 2011
  10. Feb 25, 2011
  11. Jan 12, 2011
  12. Jan 10, 2011
  13. Dec 21, 2010
  14. Dec 17, 2010
  15. Nov 15, 2010
    • hjk's avatar
      debugger: Refactor breakpoint handling. · 8ae541b3
      hjk authored
      The breakpoints are now (fairly) tightly guarded by the BreakpointHandler.
      Engines and Views are only supposed to refer to them by id. They also have
      individual states now. The breakpoint data is split into a "user requested"
      "fixed" part in BreakpointData and the engines' acknowledged data in a new
      struct BreakpointResponse.
      
      TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions
      in the marker handling.
      8ae541b3
  16. Nov 02, 2010
  17. Oct 11, 2010
  18. Jul 21, 2010
  19. Jul 15, 2010
  20. Jul 14, 2010
  21. Jul 08, 2010
  22. Jun 14, 2010
  23. Mar 05, 2010
  24. Jan 05, 2010
  25. Jan 04, 2010
    • Oswald Buddenhagen's avatar
      properly decode messages from gdb · 5fd1e3c4
      Oswald Buddenhagen authored
      ... using fromLocal8Bit instead of fromLatin1.
      of course the localized messages pose a "challenge" for the various
      workarounds which parse them ...
      
      Task-number: QTCREATORBUG-504
      5fd1e3c4
  26. Oct 20, 2009
  27. Oct 13, 2009
  28. Oct 12, 2009
Loading