Lines Matching refs:GetTarget
143 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch()
150 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch()
176 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID()
202 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads()
218 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread()
236 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread()
244 SBTarget SBProcess::GetTarget() const { in GetTarget() function in SBProcess
245 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBTarget, SBProcess, GetTarget); in GetTarget()
251 target_sp = process_sp->GetTarget().shared_from_this(); in GetTarget()
369 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread()
385 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID()
400 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID()
419 process_sp->GetTarget().GetAPIMutex()); in GetThreadAtIndex()
436 process_sp->GetTarget().GetAPIMutex()); in GetNumQueues()
455 process_sp->GetTarget().GetAPIMutex()); in GetQueueAtIndex()
471 process_sp->GetTarget().GetAPIMutex()); in GetStopID()
489 process_sp->GetTarget().GetAPIMutex()); in GetStopEventForStopID()
504 process_sp->GetTarget().GetAPIMutex()); in GetState()
518 process_sp->GetTarget().GetAPIMutex()); in GetExitStatus()
532 process_sp->GetTarget().GetAPIMutex()); in GetExitDescription()
565 byteOrder = process_sp->GetTarget().GetArchitecture().GetByteOrder(); in GetByteOrder()
577 size = process_sp->GetTarget().GetArchitecture().GetAddressByteSize(); in GetAddressByteSize()
591 process_sp->GetTarget().GetAPIMutex()); in Continue()
593 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
610 process_sp->GetTarget().GetAPIMutex()); in Destroy()
625 process_sp->GetTarget().GetAPIMutex()); in Stop()
640 process_sp->GetTarget().GetAPIMutex()); in Kill()
663 process_sp->GetTarget().GetAPIMutex()); in Detach()
678 process_sp->GetTarget().GetAPIMutex()); in Signal()
715 process_sp->GetTarget().GetAPIMutex()); in GetThreadByID()
734 process_sp->GetTarget().GetAPIMutex()); in GetThreadByIndexID()
861 process_sp->GetTarget().GetAPIMutex()); in ReadMemory()
885 process_sp->GetTarget().GetAPIMutex()); in ReadCStringFromMemory()
909 process_sp->GetTarget().GetAPIMutex()); in ReadUnsignedFromMemory()
932 process_sp->GetTarget().GetAPIMutex()); in ReadPointerFromMemory()
957 process_sp->GetTarget().GetAPIMutex()); in WriteMemory()
977 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
978 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription()
1001 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation()
1027 process_sp->GetTarget().GetAPIMutex()); in GetNumSupportedHardwareWatchpoints()
1057 process_sp->GetTarget().GetAPIMutex()); in LoadImage()
1058 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage()
1084 process_sp->GetTarget().GetAPIMutex()); in LoadImageUsingPaths()
1085 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths()
1118 process_sp->GetTarget().GetAPIMutex()); in UnloadImage()
1119 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
1140 process_sp->GetTarget().GetAPIMutex()); in SendEventData()
1199 process_sp->GetTarget().GetAPIMutex()); in IsInstrumentationRuntimePresent()
1222 process_sp->GetTarget().GetAPIMutex()); in SaveCore()
1248 process_sp->GetTarget().GetAPIMutex()); in GetMemoryRegionInfo()
1271 process_sp->GetTarget().GetAPIMutex()); in GetMemoryRegions()
1303 process_sp->GetTarget().GetAPIMutex()); in AllocateMemory()
1324 process_sp->GetTarget().GetAPIMutex()); in DeallocateMemory()
1364 LLDB_REGISTER_METHOD_CONST(lldb::SBTarget, SBProcess, GetTarget, ()); in RegisterMethods()