summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-12-04 09:20:42 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-12-04 09:35:50 +0100
commitc4c464f8a5025ad59733723e1ba1900837760078 (patch)
treefd0c49e5b79b51e22b1153c12401cc2df41738e2 /lldb/source/Target
parentd8136f14f125fb27f2326f397df0964bf62078ca (diff)
downloadbcm5719-llvm-c4c464f8a5025ad59733723e1ba1900837760078.tar.gz
bcm5719-llvm-c4c464f8a5025ad59733723e1ba1900837760078.zip
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Diffstat (limited to 'lldb/source/Target')
-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 aeb77b7cf67..ed76e753b17 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -4094,7 +4094,7 @@ void Target::TargetEventData::Dump(Stream *s) const {
if (i != 0)
*s << ", ";
m_module_list.GetModuleAtIndex(i)->GetDescription(
- s, lldb::eDescriptionLevelBrief);
+ s->AsRawOstream(), lldb::eDescriptionLevelBrief);
}
}
OpenPOWER on IntegriCloud