Searched defs:process (Results 1 - 25 of 231) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, argument
H A DMonitoringProcessLauncher.cpp50 HostProcess process = local
H A DHostProcess.cpp18 HostProcess::HostProcess(lldb::process_t process) argument
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { argument
H A DJITLoader.cpp18 void JITLoader::LoadPlugins(Process *process, JITLoaderList &list) { argument
30 JITLoader::JITLoader(Process *process) : m_process(process) {} argument
H A DOperatingSystem.cpp16 OperatingSystem *OperatingSystem::FindPlugin(Process *process, argument
44 OperatingSystem::OperatingSystem(Process *process) : m_process(process) {} argument
H A DInstrumentationRuntime.cpp20 ModulesDidLoad( lldb_private::ModuleList &module_list, lldb_private::Process *process, InstrumentationRuntimeCollection &runtimes) argument
H A DQueueList.cpp16 QueueList::QueueList(Process *process) argument
H A DStructuredDataPlugin.cpp64 void StructuredDataPlugin::ModulesDidLoad(Process &process, argument
H A DSystemRuntime.cpp17 SystemRuntime *SystemRuntime::FindPlugin(Process *process) { argument
30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dmember.C24 template<class BS> void process(const int d,BS &en,BS &lb){ function in class:TestCase2
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DRuntime.h17 Runtime(Process *process) : m_process(process) {} argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DHostNativeProcessBase.h28 explicit HostNativeProcessBase(lldb::process_t process) argument
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpod_lib.pl286 sub process { subroutine
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.h35 RenderScriptRuntimeModulePass(const lldb_private::Process *process) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/common/
H A DThreadPostMortemTrace.h33 ThreadPostMortemTrace(Process &process, lldb::tid_t tid, argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp36 ThreadMinidump::ThreadMinidump(Process &process, const minidump::Thread &td, argument
/openbsd-current/usr.bin/unvis/
H A Dunvis.c77 process(FILE *fp, const char *filename) function
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp26 ThreadFreeBSDKernel::ThreadFreeBSDKernel(Process &process, lldb::tid_t tid, argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTMultiCoreTrace.h93 IntelPTMultiCoreTrace( llvm::DenseMap<lldb::cpu_id_t, std::pair<IntelPTSingleBufferTrace, ContextSwitchTrace>> &&traces_per_core, NativeProcessProtocol &process, bool using_cgroup_filtering) argument
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DHostProcessPosix.cpp26 HostProcessPosix::HostProcessPosix(lldb::process_t process) argument
41 Status HostProcessPosix::Signal(lldb::process_t process, int signo) { argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h93 ItaniumABILanguageRuntime(Process *process) argument
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp61 Process *process = exe_ctx.GetProcessPtr(); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp28 HistoryThread::HistoryThread(lldb_private::Process &process, lldb::tid_t tid, argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h143 NativeDebugDelegate(NativeProcessWindows &process) : m_process(process) {} argument

Completed in 314 milliseconds

12345678910