commit | 6bb7337208d20fe9342ffd13a168a18218732f26 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Sat Oct 15 00:21:37 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Sat Oct 15 00:21:37 2011 +0000 |
tree | a40e409f90929022f4a35e38a23ef94fc7aefd08 | |
parent | 5f24c5053d9fa99bd20e6b1e5b8c659c68d57be7 [diff] [blame] |
Quiet the default "log enable lldb step" output down a little bit. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@142024 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp index 2f9ee0f..7fe8cde 100644 --- a/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp +++ b/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
@@ -75,7 +75,7 @@ Thread::WillResume(resume_state); int signo = GetResumeSignal(); - lldb::LogSP log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP)); + lldb::LogSP log(lldb_private::GetLogIfAnyCategoriesSet (GDBR_LOG_THREAD)); if (log) log->Printf ("Resuming thread: %4.4x with state: %s.", GetID(), StateAsCString(resume_state));