Home
last modified time | relevance | path

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

12345

/freebsd/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()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp35 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo()
36 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo()
43 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
50 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
51 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid()
73 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe()
139 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread()
1244 return thread_sp->GetProcess()->GetStopOnExec(); in ShouldStop()
1260 thread_sp->GetProcess()->DidExec(); in PerformAction()
1290 thread_sp->GetProcess()->DidFork(m_child_pid, m_child_tid); in PerformAction()
[all …]
H A DThread.cpp345 ProcessSP process_sp(GetProcess()); in GetStopInfo()
385 ProcessSP process_sp(GetProcess()); in GetPrivateStopInfo()
436 ProcessSP process_sp(GetProcess()); in StopInfoIsUpToDate()
460 ProcessSP process_sp(GetProcess()); in SetStopInfo()
509 ProcessSP process_sp(GetProcess()); in CheckpointThreadState()
772 GetProcess()->DumpThreadPlansForTID( in ShouldStop()
946 GetProcess()->DumpThreadPlansForTID( in ShouldStop()
1385 ProcessSP process_sp(GetProcess()); in CalculateTarget()
1654 Process *process = GetProcess().get(); in SafeToCallFunctions()
1913 Process *process = GetProcess().get(); in StepIn()
[all …]
H A DUnwindLLDB.cpp29 ProcessSP process_sp(thread.GetProcess()); in UnwindLLDB()
52 ProcessSP process_sp(m_thread.GetProcess()); in DoGetFrameCount()
75 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()
338 ProcessSP process_sp(m_thread.GetProcess()); in ReadRegisterValueFromMemory()
373 ProcessSP process_sp(m_thread.GetProcess()); in WriteRegisterValueToMemory()
H A DStackFrameList.cpp115 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
156 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
478 Debugger &dbg = m_thread.GetProcess()->GetTarget().GetDebugger(); in GetFramesUpTo()
805 if (m_thread.GetProcess()->CurrentThreadIsPrivateStateThread()) in SelectMostRelevantFrame()
882 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
968 Debugger &dbg = m_thread.GetProcess()->GetTarget().GetDebugger(); in GetStatus()
H A DStructuredDataPlugin.cpp41 ProcessSP StructuredDataPlugin::GetProcess() const { in GetProcess() function in StructuredDataPlugin
/freebsd/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/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/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp91 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()
111 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems()
143 ProcessSP process_sp = queue_sp->GetProcess(); in GetThreadAtIndex()
183 lldb::SBProcess GetProcess() { in GetProcess() function in lldb_private::QueueImpl
187 result.SetSP(queue_sp->GetProcess()); in GetProcess()
308 SBProcess SBQueue::GetProcess() { in GetProcess() function in SBQueue
311 return m_opaque_sp->GetProcess(); in GetProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp54 *this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0]); in GetRegisterContext()
78 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
80 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.cpp506 ProcessSP process_sp(thread.GetProcess()); in GetStopInfoForHardwareBP()
620 ProcessSP process_sp(thread.GetProcess()); in CreateStopReasonWithMachException()
740 thread.GetProcess()->DumpPluginHistory(s); in CreateStopReasonWithMachException()
805 thread.GetProcess()->GetOperatingSystem() != nullptr) in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp144 if (ABISP abi_sp = GetThread().GetProcess()->GetABI()) { in ShouldStop()
178 ObjCLanguageRuntime::Get(*GetThread().GetProcess()); in ShouldStop()
183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr); in ShouldStop()
323 ProcessSP process_sp = GetThread().GetProcess(); in DoPlanExplainsStop()
402 = GetThread().GetProcess()->GetLanguageRuntime(eLanguageTypeObjC); in ShouldStop()
H A DAppleObjCClassDescriptorV2.cpp450 lldb_private::Process *process = m_runtime.GetProcess(); in ProcessMethodList()
480 lldb_private::Process *process = m_runtime.GetProcess(); in ProcessRelativeMethodLists()
530 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
604 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
623 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
638 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
655 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
678 if (auto *process = m_runtime.GetProcess()) in GetImplementationLanguage()
705 Process *process(runtime.GetProcess()); in fill()
H A DAppleObjCRuntimeV2.cpp1578 Process *process = GetProcess(); in GetTaggedPointerObfuscator()
1609 Process *process = GetProcess(); in GetISAHashTablePointer()
1638 Process *process = runtime.GetProcess(); in CreateSharedCacheImageHeaders()
1711 Process *process = m_runtime.GetProcess(); in UpdateIfNeeded()
2015 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
2482 Process *process = GetProcess(); in GetSharedCacheReadOnlyAddress()
2537 Process *process = GetProcess(); in UpdateISAToDescriptorMapIfNeeded()
2610 Process *process = GetProcess(); in RealizedClassGenerationCountChanged()
2652 if (GetProcess() && !DoesProcessHaveSharedCache(*GetProcess())) { in WarnIfNoClassesCached()
2785 Process *process(runtime.GetProcess()); in CreateInstance()
[all …]
/freebsd/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/contrib/llvm-project/lldb/bindings/interface/
H A DSBExecutionContextExtensions.i5 …process = property(GetProcess, None, doc='''A read only property that returns the same result as G…
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DThreadPostMortemTrace.cpp36 *this, 0, GetProcess()->GetAddressByteSize(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h22 Process *GetProcess() { return m_process; } in GetProcess() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h50 SBProcess GetProcess() const;
H A DSBQueue.h35 lldb::SBProcess GetProcess();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp190 thread.GetProcess().get(), current_stack_argument); in GetArgumentValues()
193 thread.GetProcess().get(), current_stack_argument); in GetArgumentValues()
524 ProcessSP process_sp(thread.GetProcess()); in GetReturnValueObjectSimple()
549 ProcessSP process_sp(thread.GetProcess()); in GetReturnValueObjectSimple()

12345