Skip to content
Snippets Groups Projects
  1. Nov 20, 2009
  2. Nov 04, 2009
  3. Oct 28, 2009
  4. Oct 27, 2009
  5. Oct 20, 2009
  6. Oct 16, 2009
  7. Oct 14, 2009
  8. Oct 13, 2009
    • Friedemann Kleint's avatar
      CDB: Bug fixing · 14058c07
      Friedemann Kleint authored
      - Turn off initial breakpoint when attaching (terminal) and
        additionally ignore it before the first startup complete
      - Refuse to step  the artifical thread created when
        interrupting
      - If possible, switch to thread 0 when interupting (do not
        use artificial thread)
      - Ignore non-fatal exceptions in dumper calls (stray Startup-
        complete-traps)
      - Use right thread for dumper call loading
      - Rename windows exception code enumeration
      - Turn off modification off watch-data children by setType,
        show empty lists correctly.
      - Verbose warnings about inserting invalid watch data.
      14058c07
  9. Oct 01, 2009
  10. Sep 23, 2009
  11. 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
  12. Sep 16, 2009
  13. Aug 31, 2009
  14. Aug 28, 2009
  15. Aug 27, 2009
  16. Aug 26, 2009
  17. Aug 14, 2009
  18. Aug 12, 2009
  19. Jul 23, 2009
  20. Jul 15, 2009
  21. Jul 14, 2009
  22. Jul 13, 2009
  23. Jul 10, 2009
    • Friedemann Kleint's avatar
      Enabled the use of Debugger-specific watch/locals models. · abf5e3dd
      Friedemann Kleint authored
      
      - Modified WatchModel to handle storage of an hierarchy
        of WatchItems.
      - Factored out code for asynchronous population to
        AsyncWatchModel and added a mixin for convenient
        handling
      - Added base class for synchronous models.
      - Implement simple, synchronous models for CDB, greatly
        simplifying code and finally getting manual
        expansion right.
      Signed-off-by: default avatarhjk <qtc-committer@nokia.com>
      abf5e3dd
  24. Jul 08, 2009
  25. 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
  26. Jul 03, 2009
    • Friedemann Kleint's avatar
      Great debugger helper bug fixing spree. · 5a8b61b2
      Friedemann Kleint authored
      - Fix extractTemplate() not to kill blanks in case there is no
        blank after a comma, fix hardcoded types accordingly.
      - Make niceType()'s regexps ignore blanks after commas, add
        unsigned short as char_type and cache the mappings, making
        them work for CDB.
      - CDB: Parse map output of dumpers correctly, generally don't
        confuse the parser by unknown keywords encountered when
        parsing children, thus enabling simple QMap types.
      - Make dumpInnerValueHelper output std::string types.
      5a8b61b2
    • hjk's avatar
      89d49e3b
Loading