forked from OSchip/llvm-project
Add some useful logging to the step log.
llvm-svn: 214836
This commit is contained in:
parent
83095b5e8f
commit
cca8995ab2
|
@ -318,7 +318,7 @@ protected:
|
||||||
|
|
||||||
if (thread_sp)
|
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())
|
if (!thread_sp->IsValid())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue