| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 34 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo() 35 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo() 42 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid() 49 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid() 50 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid() 58 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() 70 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe() 72 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe() 110 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo() 136 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread() [all …]
|
| H A D | Thread.cpp | 306 if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && in SetSelectedFrameByIndexNoisily() 327 (GetProcess()->GetWarningsOptimization() || in FrameSelectedCallback() 328 GetProcess()->GetWarningsUnsupportedLanguage())) { in FrameSelectedCallback() 331 GetProcess()->PrintWarningOptimization(sc); in FrameSelectedCallback() 332 GetProcess()->PrintWarningUnsupportedLanguage(sc); in FrameSelectedCallback() 341 ProcessSP process_sp(GetProcess()); in GetStopInfo() 381 ProcessSP process_sp(GetProcess()); in GetPrivateStopInfo() 432 ProcessSP process_sp(GetProcess()); in StopInfoIsUpToDate() 456 ProcessSP process_sp(GetProcess()); in SetStopInfo() 505 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() 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() 337 ProcessSP process_sp(m_thread.GetProcess()); in ReadRegisterValueFromMemory() 372 ProcessSP process_sp(m_thread.GetProcess()); in WriteRegisterValueToMemory()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBQueue.cpp | 93 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads() 113 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems() 145 ProcessSP process_sp = queue_sp->GetProcess(); in GetThreadAtIndex() 185 lldb::SBProcess GetProcess() { in GetProcess() function in lldb_private::QueueImpl 189 result.SetSP(queue_sp->GetProcess()); in GetProcess() 310 SBProcess SBQueue::GetProcess() { in GetProcess() function in SBQueue 313 return m_opaque_sp->GetProcess(); in GetProcess()
|
| /openbsd-src/gnu/llvm/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() 316 switch (GetProcess().GetArchitecture().GetMachine()) { in AnnotateSyncTagCheckFault() 349 Status status = GetProcess().ReadMemoryTags(allocation_tag_type, fault_addr, in AnnotateSyncTagCheckFault() 501 NativeProcessLinux &process = GetProcess(); in RequestStop() 539 NativeProcessLinux &NativeThreadLinux::GetProcess() { in GetProcess() function in NativeThreadLinux 543 const NativeProcessLinux &NativeThreadLinux::GetProcess() const { in GetProcess() function in NativeThreadLinux 552 GetProcess().GetSignalInfo(GetID(), siginfo_buf->getBufferStart()); in GetSiginfo()
|
| H A D | NativeThreadLinux.h | 56 NativeProcessLinux &GetProcess(); 58 const NativeProcessLinux &GetProcess() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeRegisterContextOpenBSD.cpp | 96 NativeProcessOpenBSD &NativeRegisterContextOpenBSD::GetProcess() { in GetProcess() function in NativeRegisterContextOpenBSD 97 return static_cast<NativeProcessOpenBSD &>(m_thread.GetProcess()); in GetProcess() 101 return GetProcess().GetID(); in GetProcessPid()
|
| /openbsd-src/gnu/llvm/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 HostProcess process = m_session_data->m_debugger->GetProcess(); in ReadMemory() 308 HostProcess process = m_session_data->m_debugger->GetProcess(); in WriteMemory() 338 HostProcess process = m_session_data->m_debugger->GetProcess(); in AllocateMemory() 365 HostProcess process = m_session_data->m_debugger->GetProcess(); in DeallocateMemory() 389 HostProcess process = m_session_data->m_debugger->GetProcess(); in GetMemoryRegionInfo() 571 process = debugger->GetProcess(); in WaitForDebuggerConnection()
|
| H A D | ProcessWindows.cpp | 214 m_session_data->m_debugger->GetProcess().GetProcessId(), in DoResume() 250 m_session_data->m_debugger->GetProcess().GetProcessId(), in DoResume() 370 m_session_data->m_debugger->GetProcess().GetProcessId()); in RefreshStateAfterStop() 389 m_session_data->m_debugger->GetProcess().GetProcessId(), pc, in RefreshStateAfterStop() 406 m_session_data->m_debugger->GetProcess().GetProcessId(), pc, id); in RefreshStateAfterStop() 458 m_session_data->m_debugger->GetProcess().GetProcessId(), pc, in RefreshStateAfterStop() 654 debugger->GetProcess().GetProcessId(), image_base); in OnDebuggerConnected() 658 const DWORD pid = debugger->GetProcess().GetProcessId(); in OnDebuggerConnected()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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…
|
| /openbsd-src/gnu/llvm/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 | AppleObjCRuntimeV2.cpp | 1566 Process *process = GetProcess(); in GetTaggedPointerObfuscator() 1597 Process *process = GetProcess(); in GetISAHashTablePointer() 1739 if (Process *process = m_runtime.GetProcess()) { in ComputeHelper() 1863 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap() 2130 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap() 2327 Process *process = GetProcess(); in GetSharedCacheReadOnlyAddress() 2382 Process *process = GetProcess(); in UpdateISAToDescriptorMapIfNeeded() 2455 Process *process = GetProcess(); in RealizedClassGenerationCountChanged() 2497 if (GetProcess() && !DoesProcessHaveSharedCache(*GetProcess())) { in WarnIfNoClassesCached() 2503 Debugger &debugger(GetProcess()->GetTarget().GetDebugger()); in WarnIfNoClassesCached() [all …]
|
| H A D | AppleObjCClassDescriptorV2.cpp | 379 lldb_private::Process *process = m_runtime.GetProcess(); in Describe() 464 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName() 483 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass() 498 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass() 515 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize() 552 Process *process(runtime.GetProcess()); in fill()
|
| /openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 605 frame = lldb.debugger.GetSelectedTarget().GetProcess( 657 frame = lldb.debugger.GetSelectedTarget().GetProcess( 732 process = expr_sbvalue.GetProcess() 859 process = debugger.GetSelectedTarget().GetProcess() 888 process = debugger.GetSelectedTarget().GetProcess() 996 process = debugger.GetSelectedTarget().GetProcess() 1113 process = debugger.GetSelectedTarget().GetProcess() 1283 frame = target.GetProcess().GetSelectedThread().GetSelectedFrame() 1291 target.GetProcess(), result, options, arg_str_description, expr, False) 1330 process = debugger.GetSelectedTarget().GetProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| H A D | ThreadMachCore.cpp | 79 ProcessSP process_sp(GetProcess()); in CreateRegisterContextForFrame() 108 ProcessSP process_sp(GetProcess()); in CalculateStopInfo()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | CFString.py | 40 offset = valobj.GetTarget().GetProcess().GetAddressByteSize() 87 process = self.valobj.GetTarget().GetProcess() 334 self.pointer_size = self.valobj.GetTarget().GetProcess().GetAddressByteSize() 336 self.is_little = self.valobj.GetTarget().GetProcess(
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
| H A D | TestMPXTable.py | 53 process = target.GetProcess() 137 process = target.GetProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptExpressionOpts.cpp | 157 auto *process = GetProcess(); in GetOverrideExprOptions() 165 m_ir_passes = new RSIRPasses(GetProcess()); in GetIRPasses()
|