Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp56 ProcessSP process_sp(GetProcess()); in ~ThreadGDBRemote()
106 ProcessSP process_sp(GetProcess()); in GetQueueName()
136 ProcessSP process_sp(GetProcess()); in GetQueueKind()
160 ProcessSP process_sp(GetProcess()); in GetQueueID()
175 ProcessSP process_sp(GetProcess()); in GetQueue()
187 ProcessSP process_sp(GetProcess()); in GetQueueLibdispatchQueueAddress()
227 ProcessSP process_sp(GetProcess()); in FetchThreadExtendedInfo()
243 ProcessSP process_sp(GetProcess()); in WillResume()
308 ProcessSP process_sp(GetProcess()); in CreateRegisterContextForFrame()
343 ProcessSP process_sp(GetProcess()); in CalculateStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp32 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo()
33 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo()
40 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
47 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
48 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid()
56 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe()
68 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe()
70 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe()
123 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread()
1135 return thread_sp->GetProcess()->GetStopOnExec(); in ShouldStop()
[all …]
H A DThread.cpp338 ProcessSP process_sp(GetProcess()); in GetStopInfo()
375 ProcessSP process_sp(GetProcess()); in GetPrivateStopInfo()
420 ProcessSP process_sp(GetProcess()); in StopInfoIsUpToDate()
444 ProcessSP process_sp(GetProcess()); in SetStopInfo()
495 ProcessSP process_sp(GetProcess()); in CheckpointThreadState()
778 GetProcess()->DumpThreadPlansForTID( in ShouldStop()
947 GetProcess()->DumpThreadPlansForTID( in ShouldStop()
1392 ProcessSP process_sp(GetProcess()); in CalculateTarget()
1649 Process *process = GetProcess().get(); in SafeToCallFunctions()
1900 Process *process = GetProcess().get(); in StepIn()
[all …]
H A DUnwindLLDB.cpp28 ProcessSP process_sp(thread.GetProcess()); in UnwindLLDB()
51 ProcessSP process_sp(m_thread.GetProcess()); in DoGetFrameCount()
74 ProcessSP process_sp(m_thread.GetProcess()); in AddFirstFrame()
399 ProcessSP process_sp(m_thread.GetProcess()); in DoGetFrameInfoAtIndex()
447 ProcessSP process_sp(m_thread.GetProcess()); in DoCreateRegisterContextForFrame()
H A DRegisterContext.cpp28 m_stop_id(thread.GetProcess()->GetStopID()) {} in RegisterContext()
33 ProcessSP process_sp(m_thread.GetProcess()); in InvalidateIfNeeded()
363 ProcessSP process_sp(m_thread.GetProcess()); in ReadRegisterValueFromMemory()
401 ProcessSP process_sp(m_thread.GetProcess()); in WriteRegisterValueToMemory()
H A DStructuredDataPlugin.cpp41 ProcessSP StructuredDataPlugin::GetProcess() const { in GetProcess() function in StructuredDataPlugin
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD.cpp23 NativeProcessFreeBSD &NativeRegisterContextFreeBSD::GetProcess() { in GetProcess() function in NativeRegisterContextFreeBSD
24 return static_cast<NativeProcessFreeBSD &>(m_thread.GetProcess()); in GetProcess()
28 return GetProcess().GetID(); in GetProcessPid()
H A DNativeRegisterContextFreeBSD.h36 virtual NativeProcessFreeBSD &GetProcess();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp97 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()
117 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems()
149 ProcessSP process_sp = queue_sp->GetProcess(); in GetThreadAtIndex()
189 lldb::SBProcess GetProcess() { in GetProcess() function in lldb_private::QueueImpl
193 result.SetSP(queue_sp->GetProcess()); in GetProcess()
319 SBProcess SBQueue::GetProcess() { in GetProcess() function in SBQueue
320 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBQueue, GetProcess); in GetProcess()
322 return LLDB_RECORD_RESULT(m_opaque_sp->GetProcess()); in GetProcess()
353 LLDB_REGISTER_METHOD(lldb::SBProcess, SBQueue, GetProcess, ()); in RegisterMethods()
H A DSBExecutionContext.cpp97 SBProcess SBExecutionContext::GetProcess() const { in GetProcess() function in SBExecutionContext
99 GetProcess); in GetProcess()
154 LLDB_REGISTER_METHOD_CONST(lldb::SBProcess, SBExecutionContext, GetProcess, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.cpp28 NativeProcessNetBSD &NativeRegisterContextNetBSD::GetProcess() { in GetProcess() function in NativeRegisterContextNetBSD
29 return static_cast<NativeProcessNetBSD &>(m_thread.GetProcess()); in GetProcess()
33 return GetProcess().GetID(); in GetProcessPid()
H A DNativeRegisterContextNetBSD.h37 virtual NativeProcessNetBSD &GetProcess();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp53 *this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0]); in GetRegisterContext()
77 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
79 return GetProcess()->AssignIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
H A DHistoryUnwind.cpp45 &frame->GetThread()->GetProcess()->GetTarget()); in DoCreateRegisterContextForFrame()
49 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc); in DoCreateRegisterContextForFrame()
H A DStopInfoMachException.cpp316 ProcessSP process_sp(thread.GetProcess()); in GetStopInfoForHardwareBP()
362 ProcessSP process_sp(thread.GetProcess()); in CreateStopReasonWithMachException()
513 thread.GetProcess()->GetOperatingSystem() != nullptr) in CreateStopReasonWithMachException()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExecutionContext.i35 GetProcess () const;
46 …process = property(GetProcess, None, doc='''A read only property that returns the same result as G…
H A DSBQueue.i32 GetProcess ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp51 ProcessSP process_sp(thread.GetProcess()); in GetNonCallSiteUnwindPlanFromAssembly()
75 ProcessSP process_sp(thread.GetProcess()); in AugmentUnwindPlanFromCallSite()
183 ProcessSP process_sp = thread.GetProcess(); in GetFastUnwindPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp366 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
451 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
470 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
485 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
502 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
539 Process *process(runtime.GetProcess()); in fill()
H A DAppleObjCRuntimeV2.cpp1473 Process *process = GetProcess(); in GetTaggedPointerObfuscator()
1504 Process *process = GetProcess(); in GetISAHashTablePointer()
1734 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
1965 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
2150 Process *process = GetProcess(); in GetSharedCacheReadOnlyAddress()
2201 Process *process = GetProcess(); in UpdateISAToDescriptorMapIfNeeded()
2269 Process *process = GetProcess(); in RealizedClassGenerationCountChanged()
2318 if (GetProcess() && !DoesProcessHaveSharedCache(*GetProcess())) { in WarnIfNoClassesCached()
2413 Process *process(runtime.GetProcess()); in CreateInstance()
2481 Process *process(runtime.GetProcess()); in CreateInstance()
[all …]
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp169 ObjCLanguageRuntime::Get(*GetThread().GetProcess()); in ShouldStop()
302 ProcessSP process_sp = GetThread().GetProcess(); in DoPlanExplainsStop()
381 = GetThread().GetProcess()->GetLanguageRuntime(eLanguageTypeObjC); in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp160 auto *process = GetProcess(); in GetOverrideExprOptions()
168 m_ir_passes = new RSIRPasses(GetProcess()); in GetIRPasses()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DThreadPostMortemTrace.cpp34 *this, 0, GetProcess()->GetAddressByteSize(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForFrame()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h22 Process *GetProcess() { return m_process; } in GetProcess() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h46 SBProcess GetProcess() const;

1234