reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Breakpoint/BreakpointLocation.cpp
   52 lldb::addr_t BreakpointLocation::GetLoadAddress() const {

References

tools/lldb/source/API/SBWatchpoint.cpp
  122     ret_addr = watchpoint_sp->GetLoadAddress();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  582     resolved_address.SetLoadAddress(m_bp_site_sp->GetLoadAddress(), target);
tools/lldb/source/Breakpoint/BreakpointSite.cpp
   88               GetLoadAddress());
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
   25   lldb::addr_t bp_site_load_addr = bp->GetLoadAddress();
  190     if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound)
tools/lldb/source/Breakpoint/Watchpoint.cpp
  107   Address watch_address(GetLoadAddress());
  194             GetID(), GetLoadAddress(), m_byte_size,
tools/lldb/source/Breakpoint/WatchpointList.cpp
   59       lldb::addr_t wp_addr = (*pos)->GetLoadAddress();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3102   const addr_t addr = bp_site->GetLoadAddress();
 3220   addr_t addr = bp_site->GetLoadAddress();
 3290     addr_t addr = wp->GetLoadAddress();
 3330     addr_t addr = wp->GetLoadAddress();
tools/lldb/source/Target/Process.cpp
 1713     m_breakpoint_site_list.RemoveByAddress(bp_site_sp->GetLoadAddress());
 1758   const addr_t bp_addr = bp_site->GetLoadAddress();
 1834   addr_t bp_addr = bp_site->GetLoadAddress();
tools/lldb/source/Target/StopInfo.cpp
  117         m_address = bp_site_sp->GetLoadAddress();