Lines Matching refs:loc_sp
76 BreakpointLocationSP loc_sp = GetSP(); in GetAddress() local
77 if (loc_sp) { in GetAddress()
78 return SBAddress(loc_sp->GetAddress()); in GetAddress()
88 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress() local
90 if (loc_sp) { in GetLoadAddress()
92 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()
93 ret_addr = loc_sp->GetLoadAddress(); in GetLoadAddress()
102 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled() local
103 if (loc_sp) { in SetEnabled()
105 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()
106 loc_sp->SetEnabled(enabled); in SetEnabled()
113 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled() local
114 if (loc_sp) { in IsEnabled()
116 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled()
117 return loc_sp->IsEnabled(); in IsEnabled()
125 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount() local
126 if (loc_sp) { in GetHitCount()
128 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount()
129 return loc_sp->GetHitCount(); in GetHitCount()
137 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount() local
138 if (loc_sp) { in GetIgnoreCount()
140 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
141 return loc_sp->GetIgnoreCount(); in GetIgnoreCount()
149 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount() local
150 if (loc_sp) { in SetIgnoreCount()
152 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
153 loc_sp->SetIgnoreCount(n); in SetIgnoreCount()
160 BreakpointLocationSP loc_sp = GetSP(); in SetCondition() local
161 if (loc_sp) { in SetCondition()
163 loc_sp->GetTarget().GetAPIMutex()); in SetCondition()
164 loc_sp->SetCondition(condition); in SetCondition()
171 BreakpointLocationSP loc_sp = GetSP(); in GetCondition() local
172 if (loc_sp) { in GetCondition()
174 loc_sp->GetTarget().GetAPIMutex()); in GetCondition()
175 return loc_sp->GetConditionText(); in GetCondition()
183 BreakpointLocationSP loc_sp = GetSP(); in SetAutoContinue() local
184 if (loc_sp) { in SetAutoContinue()
186 loc_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()
187 loc_sp->SetAutoContinue(auto_continue); in SetAutoContinue()
194 BreakpointLocationSP loc_sp = GetSP(); in GetAutoContinue() local
195 if (loc_sp) { in GetAutoContinue()
197 loc_sp->GetTarget().GetAPIMutex()); in GetAutoContinue()
198 return loc_sp->IsAutoContinue(); in GetAutoContinue()
207 BreakpointLocationSP loc_sp = GetSP(); in SetCallback() local
209 if (loc_sp) { in SetCallback()
211 loc_sp->GetTarget().GetAPIMutex()); in SetCallback()
213 loc_sp->SetCallback(SBBreakpointCallbackBaton::PrivateBreakpointHitCallback, in SetCallback()
228 BreakpointLocationSP loc_sp = GetSP(); in SetScriptCallbackFunction() local
230 if (loc_sp) { in SetScriptCallbackFunction()
233 loc_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackFunction()
234 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction()
235 error = loc_sp->GetBreakpoint() in SetScriptCallbackFunction()
254 BreakpointLocationSP loc_sp = GetSP(); in SetScriptCallbackBody() local
257 if (loc_sp) { in SetScriptCallbackBody()
259 loc_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackBody()
260 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody()
262 loc_sp->GetBreakpoint() in SetScriptCallbackBody()
277 BreakpointLocationSP loc_sp = GetSP(); in SetCommandLineCommands() local
278 if (!loc_sp) in SetCommandLineCommands()
284 loc_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
288 loc_sp->GetLocationOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
294 BreakpointLocationSP loc_sp = GetSP(); in GetCommandLineCommands() local
295 if (!loc_sp) in GetCommandLineCommands()
299 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()
332 BreakpointLocationSP loc_sp = GetSP(); in SetThreadIndex() local
333 if (loc_sp) { in SetThreadIndex()
335 loc_sp->GetTarget().GetAPIMutex()); in SetThreadIndex()
336 loc_sp->SetThreadIndex(index); in SetThreadIndex()
344 BreakpointLocationSP loc_sp = GetSP(); in GetThreadIndex() local
345 if (loc_sp) { in GetThreadIndex()
347 loc_sp->GetTarget().GetAPIMutex()); in GetThreadIndex()
348 return loc_sp->GetThreadIndex(); in GetThreadIndex()
356 BreakpointLocationSP loc_sp = GetSP(); in SetThreadName() local
357 if (loc_sp) { in SetThreadName()
359 loc_sp->GetTarget().GetAPIMutex()); in SetThreadName()
360 loc_sp->SetThreadName(thread_name); in SetThreadName()
367 BreakpointLocationSP loc_sp = GetSP(); in GetThreadName() local
368 if (loc_sp) { in GetThreadName()
370 loc_sp->GetTarget().GetAPIMutex()); in GetThreadName()
371 return loc_sp->GetThreadName(); in GetThreadName()
379 BreakpointLocationSP loc_sp = GetSP(); in SetQueueName() local
380 if (loc_sp) { in SetQueueName()
382 loc_sp->GetTarget().GetAPIMutex()); in SetQueueName()
383 loc_sp->SetQueueName(queue_name); in SetQueueName()
390 BreakpointLocationSP loc_sp = GetSP(); in GetQueueName() local
391 if (loc_sp) { in GetQueueName()
393 loc_sp->GetTarget().GetAPIMutex()); in GetQueueName()
394 return loc_sp->GetQueueName(); in GetQueueName()
402 BreakpointLocationSP loc_sp = GetSP(); in IsResolved() local
403 if (loc_sp) { in IsResolved()
405 loc_sp->GetTarget().GetAPIMutex()); in IsResolved()
406 return loc_sp->IsResolved(); in IsResolved()
422 BreakpointLocationSP loc_sp = GetSP(); in GetDescription() local
424 if (loc_sp) { in GetDescription()
426 loc_sp->GetTarget().GetAPIMutex()); in GetDescription()
427 loc_sp->GetDescription(&strm, level); in GetDescription()
438 BreakpointLocationSP loc_sp = GetSP(); in GetID() local
439 if (loc_sp) { in GetID()
441 loc_sp->GetTarget().GetAPIMutex()); in GetID()
442 return loc_sp->GetID(); in GetID()
450 BreakpointLocationSP loc_sp = GetSP(); in GetBreakpoint() local
453 if (loc_sp) { in GetBreakpoint()
455 loc_sp->GetTarget().GetAPIMutex()); in GetBreakpoint()
456 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint()