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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  979     next_pc = pc_it->second.GetAsUInt64();
  990     next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize();
 1002       error = SetSoftwareBreakpoint(next_pc, 2);
 1005       error = SetSoftwareBreakpoint(next_pc, 4);
 1008     error = SetSoftwareBreakpoint(next_pc, 4);
 1011     error = SetSoftwareBreakpoint(next_pc, 0);
 1021   m_threads_stepping_with_breakpoint.insert({thread.GetID(), next_pc});