Lines Matching refs:GetTarget

127         process_sp->GetTarget().GetAPIMutex());  in RemoteLaunch()
134 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch()
165 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID()
201 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads()
220 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread()
242 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread()
256 SBTarget SBProcess::GetTarget() const { in GetTarget() function in SBProcess
263 target_sp = process_sp->GetTarget().shared_from_this(); in GetTarget()
404 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread()
418 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID()
438 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID()
460 process_sp->GetTarget().GetAPIMutex()); in GetThreadAtIndex()
483 process_sp->GetTarget().GetAPIMutex()); in GetNumQueues()
505 process_sp->GetTarget().GetAPIMutex()); in GetQueueAtIndex()
524 process_sp->GetTarget().GetAPIMutex()); in GetStopID()
541 process_sp->GetTarget().GetAPIMutex()); in GetStopEventForStopID()
561 process_sp->GetTarget().GetAPIMutex()); in GetState()
579 process_sp->GetTarget().GetAPIMutex()); in GetExitStatus()
596 process_sp->GetTarget().GetAPIMutex()); in GetExitDescription()
636 byteOrder = process_sp->GetTarget().GetArchitecture().GetByteOrder(); in GetByteOrder()
650 size = process_sp->GetTarget().GetArchitecture().GetAddressByteSize(); in GetAddressByteSize()
672 process_sp->GetTarget().GetAPIMutex()); in Continue()
674 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
697 process_sp->GetTarget().GetAPIMutex()); in Destroy()
719 process_sp->GetTarget().GetAPIMutex()); in Stop()
741 process_sp->GetTarget().GetAPIMutex()); in Kill()
769 process_sp->GetTarget().GetAPIMutex()); in Detach()
782 process_sp->GetTarget().GetAPIMutex()); in Signal()
819 process_sp->GetTarget().GetAPIMutex()); in GetThreadByID()
842 process_sp->GetTarget().GetAPIMutex()); in GetThreadByIndexID()
962 process_sp->GetTarget().GetAPIMutex()); in ReadMemory()
996 process_sp->GetTarget().GetAPIMutex()); in ReadCStringFromMemory()
1021 process_sp->GetTarget().GetAPIMutex()); in ReadUnsignedFromMemory()
1046 process_sp->GetTarget().GetAPIMutex()); in ReadPointerFromMemory()
1081 process_sp->GetTarget().GetAPIMutex()); in WriteMemory()
1112 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
1113 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription()
1136 process_sp->GetTarget().GetAPIMutex()); in GetNumSupportedHardwareWatchpoints()
1167 process_sp->GetTarget().GetAPIMutex()); in LoadImage()
1168 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage()
1203 process_sp->GetTarget().GetAPIMutex()); in LoadImageUsingPaths()
1204 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths()
1245 process_sp->GetTarget().GetAPIMutex()); in UnloadImage()
1246 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
1268 process_sp->GetTarget().GetAPIMutex()); in SendEventData()
1344 process_sp->GetTarget().GetAPIMutex()); in SaveCore()
1365 process_sp->GetTarget().GetAPIMutex()); in GetMemoryRegionInfo()
1390 process_sp->GetTarget().GetAPIMutex()); in GetMemoryRegions()