Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp112 static Status SetSoftwareBreakpointOnPC(const ArchSpec &arch, lldb::addr_t pc, in SetSoftwareBreakpointOnPC() function
163 SetSoftwareBreakpointOnPC(arch, next_pc, /* next_flags */ 0x0, process); in SetupSoftwareSingleStepping()
207 auto result = SetSoftwareBreakpointOnPC(arch, next_pc, next_flags, process); in SetupSoftwareSingleStepping()