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

References

tools/lldb/source/Target/Platform.cpp
 1822     trap_opcode = g_aarch64_opcode;
 1828     trap_opcode = g_hex_opcode;
 1850       trap_opcode = g_thumb_breakpoint_opcode;
 1853       trap_opcode = g_arm_breakpoint_opcode;
 1861     trap_opcode = g_hex_opcode;
 1868     trap_opcode = g_hex_opcode;
 1874     trap_opcode = g_hex_opcode;
 1880     trap_opcode = g_hex_opcode;
 1887     trap_opcode = g_ppc_opcode;
 1893     trap_opcode = g_ppc64le_opcode;
 1900     trap_opcode = g_i386_opcode;
 1910   if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size))