Home
last modified time | relevance | path

Searched refs:SetTrapOpcode (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h62 bool SetTrapOpcode(const uint8_t *trap_opcode, uint32_t trap_opcode_size);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSite.cpp104 bool BreakpointSite::SetTrapOpcode(const uint8_t *trap_opcode, in SetTrapOpcode() function in BreakpointSite
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp581 if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()
592 if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp465 if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1956 if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()