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