Home
last modified time | relevance | path

Searched defs:process_wp (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStructuredDataPlugin.cpp30 StructuredDataPlugin::StructuredDataPlugin(const ProcessWP &process_wp) in StructuredDataPlugin()
HDExecutionContext.cpp57 ExecutionContext::ExecutionContext(const lldb::ProcessWP &process_wp) in ExecutionContext()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp1316 StructuredDataDarwinLog::StructuredDataDarwinLog(const ProcessWP &process_wp) in StructuredDataDarwinLog()
1329 auto process_wp = ProcessWP(process.shared_from_this()); in CreateInstance() local
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp103 lldb::ProcessSP &process_wp) { in DisassembleFunction()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3454 std::weak_ptr<ProcessGDBRemote> process_wp, lldb::pid_t debugserver_pid, in MonitorDebugserverProcess()