Lines Matching refs:bp_options

211     CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options,   in CollectDataForBreakpointCommandCallback()  argument
219 bp_options->SetCallback (BreakpointOptionsCallbackFunction, baton_sp); in CollectDataForBreakpointCommandCallback()
222 bp_options, // baton in CollectDataForBreakpointCommandCallback()
248 SetBreakpointCommandCallback (BreakpointOptions *bp_options, in SetBreakpointCommandCallback() argument
261 bp_options->SetCallback (BreakpointOptionsCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
305 BreakpointOptions *bp_options = (BreakpointOptions *) baton; in GenerateBreakpointCommandCallback() local
306 if (bp_options) in GenerateBreakpointCommandCallback()
308 Baton *bp_options_baton = bp_options->GetBaton(); in GenerateBreakpointCommandCallback()
324 BreakpointOptions *bp_options = (BreakpointOptions *) baton; in GenerateBreakpointCommandCallback() local
325 if (bp_options) in GenerateBreakpointCommandCallback()
327 Baton *bp_options_baton = bp_options->GetBaton (); in GenerateBreakpointCommandCallback()
556 BreakpointOptions *bp_options = NULL; in DoExecute() local
560 bp_options = bp->GetOptions(); in DoExecute()
568 bp_options = bp_loc_sp->GetLocationOptions(); in DoExecute()
572 if (bp_options == NULL) continue; in DoExecute()
582 … m_interpreter.GetScriptInterpreter()->SetBreakpointCommandCallback (bp_options, in DoExecute()
593 … m_interpreter.GetScriptInterpreter()->SetBreakpointCommandCallback (bp_options, in DoExecute()
598 … m_interpreter.GetScriptInterpreter()->CollectDataForBreakpointCommandCallback (bp_options, in DoExecute()
606 SetBreakpointCommandCallback (bp_options, in DoExecute()
609 CollectDataForBreakpointCommandCallback (bp_options, in DoExecute()
832 const BreakpointOptions *bp_options = NULL; in DoExecute() local
837 bp_options = bp_loc_sp->GetOptionsNoCreate(); in DoExecute()
849 bp_options = bp->GetOptions(); in DoExecute()
852 if (bp_options) in DoExecute()
858 const Baton *baton = bp_options->GetBaton(); in DoExecute()