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