summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/API/SBData.cpp')
-rw-r--r--lldb/source/API/SBData.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/API/SBData.cpp b/lldb/source/API/SBData.cpp
index 58593416789..e3c1e43f25f 100644
--- a/lldb/source/API/SBData.cpp
+++ b/lldb/source/API/SBData.cpp
@@ -412,7 +412,7 @@ SBData::GetString (lldb::SBError& error, uint32_t offset)
}
bool
-SBData::GetDescription (lldb::SBStream &description)
+SBData::GetDescription (lldb::SBStream &description, lldb::addr_t base_addr)
{
if (m_opaque_sp)
{
@@ -423,7 +423,7 @@ SBData::GetDescription (lldb::SBStream &description)
1,
m_opaque_sp->GetByteSize(),
16,
- LLDB_INVALID_ADDRESS,
+ base_addr,
0,
0);
}
OpenPOWER on IntegriCloud