commit | 5892856b0cd6591194c669afab5bf9ac19c5b3a0 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Feb 09 01:08:52 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Feb 09 01:08:52 2011 +0000 |
tree | 067ddbb7c181ca53df71741db21637cef96890b5 | |
parent | ee9b1f7a1b52427f8ac3ae43d8064f10add803b1 [diff] [blame] |
Use Host::File in lldb_private::StreamFile and other places to cleanup host layer a bit more. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@125149 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBInstruction.cpp b/source/API/SBInstruction.cpp index 01718a3..df3a753 100644 --- a/source/API/SBInstruction.cpp +++ b/source/API/SBInstruction.cpp
@@ -103,7 +103,7 @@ if (m_opaque_sp) { - StreamFile out_stream (out); + StreamFile out_stream (out, false); m_opaque_sp->Dump (&out_stream, true, NULL, 0, NULL, false); } }