Add some useful logging to the step log.

llvm-svn: 214836
This commit is contained in:
Jim Ingham 2014-08-05 01:58:14 +00:00
parent 83095b5e8f
commit cca8995ab2
1 changed files with 1 additions and 1 deletions

View 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())
{