Skip to content
Snippets Groups Projects
  1. Oct 12, 2009
    • Oswald Buddenhagen's avatar
      centralize gdb command result class checking · a1a8f6ad
      Oswald Buddenhagen authored
      each command can have only one of two legitimate responses: "error" or -
      depending on the command, and thus declared via a flag - "done" or
      "running".
      this is way nicer than sprinkling the code with else-ifs (where elses
      are sufficient) and asserts all over the place - and silently failing in
      release builds.
      a1a8f6ad
  2. Sep 24, 2009
    • hjk's avatar
      debugger: refactoring · 8f6aa225
      hjk authored
      rename GdbResultRecord into GdbResponse
      merge cookie QVariant into GdbResponse
      move debugMessage convienience function from individual adapters to base
      8f6aa225
  3. Aug 14, 2009
  4. 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
  5. May 19, 2009
  6. May 05, 2009
  7. Apr 30, 2009
  8. Apr 06, 2009
  9. Mar 23, 2009
  10. Feb 25, 2009
  11. Jan 21, 2009
    • hjk's avatar
      Use gdb's 'print' command to access dumper output. · 076488bf
      hjk authored
      Simple solution after all. This idea got initially dropped early in the
      process because it does not handle binary data and using x/x was
      way to slow. But since we use only printable characters now thanks
      to base64 encoding etc using 'p' becomes feasible again and simplifies
      the process vastly as no additional communication channel is needed anymore.
      076488bf
  12. Jan 13, 2009
  13. Dec 16, 2008
  14. Dec 09, 2008
  15. Dec 02, 2008
Loading