| /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 …]
|
| /llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 36 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo() 37 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo() 44 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid() 51 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid() 52 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid() 60 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() 72 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe() 74 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe() 112 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo() 140 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread() [all...] |
| H A D | Thread.cpp | 310 const Debugger &debugger = GetProcess()->GetTarget().GetDebugger(); in SetSelectedFrameByIndexNoisily() 338 (GetProcess()->GetWarningsOptimization() || in FrameSelectedCallback() 339 GetProcess()->GetWarningsUnsupportedLanguage())) { in FrameSelectedCallback() 342 GetProcess()->PrintWarningOptimization(sc); in GetStopInfo() 343 GetProcess()->PrintWarningUnsupportedLanguage(sc); in GetStopInfo() 352 ProcessSP process_sp(GetProcess()); in GetStopInfo() 392 ProcessSP process_sp(GetProcess()); in GetPrivateStopInfo() 449 ProcessSP process_sp(GetProcess()); in StopInfoIsUpToDate() 473 ProcessSP process_sp(GetProcess()); in SetStopInfo() 522 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()
|
| /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()
|
| /llvm-project/lldb/test/API/commands/process/attach/ |
| H A D | TestProcessAttach.py | 38 process = target.GetProcess() 54 process = target.GetProcess() 82 process = target.GetProcess() 97 process = target.GetProcess() 127 self.dbg.GetSelectedTarget().GetProcess().Destroy()
|
| /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()
|
| /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()
|
| /llvm-project/lldb/test/API/commands/frame/recognizer/ |
| H A D | recognizer.py | 13 .GetProcess() 19 .GetProcess() 28 .GetProcess()
|
| /llvm-project/lldb/test/API/commands/expression/formatters/ |
| H A D | foosynth.py | 26 self.lp64 = self.valobj.GetTarget().GetProcess().GetAddressByteSize() == 8 28 self.valobj.GetTarget().GetProcess().GetByteOrder() == lldb.eByteOrderLittle 30 self.pointer_size = self.valobj.GetTarget().GetProcess().GetAddressByteSize()
|
| /llvm-project/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 102 NativeProcessLinux &process = GetProcess(); in GetName() 222 NativeProcessLinux &process = GetProcess(); in Resume() 234 NativeProcessLinux &process = GetProcess(); in Resume() 274 GetProcess().SupportHardwareSingleStepping() ? PTRACE_SINGLESTEP in SingleStep() 311 switch (GetProcess().GetArchitecture().GetMachine()) { in AnnotateSyncTagCheckFault() 343 Status status = GetProcess().ReadMemoryTags(allocation_tag_type, fault_addr, in AnnotateSyncTagCheckFault() 498 NativeProcessLinux &process = GetProcess(); in RequestStop() 536 NativeProcessLinux &NativeThreadLinux::GetProcess() { in GetProcess() function in NativeThreadLinux 540 const NativeProcessLinux &NativeThreadLinux::GetProcess() const { in GetProcess() function in NativeThreadLinux 549 GetProcess() in GetSiginfo() [all...] |
| /llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 70 return m_session_data->m_debugger->GetProcess().GetProcessId(); in GetDebuggedProcessId() 95 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DetachProcess() 237 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DestroyProcess() 251 caused_stop = ::DebugBreakProcess(m_session_data->m_debugger->GetProcess() in HaltProcess() 279 lldb::process_t handle = m_session_data->m_debugger->GetProcess() in ReadMemory() 321 HostProcess process = m_session_data->m_debugger->GetProcess(); 351 HostProcess process = m_session_data->m_debugger->GetProcess(); in DeallocateMemory() 378 HostProcess process = m_session_data->m_debugger->GetProcess(); in GetMemoryRegionInfo() 402 HostProcess process = m_session_data->m_debugger->GetProcess(); in GetMemoryRegionInfo() 584 process = debugger->GetProcess(); [all...] |
| /llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestProcessConnect.py | 23 self.dbg.GetSelectedTarget().GetProcess().Kill() 38 self.dbg.GetSelectedTarget().GetProcess().Kill() 57 self.dbg.GetSelectedTarget().GetProcess().Kill() 77 self.dbg.GetSelectedTarget().GetProcess().Kill()
|
| H A D | TestPty.py | 88 self.dbg.GetSelectedTarget().GetProcess().Kill() 123 self.dbg.GetSelectedTarget().GetProcess().Kill() 156 self.dbg.GetSelectedTarget().GetProcess().Kill() 183 self.dbg.GetSelectedTarget().GetProcess().Kill()
|
| /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()
|
| /llvm-project/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 182 .GetProcess() 210 .GetProcess() 227 .GetProcess() 266 .GetProcess() 445 .GetProcess() 523 .GetProcess() 535 .GetProcess() 549 .GetProcess()
|
| /llvm-project/lldb/test/API/functionalities/thread/state/ |
| H A D | TestThreadStates.py | 87 process = target.GetProcess() 125 process = target.GetProcess() 169 process = target.GetProcess() 212 process = target.GetProcess() 259 process = target.GetProcess()
|
| /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...] |
| /llvm-project/lldb/test/API/lang/c/register_variables/ |
| H A D | TestRegisterVariables.py | 58 .GetProcess() 98 .GetProcess() 138 .GetProcess()
|
| /llvm-project/lldb/test/API/functionalities/inferior-assert/ |
| H A D | TestInferiorAssert.py | 107 process = target.GetProcess() 203 process = target.GetProcess() 268 process = target.GetProcess() 308 process = target.GetProcess()
|
| /llvm-project/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 658 .GetProcess() 715 .GetProcess() 805 process = expr_sbvalue.GetProcess() 944 process = debugger.GetSelectedTarget().GetProcess() 972 process = debugger.GetSelectedTarget().GetProcess() 1074 process = debugger.GetSelectedTarget().GetProcess() 1184 process = debugger.GetSelectedTarget().GetProcess() 1373 frame = target.GetProcess().GetSelectedThread().GetSelectedFrame() 1387 target.GetProcess(), 1431 process = debugger.GetSelectedTarget().GetProcess()
|
| /llvm-project/lldb/test/API/functionalities/inferior-changed/ |
| H A D | TestInferiorChanged.py | 47 self, self.dbg.GetSelectedTarget().GetProcess() 66 self, self.dbg.GetSelectedTarget().GetProcess()
|