Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp313 SetBreakpointID(breakpoint->GetID()); in Activate()
323 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp220 SetBreakpointID(breakpoint->GetID()); in Activate()
234 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h62 void SetBreakpointID(lldb::user_id_t ID) { m_breakpoint_id = ID; } in SetBreakpointID() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h42 void SetBreakpointID(lldb::break_id_t bp_id) { m_break_id = bp_id; } in SetBreakpointID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp285 SetBreakpointID(breakpoint->GetID()); in Activate()
299 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp925 SetBreakpointID(breakpoint->GetID()); in Activate()
935 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()