Skip to content
Snippets Groups Projects
  1. Dec 15, 2009
  2. Oct 19, 2009
  3. Oct 16, 2009
    • Friedemann Kleint's avatar
      Debugger: Use the code model to detect unitialized variables. · 25ee70bb
      Friedemann Kleint authored
      
      This should save debugger round trips and crashes in the debugging
      helpers.
      Add respective option to debugging helper option page, defaulting to
      true.On this occasion, make CDB detect shadowed variables correctly
      and display them as "<shadowed n>" as does the Gdb engine by
      reversing the direction in which
      CdbSymbolGroupContext::populateINameIndexMap works.
      Rubber-stamped-by: default avatarhjk <qtc-committer@nokia.com>
      25ee70bb
  4. 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
  5. Oct 06, 2009
    • Friedemann Kleint's avatar
      CDB: Fix step into, improve multithread dumping, exception logging · c70f968f
      Friedemann Kleint authored
      Use new call syntax of 6.11. for dumper call loading. Execute
      Dumpers in a single thread (current) if at all possible (not
      in some WaitFor or artificial break thread). Show one more
      frame in threads view if it is FastCallReturn. Fix step into
      (ignore one event), log some more exceptions. Generally log
      exceptions to the debugger windows to be able to see stuff
      like DLL missing, etc.
      c70f968f
  6. Oct 05, 2009
  7. 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
  8. Sep 29, 2009
  9. Aug 14, 2009
  10. Jul 13, 2009
  11. 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
  12. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  13. May 30, 2009
  14. May 20, 2009
    • Friedemann Kleint's avatar
      A bit of QA testing of CDB. · 65a179da
      Friedemann Kleint authored
      Handle functions with 0 variables correctly in the stack view.
      Give names to unnamed formal parameters (causing WatchData
      warnings). Ignore exception 06ba.
      65a179da
  15. May 14, 2009
    • Friedemann Kleint's avatar
      Added ToolTip support for CDB. · 0e3aa47f
      Friedemann Kleint authored
      
      Make debugger tooltip API more general, have the engines check the
      correct file type, figure out the expression and context from the text
      editor.
      
      Put common functionality in watchutils.cpp. In the CDB engine, check
      whether a tooltip expression is a known variable within the stack frame
      context. If so, retrieve via symbol group or dumpers. Cache by function
      and expression.
      Reviewed-by: default avatarhjk <qtc-committer@nokia.com>
      0e3aa47f
  16. Apr 29, 2009
  17. Apr 21, 2009
  18. Apr 15, 2009
  19. Apr 14, 2009
    • Friedemann Kleint's avatar
      Implement disassembler for cdb. · d4ccc16f
      Friedemann Kleint authored
      Filter debugging output correctly, some glitches. Extract
      base class for debugging output to be able to intercept
      debugging output for other purposes (such as disassembling).
      d4ccc16f
  20. Apr 07, 2009
    • Friedemann Kleint's avatar
      Continue CDB. · d199d660
      Friedemann Kleint authored
      Improve locals handling, add watcher handling via expressions. Make
      debug marker appear, start with breakpoint synchronization.
      d199d660
  21. Mar 27, 2009
  22. Mar 26, 2009
Loading