commit | cca8995ab28bcc54b5eb3825f9f59de496dd9427 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Tue Aug 05 01:58:14 2014 +0000 |
committer | Jim Ingham <jingham@apple.com> | Tue Aug 05 01:58:14 2014 +0000 |
tree | 1c35f069a9fdc27a8e0b2df99ca8035ff43e81a9 | |
parent | 83095b5e8f69ccf4e521eabf3f3505eab734e24b [diff] [blame] |
Add some useful logging to the step log. llvm-svn: 214836
diff --git a/lldb/source/Target/StopInfo.cpp b/lldb/source/Target/StopInfo.cpp index 931cc0a..a37a407 100644 --- a/lldb/source/Target/StopInfo.cpp +++ b/lldb/source/Target/StopInfo.cpp
@@ -318,7 +318,7 @@ if (thread_sp) { - Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS); + Log *log = lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_BREAKPOINTS | LIBLLDB_LOG_STEP); if (!thread_sp->IsValid()) {