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/
DInstrumentationRuntimeASan.cpp312 SetBreakpointID(breakpoint->GetID()); in Activate()
322 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp221 SetBreakpointID(breakpoint->GetID()); in Activate()
235 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
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/
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/
DInstrumentationRuntimeUBSan.cpp282 SetBreakpointID(breakpoint->GetID()); in Activate()
296 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp928 SetBreakpointID(breakpoint->GetID()); in Activate()
938 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()