Searched refs:GetProcess (Results 1 - 25 of 99) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.cpp34 NativeProcessNetBSD &NativeRegisterContextNetBSD::GetProcess() { function in class:NativeRegisterContextNetBSD
35 return static_cast<NativeProcessNetBSD &>(m_thread.GetProcess());
39 return GetProcess().GetID();
H A DNativeRegisterContextNetBSD.h41 virtual NativeProcessNetBSD &GetProcess();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBExecutionContext.i32 GetProcess () const;
43 process = property(GetProcess, None, doc='''A read only property that returns the same result as GetProcess().''')
H A DSBQueue.i29 GetProcess ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp51 *this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0]);
75 if (GetProcess()->HasAssignedIndexIDToThread(
77 return GetProcess()->AssignIndexIDToThread(
H A DHistoryUnwind.cpp43 &frame->GetThread()->GetProcess()->GetTarget());
47 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc);
H A DUnwindLLDB.cpp29 ProcessSP process_sp(thread.GetProcess());
52 ProcessSP process_sp(m_thread.GetProcess());
75 ProcessSP process_sp(m_thread.GetProcess());
400 ProcessSP process_sp(m_thread.GetProcess());
446 ProcessSP process_sp(m_thread.GetProcess());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp35 m_thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress(
123 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress(
126 m_thread.GetProcess()->DisableBreakpointSite(bp_site_sp.get());
164 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress(
167 m_thread.GetProcess()->EnableBreakpointSite(bp_site_sp.get());
H A DThreadPlanPython.cpp63 ScriptInterpreter *script_interp = m_thread.GetProcess()
82 ScriptInterpreter *script_interp = m_thread.GetProcess()
104 ScriptInterpreter *script_interp = m_thread.GetProcess()
126 ScriptInterpreter *script_interp = m_thread.GetProcess()
162 ScriptInterpreter *script_interp = m_thread.GetProcess()
H A DThreadPlanStepThrough.cpp53 m_thread.GetProcess()
82 DynamicLoader *loader = m_thread.GetProcess()->GetDynamicLoader();
91 m_thread.GetProcess()->GetLanguageRuntimes()) {
226 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id);
251 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value);
H A DStructuredDataPlugin.cpp41 ProcessSP StructuredDataPlugin::GetProcess() const { function in class:StructuredDataPlugin
H A DStopInfo.cpp32 m_stop_id(thread.GetProcess()->GetStopID()),
33 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value),
40 return thread_sp->GetProcess()->GetStopID() == m_stop_id;
47 m_stop_id = thread_sp->GetProcess()->GetStopID();
48 m_resume_id = thread_sp->GetProcess()->GetResumeID();
56 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState();
68 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID();
70 thread_sp->GetProcess()->GetLastUserExpressionResumeID();
108 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
123 ProcessSP process_sp(thread.GetProcess());
[all...]
H A DThreadPlanCallFunctionUsingABI.cpp59 ProcessSP process_sp(m_thread.GetProcess());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp48 ProcessSP process_sp(GetProcess());
98 ProcessSP process_sp(GetProcess());
128 ProcessSP process_sp(GetProcess());
152 ProcessSP process_sp(GetProcess());
167 ProcessSP process_sp(GetProcess());
179 ProcessSP process_sp(GetProcess());
219 ProcessSP process_sp(GetProcess());
235 ProcessSP process_sp(GetProcess());
300 ProcessSP process_sp(GetProcess());
337 ProcessSP process_sp(GetProcess());
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp99 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) {
119 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) {
151 ProcessSP process_sp = queue_sp->GetProcess();
191 lldb::SBProcess GetProcess() { function in class:lldb_private::QueueImpl
195 result.SetSP(queue_sp->GetProcess());
320 SBProcess SBQueue::GetProcess() { function in class:SBQueue
321 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBQueue, GetProcess);
323 return LLDB_RECORD_RESULT(m_opaque_sp->GetProcess());
354 LLDB_REGISTER_METHOD(lldb::SBProcess, SBQueue, GetProcess, ());
H A DSBExecutionContext.cpp98 SBProcess SBExecutionContext::GetProcess() const { function in class:SBExecutionContext
100 GetProcess);
155 LLDB_REGISTER_METHOD_CONST(lldb::SBProcess, SBExecutionContext, GetProcess,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h46 SBProcess GetProcess() const;
H A DSBQueue.h37 lldb::SBProcess GetProcess();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h37 NativeProcessProtocol &GetProcess() { return m_process; } function in class:lldb_private::NativeThreadProtocol
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h46 lldb::ProcessSP GetProcess() const;
H A DQueue.h92 lldb::ProcessSP GetProcess() const { return m_process_wp.lock(); } function in class:lldb_private::Queue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp60 Target &target = GetProcess()->GetTarget();
84 ProcessSP base = GetProcess();
117 int pid = GetProcess()->GetID();
164 const ArchSpec &target_arch = GetProcess()->GetTarget().GetArchitecture();
292 ProcessSP process_sp(GetProcess());
458 GetProcess()->GetBreakpointSiteList().FindByAddress(pc));
473 GetProcess()->GetOperatingSystem() != nullptr)
507 Target &target = GetProcess()->GetTarget();
526 GetProcess()->GetBreakpointSiteList().FindByAddress(pc));
535 GetProcess()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp64 auto process_sp = GetProcess();
280 return std::static_pointer_cast<NativeProcessDarwin>(GetProcess());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp51 m_thread.GetProcess()->AddPreResumeAction(PreResumeInitializeFunctionCaller,
172 ObjCLanguageRuntime::Get(*GetThread().GetProcess());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp160 auto *process = GetProcess();
168 m_ir_passes = new RSIRPasses(GetProcess());

Completed in 169 milliseconds

1234