Lines Matching refs:GetLocationOptions
79 GetLocationOptions().SetEnabled(enabled); in SetEnabled()
98 GetLocationOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
104 GetLocationOptions().SetThreadID(thread_id); in SetThreadID()
126 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
148 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
170 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
208 GetLocationOptions().SetCallback( in SetCallback()
216 GetLocationOptions().SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
221 GetLocationOptions().ClearCallback(); in ClearCallback()
225 GetLocationOptions().SetCondition(condition); in SetCondition()
346 GetLocationOptions().SetIgnoreCount(n); in SetIgnoreCount()
373 BreakpointOptions &BreakpointLocation::GetLocationOptions() { in GetLocationOptions() function in BreakpointLocation