Home
last modified time | relevance | path

Searched refs:GetProcess (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp49 ProcessSP process_sp(GetProcess()); in ~ThreadGDBRemote()
99 ProcessSP process_sp(GetProcess()); in GetQueueName()
129 ProcessSP process_sp(GetProcess()); in GetQueueKind()
153 ProcessSP process_sp(GetProcess()); in GetQueueID()
168 ProcessSP process_sp(GetProcess()); in GetQueue()
180 ProcessSP process_sp(GetProcess()); in GetQueueLibdispatchQueueAddress()
221 ProcessSP process_sp(GetProcess()); in FetchThreadExtendedInfo()
238 ProcessSP process_sp(GetProcess()); in WillResume()
303 ProcessSP process_sp(GetProcess()); in CreateRegisterContextForFrame()
339 ProcessSP process_sp(GetProcess()); in CalculateStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp33 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo()
34 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo()
41 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
48 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
49 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid()
57 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe()
69 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe()
71 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe()
126 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread()
1096 return thread_sp->GetProcess()->GetStopOnExec(); in ShouldStop()
[all …]
H A DThreadPlanStepOverBreakpoint.cpp38 m_thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress( in ThreadPlanStepOverBreakpoint()
127 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress( in DoWillResume()
130 m_thread.GetProcess()->DisableBreakpointSite(bp_site_sp.get()); in DoWillResume()
169 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress( in ReenableBreakpointSite()
172 m_thread.GetProcess()->EnableBreakpointSite(bp_site_sp.get()); in ReenableBreakpointSite()
H A DThreadPlanStepThrough.cpp57 m_thread.GetProcess() in ThreadPlanStepThrough()
86 DynamicLoader *loader = m_thread.GetProcess()->GetDynamicLoader(); in LookForPlanToStepThroughFromCurrentPC()
94 m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
100 m_thread.GetProcess()->GetCPPLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
234 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id); in ClearBackstopBreakpoint()
260 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
H A DThreadPlanPython.cpp63 ScriptInterpreter *script_interp = m_thread.GetProcess() in DidPush()
83 ScriptInterpreter *script_interp = m_thread.GetProcess() in ShouldStop()
107 ScriptInterpreter *script_interp = m_thread.GetProcess() in IsPlanStale()
131 ScriptInterpreter *script_interp = m_thread.GetProcess() in DoPlanExplainsStop()
170 ScriptInterpreter *script_interp = m_thread.GetProcess() in GetPlanRunState()
H A DThread.cpp380 GetProcess()->PrintWarningOptimization(sc); in FunctionOptimizationWarning()
389 ProcessSP process_sp(GetProcess()); in GetStopInfo()
421 ProcessSP process_sp(GetProcess()); in GetPrivateStopInfo()
466 ProcessSP process_sp(GetProcess()); in StopInfoIsUpToDate()
490 ProcessSP process_sp(GetProcess()); in SetStopInfo()
542 ProcessSP process_sp(GetProcess()); in CheckpointThreadState()
1585 ProcessSP process_sp(GetProcess()); in CalculateTarget()
1846 Process *process = GetProcess().get(); in SafeToCallFunctions()
2120 Process *process = GetProcess().get(); in StepIn()
2153 Process *process = GetProcess().get(); in StepOver()
[all …]
H A DThreadPlanTracer.cpp91 m_thread.GetProcess()->GetTarget().GetArchitecture(), nullptr, nullptr); in GetDisassembler()
131 ProcessSP process_sp(m_thread.GetProcess()); in Log()
170 m_thread.GetProcess() in Log()
H A DThreadPlanStepOut.cpp118 m_thread.GetProcess()->AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
124 return_address.GetLoadAddress(&m_thread.GetProcess()->GetTarget()); in ThreadPlanStepOut()
275 m_thread.GetProcess()->GetBreakpointSiteList().FindByID( in DoPlanExplainsStop()
495 lldb::ABISP abi_sp = m_thread.GetProcess()->GetABI(); in CalculateReturnValue()
H A DThreadPlanStepRange.cpp253 ExecutionContext exe_ctx(m_thread.GetProcess()); in GetInstructionsForAddress()
316 Target &target = GetThread().GetProcess()->GetTarget(); in SetNextBranchBreakpoint()
362 &m_thread.GetProcess()->GetTarget())); in SetNextBranchBreakpoint()
384 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
H A DRegisterContext.cpp29 m_stop_id(thread.GetProcess()->GetStopID()) {} in RegisterContext()
34 ProcessSP process_sp(m_thread.GetProcess()); in InvalidateIfNeeded()
334 ProcessSP process_sp(m_thread.GetProcess()); in ReadRegisterValueFromMemory()
372 ProcessSP process_sp(m_thread.GetProcess()); in WriteRegisterValueToMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdExec.cpp168 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
372 rSessionInfo.GetProcess().GetSelectedThread().StepOver( in Execute()
484 rSessionInfo.GetProcess().GetThreadByIndexID(nThreadId); in Execute()
493 rSessionInfo.GetProcess().GetSelectedThread().StepInto( in Execute()
606 rSessionInfo.GetProcess().GetThreadByIndexID(nThreadId); in Execute()
615 rSessionInfo.GetProcess().GetSelectedThread().StepInstruction( in Execute()
730 rSessionInfo.GetProcess().GetThreadByIndexID(nThreadId); in Execute()
850 rSessionInfo.GetProcess().GetThreadByIndexID(nThreadId); in Execute()
859 rSessionInfo.GetProcess().GetSelectedThread().StepOut(error); in Execute()
952 CMICmnLLDBDebugSessionInfo::Instance().GetProcess().Stop(), in Execute()
[all …]
H A DMICmdCmdMiscellanous.cpp77 const lldb::SBError sbErr = m_rLLDBDebugSessionInfo.GetProcess().Destroy(); in Execute()
231 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
291 if (rSessionInfo.GetProcess().IsValid()) { in Acknowledge()
292 const lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
330 if (rSessionInfo.GetProcess().IsValid()) { in Acknowledge()
331 const lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
H A DMICmdCmdStack.cpp108 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
212 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
351 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
556 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
743 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
914 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
1056 lldb::SBThread sbThread = rSessionInfo.GetProcess().GetSelectedThread(); in Execute()
H A DMICmnLLDBDebuggerHandleEvents.cpp957 CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStateSuspended()
1003 CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStateStopped()
1070 CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopSignal()
1217 CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopException()
1260 CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in MiHelpGetCurrentThreadFrame()
1318 CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopReasonBreakpoint()
1344 CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in MiStoppedAtBreakPoint()
1507 .GetProcess(); in UpdateSelectedThread()
1650 .GetProcess(); in GetProcessStdout()
1706 .GetProcess(); in GetProcessStderr()
[all …]
H A DMICmdCmdTarget.cpp172 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
333 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
423 lldb::SBProcess process = rSessionInfo.GetProcess(); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp61 Target &target = GetProcess()->GetTarget(); in FreeBSDThread()
85 ProcessSP base = GetProcess(); in GetMonitor()
118 int pid = GetProcess()->GetID(); in GetName()
165 const ArchSpec &target_arch = GetProcess()->GetTarget().GetArchitecture(); in GetRegisterContext()
294 ProcessSP process_sp(GetProcess()); in WillResume()
463 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify()
478 GetProcess()->GetOperatingSystem() != nullptr) in BreakNotify()
513 Target &target = GetProcess()->GetTarget(); in WatchNotify()
533 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in TraceNotify()
542 GetProcess()->GetOperatingSystem() != nullptr)) in TraceNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp114 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()
134 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems()
166 ProcessSP process_sp = queue_sp->GetProcess(); in GetThreadAtIndex()
206 lldb::SBProcess GetProcess() { in GetProcess() function in lldb_private::QueueImpl
210 result.SetSP(queue_sp->GetProcess()); in GetProcess()
345 SBProcess SBQueue::GetProcess() { return m_opaque_sp->GetProcess(); } in GetProcess() function in SBQueue
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp53 *this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0])); in GetRegisterContext()
76 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
78 return GetProcess()->AssignIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
H A DUnwindLLDB.cpp30 ProcessSP process_sp(thread.GetProcess()); in UnwindLLDB()
53 ProcessSP process_sp(m_thread.GetProcess()); in DoGetFrameCount()
76 ProcessSP process_sp(m_thread.GetProcess()); in AddFirstFrame()
405 ProcessSP process_sp(m_thread.GetProcess()); in DoGetFrameInfoAtIndex()
433 ProcessSP process_sp(m_thread.GetProcess()); in DoCreateRegisterContextForFrame()
H A DHistoryUnwind.cpp44 &frame->GetThread()->GetProcess()->GetTarget()); in DoCreateRegisterContextForFrame()
48 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc)); in DoCreateRegisterContextForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.cpp106 NativeProcessNetBSD &NativeRegisterContextNetBSD::GetProcess() { in GetProcess() function in NativeRegisterContextNetBSD
107 return static_cast<NativeProcessNetBSD &>(m_thread.GetProcess()); in GetProcess()
111 return GetProcess().GetID(); in GetProcessPid()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp331 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
411 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
430 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
445 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
462 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
500 Process *process(runtime.GetProcess()); in fill()
H A DAppleObjCRuntimeV2.cpp1209 Process *process = GetProcess(); in GetTaggedPointerObfuscator()
1238 Process *process = GetProcess(); in GetISAHashTablePointer()
1266 Process *process = GetProcess(); in UpdateISAToDescriptorMapDynamic()
1522 Process *process = GetProcess(); in UpdateISAToDescriptorMapSharedCache()
1738 Process *process = GetProcess(); in UpdateISAToDescriptorMapFromMemory()
1770 Process *process = GetProcess(); in GetSharedCacheReadOnlyAddress()
1809 Process *process = GetProcess(); in UpdateISAToDescriptorMapIfNeeded()
1892 if (GetProcess() && !DoesProcessHaveSharedCache(*GetProcess())) { in WarnIfNoClassesCached()
2016 Process *process(runtime.GetProcess()); in CreateInstance()
2084 Process *process(runtime.GetProcess()); in CreateInstance()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp52 ProcessSP process_sp(thread.GetProcess()); in GetNonCallSiteUnwindPlanFromAssembly()
77 ProcessSP process_sp(thread.GetProcess()); in AugmentUnwindPlanFromCallSite()
186 ProcessSP process_sp = thread.GetProcess(); in GetFastUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp161 auto *process = GetProcess(); in GetOverrideExprOptions()
169 m_ir_passes = new RSIRPasses(GetProcess()); in GetIRPasses()

12345