Skip to content
Snippets Groups Projects
  1. May 19, 2010
    • Friedemann Kleint's avatar
      Debugger/WatchWindow: Add menu options to show pointed to addresses. · 9af9c91f
      Friedemann Kleint authored
      Change the WatchWindow handling to be based on quint64 addresses to
      ensure proper function. Changed roles and added one role to the
      watchmodel to obtain addresses and pointed-to addresses. Add some
      fiddling to parse out addresses from debugger values.
      Add menu options. Make sure only one watchpoint per address is added.
      9af9c91f
  2. May 17, 2010
  3. May 10, 2010
  4. May 07, 2010
  5. Apr 30, 2010
  6. Apr 12, 2010
  7. Apr 09, 2010
  8. Mar 26, 2010
  9. Mar 05, 2010
  10. Feb 11, 2010
  11. Feb 10, 2010
  12. Feb 04, 2010
  13. Jan 29, 2010
  14. Jan 21, 2010
  15. Jan 05, 2010
  16. Dec 15, 2009
  17. Oct 01, 2009
  18. Sep 23, 2009
  19. Sep 15, 2009
  20. Aug 17, 2009
    • hjk's avatar
      debugger: create a disassembler view as main editor · e82d6c7b
      hjk authored
      "Stepping instruction wise" and "display disassembler" mode is now toggled by a
      single action. This also allows to re-use F10 and F11 as keyboard shortcut.
      
      Missing: caching of disassembler output, removal of old disassembler view.
      e82d6c7b
  21. Aug 14, 2009
  22. Jun 30, 2009
  23. Jun 23, 2009
  24. 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
  25. Jun 11, 2009
  26. Jun 10, 2009
  27. May 19, 2009
  28. May 12, 2009
    • Friedemann Kleint's avatar
      Fixed breakpoints for CDB. · 97789c2d
      Friedemann Kleint authored
      Set/modify breakpoints using the new takeXX() APIs of the breakhandler.
      Add API for inserted breakpoints (as a 2-step process for pending
      breakpoints). Format breakpoint tooltip properly with tr() and
      more esthetically pleasing. Get rid of the old scheme of retrieving
      and matching the breakpoints from the debugger engine, use ids.
      97789c2d
  29. May 11, 2009
Loading