Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp312 SetBreakpointID(breakpoint->GetID()); in Activate()
322 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp221 SetBreakpointID(breakpoint->GetID()); in Activate()
235 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h38 void SetBreakpointID(lldb::break_id_t bp_id) { m_break_id = bp_id; } in SetBreakpointID() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h60 void SetBreakpointID(lldb::user_id_t ID) { m_breakpoint_id = ID; } in SetBreakpointID() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp282 SetBreakpointID(breakpoint->GetID()); in Activate()
296 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp928 SetBreakpointID(breakpoint->GetID()); in Activate()
938 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()