Lines Matching refs:GetOptions

143   target.ConfigureBreakpointName(*bp_name, bkpt_sp->GetOptions(),  in SBBreakpointName()
215 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
239 return bp_name->GetOptions().IsEnabled(); in IsEnabled()
252 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
266 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
279 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
293 return bp_name->GetOptions().GetIgnoreCount(); in GetIgnoreCount()
306 bp_name->GetOptions().SetCondition(condition); in SetCondition()
320 return bp_name->GetOptions().GetConditionText(); in GetCondition()
333 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
347 return bp_name->GetOptions().IsAutoContinue(); in GetAutoContinue()
360 bp_name->GetOptions().SetThreadID(tid); in SetThreadID()
374 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()
387 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
401 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()
414 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
428 return bp_name->GetOptions().GetThreadSpec()->GetName(); in GetThreadName()
441 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
455 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
473 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
486 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
542 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
570 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction()
595 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackBody()