Skip to content
Snippets Groups Projects
  1. Feb 17, 2011
  2. Feb 15, 2011
  3. Feb 10, 2011
  4. Jan 27, 2011
  5. Dec 16, 2010
  6. Dec 06, 2010
  7. Dec 01, 2010
  8. Nov 30, 2010
  9. Nov 19, 2010
  10. Nov 02, 2010
  11. Nov 01, 2010
  12. Oct 26, 2010
  13. Oct 18, 2010
  14. Oct 13, 2010
  15. Oct 08, 2010
  16. Oct 01, 2010
    • hjk's avatar
      debugger: fix QObject property dumping on Windows · d4000793
      hjk authored
      The problem of gdb finding QVector::malloc instead of the global malloc
      appeared again. The workaorund is to use calloc which is not used by Qt.
      However, for transfering string literal data to the inferior gdb uses
      malloc internally outside our control, so we cannot use string literals
      in inferior calls at all.
      
      In the particular case of QObject property names we are lucky as the
      data already exists in the inferior memory. This patch just uses it.
      
      Reviewed-by: Leandro Melo
      
      Task: QTCREATORBUG-2533
      d4000793
  17. Sep 30, 2010
  18. Sep 28, 2010
  19. Sep 27, 2010
  20. Sep 17, 2010
  21. Sep 16, 2010
  22. Sep 09, 2010
  23. Sep 02, 2010
  24. Aug 26, 2010
  25. Aug 25, 2010
Loading