Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp112 SetBreakpointID(breakpoint->GetID()); in Activate()
125 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp98 SetBreakpointID(breakpoint->GetID());
111 SetBreakpointID(LLDB_INVALID_BREAK_ID); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp222 SetBreakpointID(breakpoint->GetID()); in Activate()
236 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h60 void SetBreakpointID(lldb::user_id_t ID) { m_breakpoint_id = ID; } in SetBreakpointID() function
/freebsd/contrib/llvm-project/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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp282 SetBreakpointID(breakpoint->GetID()); in Activate()
296 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp928 SetBreakpointID(breakpoint->GetID()); in Activate()
938 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()