llvm-project/lldb/tools/lldb-server
Vince Harron 9753dd98b3 Add support for ./dotest.py --channel and --log-success
Summary:
New dotest options that allow arbitrary log channels and
categories to be enabled.  Also enables logging for locally run
debug servers.
    
Log messages are separated into separate files per test case.
(this makes it possible to log in dosep runs)
    
These new log files are stored side-by-side with trace files in the
session directory.
    
These files are deleted by default if the test run is successful.
    
If --log-success is specified, even successful logs are retained.
    
--log-success is useful for creating reference log files.
    
Test Plan:
add '--channel "lldb all" --channel "gdb-remote packets" --log-success'
to your dotest options

Tested on OSX and Linux
    
Differential Revision: http://reviews.llvm.org/D9594

llvm-svn: 236956
2015-05-10 15:22:09 +00:00
..
CMakeLists.txt Add support for ./dotest.py --channel and --log-success 2015-05-10 15:22:09 +00:00
Makefile Force the inclusion of the LLVMSupport lib. Otherwise, the build (might?) fails with an undefined reference to 'llvm::llvm_is_multithreaded()' 2015-04-08 14:09:36 +00:00
exports
lldb-gdbserver.cpp Add support for ./dotest.py --channel and --log-success 2015-05-10 15:22:09 +00:00
lldb-platform.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
lldb-server.cpp Rework LLDB system initialization. 2015-03-31 21:03:22 +00:00