/freebsd/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() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 35 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() 59 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() 71 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe() 73 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe() 111 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo() 139 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread() [all …]
|
H A D | Thread.cpp | 304 const Debugger &debugger = GetProcess()->GetTarget().GetDebugger(); in SetSelectedFrameByIndexNoisily() 332 (GetProcess()->GetWarningsOptimization() || in FrameSelectedCallback() 333 GetProcess()->GetWarningsUnsupportedLanguage())) { in FrameSelectedCallback() 336 GetProcess()->PrintWarningOptimization(sc); in FrameSelectedCallback() 337 GetProcess()->PrintWarningUnsupportedLanguage(sc); in FrameSelectedCallback() 346 ProcessSP process_sp(GetProcess()); in GetStopInfo() 386 ProcessSP process_sp(GetProcess()); in GetPrivateStopInfo() 443 ProcessSP process_sp(GetProcess()); in StopInfoIsUpToDate() 467 ProcessSP process_sp(GetProcess()); in SetStopInfo() 516 ProcessSP process_sp(GetProcess()); in CheckpointThreadState() [all …]
|
H A D | UnwindLLDB.cpp | 29 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() 404 ProcessSP process_sp(m_thread.GetProcess()); in DoGetFrameInfoAtIndex() 452 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() 338 ProcessSP process_sp(m_thread.GetProcess()); in ReadRegisterValueFromMemory() 373 ProcessSP process_sp(m_thread.GetProcess()); in WriteRegisterValueToMemory()
|
H A D | StackFrameList.cpp | 115 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 D | StructuredDataPlugin.cpp | 41 ProcessSP StructuredDataPlugin::GetProcess() const { in GetProcess() function in StructuredDataPlugin
|
H A D | ThreadPlanTracer.cpp | 37 : m_process(*thread.GetProcess().get()), m_tid(thread.GetID()), in ThreadPlanTracer() 41 : m_process(*thread.GetProcess().get()), m_tid(thread.GetID()), in ThreadPlanTracer()
|
/freebsd/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 | 35 virtual NativeProcessFreeBSD &GetProcess();
|
/freebsd/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/contrib/llvm-project/lldb/source/API/ |
H A D | SBQueue.cpp | 91 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 D | HistoryThread.cpp | 54 *this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0]); in GetRegisterContext() 78 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID() 80 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 | 508 ProcessSP process_sp(thread.GetProcess()); in GetStopInfoForHardwareBP() 623 ProcessSP process_sp(thread.GetProcess()); in CreateStopReasonWithMachException() 786 thread.GetProcess()->GetOperatingSystem() != nullptr) in CreateStopReasonWithMachException() 842 ProcessSP process_sp = thread.GetProcess(); in WasContinueInterrupted()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 144 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 D | AppleObjCClassDescriptorV2.cpp | 450 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 D | AppleObjCRuntimeV2.cpp | 1554 Process *process = GetProcess(); in GetTaggedPointerObfuscator() 1585 Process *process = GetProcess(); in GetISAHashTablePointer() 1614 Process *process = runtime.GetProcess(); in CreateSharedCacheImageHeaders() 1687 Process *process = m_runtime.GetProcess(); in UpdateIfNeeded() 1867 if (Process *process = m_runtime.GetProcess()) { in ComputeHelper() 1991 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap() 2258 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap() 2458 Process *process = GetProcess(); in GetSharedCacheReadOnlyAddress() 2513 Process *process = GetProcess(); in UpdateISAToDescriptorMapIfNeeded() 2586 Process *process = GetProcess(); in RealizedClassGenerationCountChanged() [all …]
|
/freebsd/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/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBExecutionContextExtensions.i | 5 …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 D | ThreadPostMortemTrace.cpp | 36 *this, 0, GetProcess()->GetAddressByteSize(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForFrame()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Runtime.h | 22 Process *GetProcess() { return m_process; } in GetProcess() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_i386.cpp | 190 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()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Event.cpp | 205 const ProcessSP &EventDataStructuredData::GetProcess() const { in GetProcess() function in EventDataStructuredData 250 return event_data->GetProcess(); in GetProcessFromEvent()
|