diff options
Diffstat (limited to 'include/lldb/Core/Section.h')
-rw-r--r-- | include/lldb/Core/Section.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lldb/Core/Section.h b/include/lldb/Core/Section.h index a133298edaf3..0466693edbc4 100644 --- a/include/lldb/Core/Section.h +++ b/include/lldb/Core/Section.h @@ -143,7 +143,8 @@ public: lldb::addr_t GetLoadBaseAddress(Target *target) const; - bool ResolveContainedAddress(lldb::addr_t offset, Address &so_addr) const; + bool ResolveContainedAddress(lldb::addr_t offset, Address &so_addr, + bool allow_section_end = false) const; lldb::offset_t GetFileOffset() const { return m_file_offset; } |