| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 56 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 D | StopInfo.cpp | 32 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 D | Thread.cpp | 338 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 D | UnwindLLDB.cpp | 28 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 D | RegisterContext.cpp | 28 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 D | StructuredDataPlugin.cpp | 41 ProcessSP StructuredDataPlugin::GetProcess() const { in GetProcess() function in StructuredDataPlugin
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD.cpp | 23 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 D | NativeRegisterContextFreeBSD.h | 36 virtual NativeProcessFreeBSD &GetProcess();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBQueue.cpp | 97 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 D | SBExecutionContext.cpp | 97 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 D | NativeRegisterContextNetBSD.cpp | 28 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 D | NativeRegisterContextNetBSD.h | 37 virtual NativeProcessNetBSD &GetProcess();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.cpp | 53 *this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0]); in GetRegisterContext() 77 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID() 79 return GetProcess()->AssignIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
|
| H A D | HistoryUnwind.cpp | 45 &frame->GetThread()->GetProcess()->GetTarget()); in DoCreateRegisterContextForFrame() 49 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc); in DoCreateRegisterContextForFrame()
|
| H A D | StopInfoMachException.cpp | 316 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 D | SBExecutionContext.i | 35 GetProcess () const; 46 …process = property(GetProcess, None, doc='''A read only property that returns the same result as G…
|
| H A D | SBQueue.i | 32 GetProcess ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 51 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 D | AppleObjCClassDescriptorV2.cpp | 366 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 D | AppleObjCRuntimeV2.cpp | 1473 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 D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 169 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 D | RenderScriptExpressionOpts.cpp | 160 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 D | ThreadPostMortemTrace.cpp | 34 *this, 0, GetProcess()->GetAddressByteSize(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForFrame()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Runtime.h | 22 Process *GetProcess() { return m_process; } in GetProcess() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExecutionContext.h | 46 SBProcess GetProcess() const;
|