OSDN Git Service

lldb: move away from local sockets to stdio coms
authorArvid Ephraim Picciani <arvid.picciani@nokia.com>
Mon, 29 Nov 2010 16:02:01 +0000 (17:02 +0100)
committerArvid Ephraim Picciani <arvid.picciani@nokia.com>
Mon, 29 Nov 2010 16:07:30 +0000 (17:07 +0100)
commit776a45df6809a58b6f0e6f8a8f8516390067348a
tree2764deaec937036d40cd0cca76ced9d337bc1202
parent0ba7fd672017fc32baffe28e08e54647f2e8f73d
lldb: move away from local sockets to stdio coms

can now pluginto any host via ssh.
define QTC_LLDB_GUEST=/some/script in the env
where script is a wrapper that does ssh, or whatever you need
src/plugins/debugger/debuggerrunner.cpp
src/plugins/debugger/lldb/guest/lldbengineguest.cpp
src/plugins/debugger/lldb/guest/lldbengineguest.h
src/plugins/debugger/lldb/guest/main.cpp
src/plugins/debugger/lldb/ipcengineguest.cpp
src/plugins/debugger/lldb/ipcengineguest.h
src/plugins/debugger/lldb/ipcenginehost.cpp
src/plugins/debugger/lldb/ipcenginehost.h
src/plugins/debugger/lldb/lldbenginehost.cpp
src/plugins/debugger/lldb/lldbenginehost.h