Lines Matching refs:GetOptions
139 target.ConfigureBreakpointName(*bp_name, *bkpt_sp->GetOptions(), in SBBreakpointName()
197 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
222 return bp_name->GetOptions().IsEnabled(); in IsEnabled()
236 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
251 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
265 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
280 return bp_name->GetOptions().GetIgnoreCount(); in GetIgnoreCount()
296 bp_name->GetOptions().SetCondition(condition); in SetCondition()
311 return bp_name->GetOptions().GetConditionText(); in GetCondition()
326 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
341 return bp_name->GetOptions().IsAutoContinue(); in GetAutoContinue()
356 bp_name->GetOptions().SetThreadID(tid); in SetThreadID()
371 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()
386 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
401 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()
416 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
431 return bp_name->GetOptions().GetThreadSpec()->GetName(); in GetThreadName()
446 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
461 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
479 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
493 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
551 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
572 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction()
596 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackBody()