Searched refs:GetProcess (Results 26 - 50 of 94) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp51 ProcessSP process_sp(thread.GetProcess());
76 ProcessSP process_sp(thread.GetProcess());
185 ProcessSP process_sp = thread.GetProcess();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp363 lldb_private::Process *process = m_runtime.GetProcess();
448 lldb_private::Process *process = m_runtime.GetProcess();
467 lldb_private::Process *process = m_runtime.GetProcess();
482 lldb_private::Process *process = m_runtime.GetProcess();
499 lldb_private::Process *process = m_runtime.GetProcess();
537 Process *process(runtime.GetProcess());
H A DAppleObjCRuntimeV2.cpp1262 Process *process = GetProcess();
1291 Process *process = GetProcess();
1319 Process *process = GetProcess();
1581 Process *process = GetProcess();
1826 Process *process = GetProcess();
1859 Process *process = GetProcess();
1898 Process *process = GetProcess();
1981 if (GetProcess() && !DoesProcessHaveSharedCache(*GetProcess())) {
1988 Debugger &debugger(GetProcess()
[all...]
H A DAppleObjCRuntimeV1.cpp301 Process *process = GetProcess();
324 Process *process = GetProcess();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp316 ProcessSP process_sp(thread.GetProcess());
362 ProcessSP process_sp(thread.GetProcess());
513 thread.GetProcess()->GetOperatingSystem() != nullptr)
H A DRegisterContextThreadMemory.cpp30 ProcessSP process_sp(thread_sp->GetProcess());
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i337 GetProcess ();
446 process = property(GetProcess, None, doc='''A read only property that returns an lldb object that represents the process (lldb.SBProcess) that owns this thread.''')
H A DSBValue.i352 GetProcess();
508 process = property(GetProcess, None, doc='''A read only property that returns the lldb.SBProcess that this value is associated with, the returned value might be invalid and should be tested.''')
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp65 static_cast<ProcessMinidump *>(GetProcess().get());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp28 m_stop_id(thread.GetProcess()->GetStopID()) {}
33 ProcessSP process_sp(m_thread.GetProcess());
349 ProcessSP process_sp(m_thread.GetProcess());
387 ProcessSP process_sp(m_thread.GetProcess());
H A DThreadPlanStepOverBreakpoint.cpp35 thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress(
H A DThreadPlanTracer.cpp37 : m_process(*thread.GetProcess().get()), m_tid(thread.GetID()),
41 : m_process(*thread.GetProcess().get()), m_tid(thread.GetID()),
H A DAssertFrameRecognizer.cpp110 ProcessSP process_sp = thread_sp->GetProcess();
H A DThreadPlanStepThrough.cpp82 DynamicLoader *loader = thread.GetProcess()->GetDynamicLoader();
H A DExecutionContext.cpp315 m_process_sp = thread_sp->GetProcess();
331 m_process_sp = m_thread_sp->GetProcess();
482 SetProcessSP(thread_sp->GetProcess());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp217 const ProcessSP &EventDataStructuredData::GetProcess() const { function in class:EventDataStructuredData
262 return event_data->GetProcess();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h62 lldb::SBProcess GetProcess();
H A DSBThread.h184 lldb::SBProcess GetProcess();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h130 Process *GetProcess() { return m_process; } function in class:lldb_private::LanguageRuntime
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp189 thread.GetProcess().get(), current_stack_argument);
192 thread.GetProcess().get(), current_stack_argument);
523 ProcessSP process_sp(thread.GetProcess());
548 ProcessSP process_sp(thread.GetProcess());
H A DABIMacOSX_i386.cpp172 thread.GetProcess().get(), current_stack_argument);
175 thread.GetProcess().get(), current_stack_argument);
H A DABIWindows_x86_64.cpp175 ProcessSP process_sp(thread.GetProcess());
222 if (thread.GetProcess()->ReadScalarIntegerFromMemory(
511 ProcessSP process_sp(thread.GetProcess());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp34 // ProcessSP process_sp (m_thread.GetProcess());
341 NativeProcessProtocol &process = m_thread.GetProcess();
378 NativeProcessProtocol &process = m_thread.GetProcess();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp81 ProcessElfCore *process = static_cast<ProcessElfCore *>(GetProcess().get());
243 ProcessSP process_sp(GetProcess());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1549 Target &target = GetProcess()->GetTarget();
1698 auto &target = GetProcess()->GetTarget();
1917 GetProcess()->GetTarget().GetArchitecture().GetAddressByteSize();
2073 GetProcess()->ReadCStringFromMemory(address, name, err);
2350 GetProcess()->GetTarget().GetArchitecture().GetAddressByteSize();
2393 GetProcess()->ReadMemory(data_ptr, buffer.get(), size, err);
2550 size_t written = GetProcess()->WriteMemory(alloc_data, file_buf, size, err);
2771 module_desc->WarnIfVersionMismatch(GetProcess()
2806 Target &target = GetProcess()->GetTarget();
2808 GetProcess()
[all...]

Completed in 314 milliseconds

1234