diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 |
| commit | 74a628f776edb588bff8f8f5cc16eac947c9d631 (patch) | |
| tree | dc32e010ac4902621e5a279bfeb48628f7f0e166 /source/Symbol/Declaration.cpp | |
| parent | afed7be32164a598f8172282c249af7266c48b46 (diff) | |
Diffstat (limited to 'source/Symbol/Declaration.cpp')
| -rw-r--r-- | source/Symbol/Declaration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Symbol/Declaration.cpp b/source/Symbol/Declaration.cpp index 5d1dbdee1430..7cee6c5a3ef3 100644 --- a/source/Symbol/Declaration.cpp +++ b/source/Symbol/Declaration.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// #include "lldb/Symbol/Declaration.h" -#include "lldb/Core/Stream.h" +#include "lldb/Utility/Stream.h" using namespace lldb_private; @@ -42,7 +42,7 @@ void Declaration::Dump(Stream *s, bool show_fullpaths) const { bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { if (m_file) { - if (show_fullpaths || s->GetVerbose()) + if (show_fullpaths) *s << m_file; else m_file.GetFilename().Dump(s); |
