summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/Target.cpp')
-rw-r--r--lldb/source/Target/Target.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index 53909d2218a..4344d4c7ab5 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -3109,7 +3109,7 @@ void Target::StopHook::GetDescription(Stream *s,
s->Indent("Thread:\n");
m_thread_spec_ap->GetDescription(&tmp, level);
s->SetIndentLevel(indent_level + 4);
- s->Indent(tmp.GetData());
+ s->Indent(tmp.GetString());
s->PutCString("\n");
s->SetIndentLevel(indent_level + 2);
}
OpenPOWER on IntegriCloud