Add some useful logging to the step log.
authorJim Ingham <jingham@apple.com>
Tue, 5 Aug 2014 01:58:14 +0000 (01:58 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 5 Aug 2014 01:58:14 +0000 (01:58 +0000)
llvm-svn: 214836

lldb/source/Target/StopInfo.cpp

index 931cc0a..a37a407 100644 (file)
@@ -318,7 +318,7 @@ protected:
 
         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())
             {