Skip to content
Snippets Groups Projects
  1. Aug 23, 2010
  2. Jun 25, 2010
    • Friedemann Kleint's avatar
      Debugger[Trk]: Added TCF experimental adapter. · beba423a
      Friedemann Kleint authored
      Added adapter to work with TCF over WLAN.
      Factor out common code for Symbian from TrkAdapter.
      Improve message logging in TrkGdbAdapter, some cleanup.
      Added new TcfTrkGdbAdapter based on TcfTrkDevice
      in symbianutils based on JSON, using QTcpSocket.
      To be started via special @tcf@ argument.
      Rubber-stamped-by: hjk
      beba423a
  3. May 05, 2010
    • hjk's avatar
      Revive TCF agent · a945e963
      hjk authored
      This mainly reverts commit ba47987e.
      
      Conflicts:
      
      	src/plugins/debugger/debugger.pro
      	src/plugins/debugger/debuggermanager.cpp
      	src/plugins/debugger/debuggermanager.h
      	src/plugins/debugger/debuggerplugin.cpp
      	src/plugins/debugger/debuggerplugin.h
      a945e963
  4. Mar 05, 2010
  5. Feb 11, 2010
  6. Feb 02, 2010
  7. Jan 29, 2010
  8. Nov 30, 2009
  9. 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
  10. 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
  11. Aug 14, 2009
  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 19, 2009
  14. May 05, 2009
  15. Apr 30, 2009
  16. Apr 06, 2009
  17. Mar 23, 2009
  18. Feb 25, 2009
  19. 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
  20. Jan 13, 2009
  21. Dec 16, 2008
  22. Dec 09, 2008
  23. Dec 02, 2008
Loading