mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Add some useful logging to the step log.
llvm-svn: 214836
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user