Skip to content
Snippets Groups Projects
  1. Aug 28, 2009
  2. Aug 25, 2009
  3. Aug 24, 2009
  4. Aug 21, 2009
  5. Aug 20, 2009
  6. Aug 18, 2009
  7. Aug 17, 2009
  8. Aug 14, 2009
  9. Aug 13, 2009
  10. Aug 12, 2009
  11. Jul 23, 2009
  12. Jul 21, 2009
  13. Jul 15, 2009
  14. Jul 13, 2009
  15. Jul 10, 2009
  16. Jul 08, 2009
  17. Jul 07, 2009
    • Friedemann Kleint's avatar
      Dumper fixing, dump some common std::map, std::set types with CDB. · 7b15d123
      Friedemann Kleint authored
      - std::set/map: Introduce templates to iterate the MSVC STL
        implementation depending on type (since it inherits some
        basic set_traits that depend on the key/value size.
      - Retrieve types correctly in CDB (buffer too short for STL-types)
      - Fix std::map in GDB broken by previous commit.
      - Introduce a dumper version check in GDB/CDB.
      - Make GDB parse sizes in initial dumper call as well
      - Fix special sizes to work with namespaced Qt (watchutils)
      7b15d123
  18. Jul 06, 2009
    • Friedemann Kleint's avatar
      Fix up Debugger helpers to be able to dump QObject's with CDB. · 5bd1d2a0
      Friedemann Kleint authored
      - Make container dumper routines set "childnumchild" when known
        in order to avoid roundtrips; avoid repeated invocations of
        container.end().
      - Completed dumper information in some places to avoid roundtrips.
      - Extended QVariant helpers by dumpers for common GUI types
        (rectangles, points, sizes, fonts, size policies).
      - Introduced artificial QObjectChildList/QObjectProperty types to
        be able to dump QObject children and properties without using
        gdb expressions.
      - Fixed dumping of Signal/Slot list to pass on correct types. Avoid
        recursions if signal is connected to self.
      - Replaced expressions by addresses in the dumpers to it make work
        for CDB.
      - Reworked dumper test program to have -a, making it usable for tests,
        add further types.
      - Gdb: Clear output buffer before calling dumpers, avoiding mixups
        in case evaluation of expression fails.
      - Fix the dumper parser used by CDB, do not be fooled by
        "<synthetic>" addresses, etc.
      - Pass on a "dumperVersion" in initial query.
      5bd1d2a0
  19. Jul 01, 2009
  20. Jun 30, 2009
Loading