Lines Matching refs:loc_sp
81 BreakpointLocationSP loc_sp = GetSP(); in GetAddress() local
82 if (loc_sp) { in GetAddress()
83 return LLDB_RECORD_RESULT(SBAddress(loc_sp->GetAddress())); in GetAddress()
94 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress() local
96 if (loc_sp) { in GetLoadAddress()
98 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()
99 ret_addr = loc_sp->GetLoadAddress(); in GetLoadAddress()
108 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled() local
109 if (loc_sp) { in SetEnabled()
111 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()
112 loc_sp->SetEnabled(enabled); in SetEnabled()
119 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled() local
120 if (loc_sp) { in IsEnabled()
122 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled()
123 return loc_sp->IsEnabled(); in IsEnabled()
131 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount() local
132 if (loc_sp) { in GetHitCount()
134 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount()
135 return loc_sp->GetHitCount(); in GetHitCount()
143 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount() local
144 if (loc_sp) { in GetIgnoreCount()
146 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
147 return loc_sp->GetIgnoreCount(); in GetIgnoreCount()
155 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount() local
156 if (loc_sp) { in SetIgnoreCount()
158 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
159 loc_sp->SetIgnoreCount(n); in SetIgnoreCount()
167 BreakpointLocationSP loc_sp = GetSP(); in SetCondition() local
168 if (loc_sp) { in SetCondition()
170 loc_sp->GetTarget().GetAPIMutex()); in SetCondition()
171 loc_sp->SetCondition(condition); in SetCondition()
178 BreakpointLocationSP loc_sp = GetSP(); in GetCondition() local
179 if (loc_sp) { in GetCondition()
181 loc_sp->GetTarget().GetAPIMutex()); in GetCondition()
182 return loc_sp->GetConditionText(); in GetCondition()
191 BreakpointLocationSP loc_sp = GetSP(); in SetAutoContinue() local
192 if (loc_sp) { in SetAutoContinue()
194 loc_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()
195 loc_sp->SetAutoContinue(auto_continue); in SetAutoContinue()
202 BreakpointLocationSP loc_sp = GetSP(); in GetAutoContinue() local
203 if (loc_sp) { in GetAutoContinue()
205 loc_sp->GetTarget().GetAPIMutex()); in GetAutoContinue()
206 return loc_sp->IsAutoContinue(); in GetAutoContinue()
224 BreakpointLocationSP loc_sp = GetSP(); in SetScriptCallbackFunction() local
226 if (loc_sp) { in SetScriptCallbackFunction()
229 loc_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackFunction()
230 BreakpointOptions *bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction()
231 error = loc_sp->GetBreakpoint() in SetScriptCallbackFunction()
251 BreakpointLocationSP loc_sp = GetSP(); in SetScriptCallbackBody() local
254 if (loc_sp) { in SetScriptCallbackBody()
256 loc_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackBody()
257 BreakpointOptions *bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody()
259 loc_sp->GetBreakpoint() in SetScriptCallbackBody()
275 BreakpointLocationSP loc_sp = GetSP(); in SetCommandLineCommands() local
276 if (!loc_sp) in SetCommandLineCommands()
282 loc_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
286 loc_sp->GetLocationOptions()->SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
293 BreakpointLocationSP loc_sp = GetSP(); in GetCommandLineCommands() local
294 if (!loc_sp) in GetCommandLineCommands()
298 loc_sp->GetLocationOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
308 BreakpointLocationSP loc_sp = GetSP(); in SetThreadID() local
309 if (loc_sp) { in SetThreadID()
311 loc_sp->GetTarget().GetAPIMutex()); in SetThreadID()
312 loc_sp->SetThreadID(thread_id); in SetThreadID()
320 BreakpointLocationSP loc_sp = GetSP(); in GetThreadID() local
321 if (loc_sp) { in GetThreadID()
323 loc_sp->GetTarget().GetAPIMutex()); in GetThreadID()
324 return loc_sp->GetThreadID(); in GetThreadID()
333 BreakpointLocationSP loc_sp = GetSP(); in SetThreadIndex() local
334 if (loc_sp) { in SetThreadIndex()
336 loc_sp->GetTarget().GetAPIMutex()); in SetThreadIndex()
337 loc_sp->SetThreadIndex(index); in SetThreadIndex()
346 BreakpointLocationSP loc_sp = GetSP(); in GetThreadIndex() local
347 if (loc_sp) { in GetThreadIndex()
349 loc_sp->GetTarget().GetAPIMutex()); in GetThreadIndex()
350 return loc_sp->GetThreadIndex(); in GetThreadIndex()
359 BreakpointLocationSP loc_sp = GetSP(); in SetThreadName() local
360 if (loc_sp) { in SetThreadName()
362 loc_sp->GetTarget().GetAPIMutex()); in SetThreadName()
363 loc_sp->SetThreadName(thread_name); in SetThreadName()
371 BreakpointLocationSP loc_sp = GetSP(); in GetThreadName() local
372 if (loc_sp) { in GetThreadName()
374 loc_sp->GetTarget().GetAPIMutex()); in GetThreadName()
375 return loc_sp->GetThreadName(); in GetThreadName()
384 BreakpointLocationSP loc_sp = GetSP(); in SetQueueName() local
385 if (loc_sp) { in SetQueueName()
387 loc_sp->GetTarget().GetAPIMutex()); in SetQueueName()
388 loc_sp->SetQueueName(queue_name); in SetQueueName()
396 BreakpointLocationSP loc_sp = GetSP(); in GetQueueName() local
397 if (loc_sp) { in GetQueueName()
399 loc_sp->GetTarget().GetAPIMutex()); in GetQueueName()
400 loc_sp->GetQueueName(); in GetQueueName()
408 BreakpointLocationSP loc_sp = GetSP(); in IsResolved() local
409 if (loc_sp) { in IsResolved()
411 loc_sp->GetTarget().GetAPIMutex()); in IsResolved()
412 return loc_sp->IsResolved(); in IsResolved()
430 BreakpointLocationSP loc_sp = GetSP(); in GetDescription() local
432 if (loc_sp) { in GetDescription()
434 loc_sp->GetTarget().GetAPIMutex()); in GetDescription()
435 loc_sp->GetDescription(&strm, level); in GetDescription()
446 BreakpointLocationSP loc_sp = GetSP(); in GetID() local
447 if (loc_sp) { in GetID()
449 loc_sp->GetTarget().GetAPIMutex()); in GetID()
450 return loc_sp->GetID(); in GetID()
459 BreakpointLocationSP loc_sp = GetSP(); in GetBreakpoint() local
462 if (loc_sp) { in GetBreakpoint()
464 loc_sp->GetTarget().GetAPIMutex()); in GetBreakpoint()
465 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint()