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

References

tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  425     trap_opcode = g_arm64_breakpoint_opcode;
  444       trap_opcode = g_thumb_breakpooint_opcode;
  448     trap_opcode = g_arm_breakpoint_opcode;
  455     trap_opcode = g_ppc_breakpoint_opcode;
  463   if (trap_opcode && trap_opcode_size) {
  464     if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size))