Skip to content
Snippets Groups Projects
  1. Mar 23, 2010
  2. Mar 22, 2010
  3. Mar 10, 2010
  4. Mar 09, 2010
  5. Mar 05, 2010
  6. Feb 01, 2010
  7. Jan 29, 2010
  8. Dec 01, 2009
  9. Nov 20, 2009
  10. Nov 12, 2009
  11. Nov 06, 2009
  12. Nov 04, 2009
  13. Oct 30, 2009
  14. Oct 29, 2009
  15. Oct 28, 2009
  16. Oct 27, 2009
  17. Oct 21, 2009
  18. Oct 20, 2009
  19. Oct 19, 2009
  20. Oct 16, 2009
  21. 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
  22. Oct 13, 2009
  23. 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
  24. 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
  25. Sep 29, 2009
  26. 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
  27. Sep 18, 2009
  28. Sep 03, 2009
  29. Aug 31, 2009
  30. Aug 28, 2009
Loading