Lines Matching refs:GetTarget

84 SBTarget SBBreakpoint::GetTarget() const {  in GetTarget()  function in SBBreakpoint
85 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBTarget, SBBreakpoint, GetTarget); in GetTarget()
115 else if (bkpt_sp->GetTarget().GetBreakpointByID(bkpt_sp->GetID())) in operator bool()
127 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
142 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByAddress()
144 Target &target = bkpt_sp->GetTarget(); in FindLocationByAddress()
163 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
165 Target &target = bkpt_sp->GetTarget(); in FindLocationIDByAddress()
184 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
200 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
214 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
225 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled()
238 bkpt_sp->GetTarget().GetAPIMutex()); in SetOneShot()
249 bkpt_sp->GetTarget().GetAPIMutex()); in IsOneShot()
261 bkpt_sp->GetTarget().GetAPIMutex()); in IsInternal()
274 bkpt_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
286 bkpt_sp->GetTarget().GetAPIMutex()); in SetCondition()
297 bkpt_sp->GetTarget().GetAPIMutex()); in GetCondition()
310 bkpt_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()
321 bkpt_sp->GetTarget().GetAPIMutex()); in GetAutoContinue()
334 bkpt_sp->GetTarget().GetAPIMutex()); in GetHitCount()
348 bkpt_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
361 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadID()
373 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadID()
386 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadIndex()
398 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadIndex()
416 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadName()
428 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadName()
445 bkpt_sp->GetTarget().GetAPIMutex()); in SetQueueName()
457 bkpt_sp->GetTarget().GetAPIMutex()); in GetQueueName()
475 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumResolvedLocations()
488 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumLocations()
505 bkpt_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
540 bkpt_sp->GetTarget().GetAPIMutex()); in GetDescription()
580 address.get()->Dump(&s, &bkpt_sp->GetTarget(), in AddLocation()
611 bkpt_sp->GetTarget().GetAPIMutex()); in SetCallback()
638 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackFunction()
640 error = bkpt_sp->GetTarget() in SetScriptCallbackFunction()
663 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackBody()
666 bkpt_sp->GetTarget() in SetScriptCallbackBody()
693 bkpt_sp->GetTarget().GetAPIMutex()); in AddNameWithErrorHandling()
695 bkpt_sp->GetTarget().AddNameToBreakpoint(bkpt_sp, new_name, error); in AddNameWithErrorHandling()
712 bkpt_sp->GetTarget().GetAPIMutex()); in RemoveName()
713 bkpt_sp->GetTarget().RemoveNameFromBreakpoint(bkpt_sp, in RemoveName()
725 bkpt_sp->GetTarget().GetAPIMutex()); in MatchesName()
740 bkpt_sp->GetTarget().GetAPIMutex()); in GetNames()
898 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function in SBBreakpointListImpl
1000 LLDB_REGISTER_METHOD_CONST(lldb::SBTarget, SBBreakpoint, GetTarget, ()); in RegisterMethods()