Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp93 GetLocationOptions()->SetEnabled(enabled); in SetEnabled()
109 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
133 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
158 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
182 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
217 GetLocationOptions()->SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous); in SetCallback()
225 GetLocationOptions()->SetCallback (callback, baton_sp, is_synchronous); in SetCallback()
233 GetLocationOptions()->ClearCallback(); in ClearCallback()
239 GetLocationOptions()->SetCondition (condition); in SetCondition()
370 GetLocationOptions()->SetIgnoreCount(n); in SetIgnoreCount()
[all …]
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h289 GetLocationOptions ();
/external/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp568 bp_options = bp_loc_sp->GetLocationOptions(); in DoExecute()