teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Pavel Labath fcf08db0f9 Add verbose logging support to gdb-remote tests
Summary:
gdb-remote tests are not able to use the same logging mechanisms as the rest of our tests, and
currently we get no host logs from them, even though the tests themselves have logging
capability. This commit changes that. When user specifies that he would like to log the
gdb-remote channel (--channel gdb-remote argument to dotest.py), we write detailed logs to the
<TEST_ID>-host.log file, just like we would in the case of regular tests. If this argument is not
specified, we only log the serious messages to stderr, which matches the existing behaviour.

Reviewers: tfiala, tberghammer

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D16858

llvm-svn: 259774
2016-02-04 09:53:33 +00:00
..
commandline Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
inferior-crash Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
platform-process-connect XFAIL some tests failing for Windows -> Android 2015-12-17 10:58:35 +00:00
test Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
gdbremote_testcase.py Add verbose logging support to gdb-remote tests 2016-02-04 09:53:33 +00:00
lldbgdbserverutils.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
main.cpp Centralize the handling of attach permissions on linux in tests 2016-01-11 10:24:50 +00:00
Makefile
socket_packet_pump.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGdbRemote_qThreadStopInfo.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGdbRemote_vCont.py Mark arm/aarch64 specific xfails with expectedFailureLinux decorator 2016-01-20 15:01:54 +00:00
TestGdbRemoteAttach.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGdbRemoteAuxvSupport.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGdbRemoteExpeditedRegisters.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGdbRemoteKill.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGDBRemoteMemoryRead.py Always write the session file in UTF-8. 2016-02-01 18:12:59 +00:00
TestGdbRemoteProcessInfo.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGdbRemoteRegisterState.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestGdbRemoteSingleStep.py Mark arm/aarch64 specific xfails with expectedFailureLinux decorator 2016-01-20 15:01:54 +00:00
TestGdbRemoteThreadsInStopReply.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestLldbGdbServer.py Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL on Darwin. 2015-11-11 06:32:44 +00:00