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