mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
Fixing the log line for SBValue::MightHaveChildren() to report the correct function name
llvm-svn: 176232
This commit is contained in:
@@ -1365,7 +1365,7 @@ SBValue::MightHaveChildren ()
|
||||
has_children = value_sp->MightHaveChildren();
|
||||
|
||||
if (log)
|
||||
log->Printf ("SBValue(%p)::HasChildren() => %i", value_sp.get(), has_children);
|
||||
log->Printf ("SBValue(%p)::MightHaveChildren() => %i", value_sp.get(), has_children);
|
||||
return has_children;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user