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

References

tools/lldb/source/API/SBWatchpoint.cpp
  137     watch_size = watchpoint_sp->GetByteSize();
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
  190     if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound)
tools/lldb/source/Breakpoint/WatchpointList.cpp
   60       uint32_t wp_bytesize = (*pos)->GetByteSize();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3307                                                 wp->GetByteSize()) == 0) {
 3353                                                 wp->GetByteSize()) == 0) {
tools/lldb/source/Target/Process.cpp
 1735           assert(opcode_offset + intersect_size <= bp_site->GetByteSize());
 1844     const size_t break_op_size = bp_site->GetByteSize();
 2207     assert(opcode_offset + intersect_size <= bp->GetByteSize());
tools/lldb/source/Target/Target.cpp
  812     size_t old_size = matched_sp->GetByteSize();