diff options
Diffstat (limited to 'lldb/source/API/SBTarget.cpp')
-rw-r--r-- | lldb/source/API/SBTarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp index f779c33b89d..cc544db9088 100644 --- a/lldb/source/API/SBTarget.cpp +++ b/lldb/source/API/SBTarget.cpp @@ -506,9 +506,9 @@ bool SBTarget::GetDescription (SBStream &description) { if (m_opaque_sp) - { + { m_opaque_sp->Dump (description.get()); - } + } else description.Printf ("No value"); |