Lines Matching refs:GetOptions
147 target.ConfigureBreakpointName(*bp_name, bkpt_sp->GetOptions(), in SBBreakpointName()
224 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
248 return bp_name->GetOptions().IsEnabled(); in IsEnabled()
261 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
275 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
288 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
302 return bp_name->GetOptions().GetIgnoreCount(); in GetIgnoreCount()
316 bp_name->GetOptions().SetCondition(condition); in SetCondition()
330 return bp_name->GetOptions().GetConditionText(); in GetCondition()
344 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
358 return bp_name->GetOptions().IsAutoContinue(); in GetAutoContinue()
371 bp_name->GetOptions().SetThreadID(tid); in SetThreadID()
385 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()
398 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
412 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()
426 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
441 return bp_name->GetOptions().GetThreadSpec()->GetName(); in GetThreadName()
455 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
470 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
489 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
503 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
563 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
594 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction()
620 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackBody()