[Lldb-commits] [lldb] r133534 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Tue Jun 21 12:25:45 PDT 2011
Author: johnny
Date: Tue Jun 21 14:25:45 2011
New Revision: 133534
URL: http://llvm.org/viewvc/llvm-project?rev=133534&view=rev
Log:
Fix the log channel for gdb-remote. It should be "gdb-remote" now, instead of "process.gdb-remote".
Modified:
lldb/trunk/test/dotest.py
Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=133534&r1=133533&r2=133534&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Tue Jun 21 14:25:45 2011
@@ -739,7 +739,7 @@
else:
gdb_remote_log_option = "packets process"
ci.HandleCommand(
- "log enable -n -f " + os.environ["GDB_REMOTE_LOG"] + " process.gdb-remote "
+ "log enable -n -f " + os.environ["GDB_REMOTE_LOG"] + " gdb-remote "
+ gdb_remote_log_option,
res)
if not res.Succeeded():
More information about the lldb-commits
mailing list