Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointLocation.cpp105 GetLocationOptions()->SetEnabled(enabled); in SetEnabled()
121 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
145 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
170 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
194 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
229 GetLocationOptions()->SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous); in SetCallback()
237 GetLocationOptions()->SetCallback (callback, baton_sp, is_synchronous); in SetCallback()
245 GetLocationOptions()->ClearCallback(); in ClearCallback()
251 GetLocationOptions()->SetCondition (condition); in SetCondition()
381 GetLocationOptions()->SetIgnoreCount(n); in SetIgnoreCount()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBBreakpointLocation.cpp180 BreakpointOptions *bp_options = m_opaque_sp->GetLocationOptions(); in SetScriptCallbackFunction()
199 BreakpointOptions *bp_options = m_opaque_sp->GetLocationOptions(); in SetScriptCallbackBody()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h285 GetLocationOptions ();
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpointCommand.cpp471 bp_options = bp_loc_sp->GetLocationOptions(); in DoExecute()