Skip to content
Snippets Groups Projects
  1. Jun 10, 2010
  2. May 28, 2010
  3. Mar 23, 2010
  4. Mar 22, 2010
  5. Mar 10, 2010
  6. Mar 09, 2010
  7. Mar 05, 2010
  8. Feb 01, 2010
  9. Jan 29, 2010
  10. Dec 01, 2009
  11. Nov 20, 2009
  12. Nov 12, 2009
  13. Nov 06, 2009
  14. Nov 04, 2009
  15. Oct 30, 2009
  16. Oct 29, 2009
  17. Oct 28, 2009
  18. Oct 27, 2009
  19. Oct 21, 2009
  20. Oct 20, 2009
  21. Oct 19, 2009
  22. Oct 16, 2009
  23. Oct 14, 2009
    • ck's avatar
      Debugger: Dumper fix. · 4ead5b72
      ck authored
      - If NSX and NSY have quotes for the QT_NAMESPACE case, they need them
        for the non-namespace case too.
      - Dumper autotest: Replace hard-coded namespace with compile-time
        dynamic one.
      4ead5b72
  24. Oct 13, 2009
  25. Oct 09, 2009
    • Friedemann Kleint's avatar
      CDB: Make use of the improved debugger expression syntax · 8266c366
      Friedemann Kleint authored
      CDB can now handle sizeof(Class) and even expressions that
      determine the offset of map node values (to some extent), may still
      fail with templates). Format expressions accordingly, adapt
      cached expressions.
      Use gdbQuoteType depending on debugger type only.
      Most important, do not evaluate each expression separately before
      issuing the call, as ".call" can now do it on its own. Check for syntax
      errors there and cache failing types as before.
      8266c366
  26. Oct 02, 2009
    • Friedemann Kleint's avatar
      CDB: Fix dumper regression · 1fad39c9
      Friedemann Kleint authored
      - Do not deref d-ptr when checking on QVariants of PODS
      - Make type/value fixing of dumper results more fine-grained
      - Allow children in expandPtrToDumpage (QWidget-Pointers)
      - Fix broken size cache (queuePrefix was empty)
      - Compile
      1fad39c9
  27. Sep 29, 2009
  28. Sep 21, 2009
    • Friedemann Kleint's avatar
      CDB: Use GdbMi parser for everything. · caa164a4
      Friedemann Kleint authored
      ..preparing recursive dumpers. Add recursive parser to
      watchutils.cpp Use insertBulkData() within CDB, add sizeof()
      information for some Qt containers in order to be able to
      dump QList<QList<KnownType> > .
      caa164a4
  29. Sep 18, 2009
  30. Sep 03, 2009
  31. Aug 31, 2009
  32. Aug 28, 2009
Loading