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

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
   62   bool SetTrapOpcode(const uint8_t *trap_opcode, uint32_t trap_opcode_size);

References

tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  238     if (bp_site->SetTrapOpcode(g_arm_breakpoint_opcode, trap_opcode_size))
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  464     if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size))
tools/lldb/source/Target/Platform.cpp
 1910   if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size))