Searched refs:process (Results 1 - 25 of 739) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, argument
19 : m_process(process), m_tid(tid) {}
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp15 LocalDebugDelegate::LocalDebugDelegate(ProcessWP process) argument
16 : m_process(process) {}
19 if (ProcessWindowsSP process = GetProcessPointer())
20 process->OnExitProcess(exit_code);
24 if (ProcessWindowsSP process = GetProcessPointer())
25 process->OnDebuggerConnected(image_base);
31 if (ProcessWindowsSP process = GetProcessPointer())
32 return process->OnDebugException(first_chance, record);
38 if (ProcessWindowsSP process = GetProcessPointer())
39 process
70 ProcessSP process = m_process.lock(); local
[all...]
/openbsd-current/bin/csh/
H A Dproc.h36 * Structure for each process the shell knows about:
43 struct process { struct
44 struct process *p_next; /* next in global "proclist" */
45 struct process *p_friends; /* next in job list (or self) */
71 #define PDUMPED (1<<9) /* process dumped core */
76 #define PPTIME (1<<14) /* time individual process */
91 extern struct process proclist; /* list head of all processes */
94 extern struct process *pholdjob; /* one level stack of current jobs */
96 extern struct process *pcurrjob; /* current job */
97 extern struct process *pcurren
[all...]
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DJITLoader.cpp18 void JITLoader::LoadPlugins(Process *process, JITLoaderList &list) { argument
24 JITLoaderSP instance_sp(create_callback(process, false));
30 JITLoader::JITLoader(Process *process) : m_process(process) {} argument
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { argument
22 MemoryHistorySP memory_history_sp(create_callback(process));
H A DOperatingSystem.cpp16 OperatingSystem *OperatingSystem::FindPlugin(Process *process, argument
25 create_callback(process, true));
36 create_callback(process, false));
44 OperatingSystem::OperatingSystem(Process *process) : m_process(process) {} argument
H A DSystemRuntime.cpp17 SystemRuntime *SystemRuntime::FindPlugin(Process *process) { argument
23 std::unique_ptr<SystemRuntime> instance_up(create_callback(process));
30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.h35 RenderScriptRuntimeModulePass(const lldb_private::Process *process) argument
36 : ModulePass(ID), m_process_ptr(process) {}
47 RSIRPasses(lldb_private::Process *process);
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp20 Process *process, std::unique_ptr<objc_class_t> &objc_class) const {
23 bool ret = objc_class->Read(process, m_objc_class_ptr);
31 static lldb::addr_t GetClassDataMask(Process *process) { argument
32 switch (process->GetAddressByteSize()) {
44 bool ClassDescriptorV2::objc_class_t::Read(Process *process, argument
46 size_t ptr_size = process->GetAddressByteSize();
57 process->ReadMemory(addr, objc_class_buf.GetBytes(), objc_class_size, error);
63 process->GetByteOrder(),
64 process->GetAddressByteSize());
76 m_data_ptr = data_NEVER_USE & GetClassDataMask(process);
19 Read_objc_class( Process *process, std::unique_ptr<objc_class_t> &objc_class) const argument
86 Read(Process *process, lldb::addr_t addr) argument
139 Read(Process *process, lldb::addr_t addr) argument
197 Read_class_row( Process *process, const objc_class_t &objc_class, std::unique_ptr<class_ro_t> &class_ro, std::unique_ptr<class_rw_t> &class_rw) const argument
237 Read(Process *process, lldb::addr_t addr) argument
267 Read(Process *process, lldb::addr_t addr, lldb::addr_t relative_selector_base_addr, bool is_small, bool has_direct_sel) argument
318 Read(Process *process, lldb::addr_t addr) argument
342 Read(Process *process, lldb::addr_t addr) argument
379 lldb_private::Process *process = m_runtime.GetProcess(); local
464 lldb_private::Process *process = m_runtime.GetProcess(); local
483 lldb_private::Process *process = m_runtime.GetProcess(); local
498 lldb_private::Process *process = m_runtime.GetProcess(); local
515 lldb_private::Process *process = m_runtime.GetProcess(); local
[all...]
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Doperating_system.py10 def __init__(self, process):
13 This plug-in will get created after a live process is valid and has stopped for the
15 self.process = None
18 if isinstance(process, lldb.SBProcess) and process.IsValid():
19 self.process = process
26 return self.process.target
50 # 'none' thread is just stopped because the process is stopped
80 triple = self.process
[all...]
H A Ddisasm.py41 # When we step or continue, don't return from the function until the process
57 # Launch the process. Since we specified synchronous mode, we won't return
59 process = target.LaunchSimple(None, None, os.getcwd()) variable
62 if process:
63 # Print some simple process info
64 state = process.GetState()
65 print(process)
68 thread = process.GetThreadAtIndex(0)
111 print("Terminating the inferior process...")
112 process
[all...]
H A Ddiagnose_unwind.py19 process = target.GetProcess()
21 addr_width = process.GetAddressByteSize() * 2
62 process = target.GetProcess()
63 cur_thread = process.GetSelectedThread()
80 print_stack_frame(process, initial_fp)
87 cur_fp = process.ReadPointerFromMemory(initial_fp, lldb.SBError())
88 cur_pc = process.ReadPointerFromMemory(
89 initial_fp + process.GetAddressByteSize(), lldb.SBError())
96 print_stack_frame(process, cur_fp)
108 next_pc = process
[all...]
/openbsd-current/distrib/special/sed/
H A DMakefile4 SRCS= compile.c main.c misc.c process.c
/openbsd-current/libexec/talkd/
H A DMakefile5 SRCS= talkd.c announce.c process.c table.c print.c
/openbsd-current/usr.bin/sed/
H A DMakefile4 SRCS= compile.c main.c misc.c process.c
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DHostProcessPosix.cpp26 HostProcessPosix::HostProcessPosix(lldb::process_t process) argument
27 : HostNativeProcessBase(process) {}
34 error.SetErrorString("HostProcessPosix refers to an invalid process");
41 Status HostProcessPosix::Signal(lldb::process_t process, int signo) { argument
44 if (-1 == ::kill(process, signo))
58 // Send this process the null signal. If it succeeds the process is running.
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dmember.C20 process(0,x,y);
24 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 DJITLoader.h25 /// multiple JITLoader plugins per process, while there is at most one
29 /// Find a JIT loader plugin for a given process.
32 /// applicable instances for the current process.
34 /// \param[in] process
35 /// The process for which to try and locate a JIT loader
38 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list);
40 /// Construct with a process.
41 JITLoader(Process *process);
45 /// Called after attaching a process.
48 /// process
[all...]
H A DRuntime.h17 Runtime(Process *process) : m_process(process) {} argument
25 /// Called when modules have been loaded in the process.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp37 bool lldb_private::InferiorCallMmap(Process *process, addr_t &allocated_addr, argument
41 process->GetThreadList().GetExpressionExecutionThread().get();
50 process->GetTarget().GetImages().FindFunctions(
65 options.SetTimeout(process->GetUtilityExpressionTimeout());
85 process->GetTarget().GetScratchTypeSystemForLanguage(
96 const ArchSpec arch = process->GetTarget().GetArchitecture();
98 process->GetTarget().GetPlatform()->GetMmapArgumentList(
110 ExpressionResults result = process->RunThreadPlan(
117 if (process->GetAddressByteSize() == 4) {
120 } else if (process
135 InferiorCallMunmap(Process *process, addr_t addr, addr_t length) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c44 ``all_processes'' is keyed by the process ID - which on Linux is (presently)
81 /* This function should only be called if the process got a SIGTRAP.
85 If we were single-stepping this process using PTRACE_SINGLESTEP,
89 If we continue the process using PTRACE_CONT, we will get a
117 struct process_info *process; local
119 process = (struct process_info *) malloc (sizeof (*process));
120 memset (process, 0, sizeof (*process));
122 process
207 struct process_info *process; local
224 struct process_info *process = get_thread_process (thread); local
247 struct process_info *process = get_thread_process (thread); local
267 struct process_info *process = get_thread_process (thread); local
353 struct process_info *process = (struct process_info *) entry; local
761 struct process_info *process = (struct process_info *) entry; local
784 struct process_info *process = (struct process_info *) entry; local
839 struct process_info *process = (struct process_info *) entry; local
939 struct process_info *process; local
962 struct process_info *process; local
992 struct process_info *process; local
1018 struct process_info *process = (struct process_info *) entry; local
1434 struct process_info *process; local
[all...]
/openbsd-current/sys/sys/
H A Dptrace.h44 #define PT_KILL 8 /* kill the child process */
45 #define PT_ATTACH 9 /* attach to running process */
46 #define PT_DETACH 10 /* detach from running process */
47 #define PT_IO 11 /* do I/O to/from the stopped process. */
107 void process_reparent(struct process *_child, struct process *_newparent);
108 void process_untrace(struct process *_tr);
119 int process_checkioperm(struct proc *_curp, struct process *_tr);
120 int process_domem(struct proc *_curp, struct process *_tr, struct uio *,
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp26 DynamicLoaderWasmDYLD::DynamicLoaderWasmDYLD(Process *process) argument
27 : DynamicLoader(process) {}
39 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, argument
44 (process->GetTarget().GetArchitecture().GetTriple().getArch() ==
49 return new DynamicLoaderWasmDYLD(process);
58 // Ask the process for the list of loaded WebAssembly modules.
/openbsd-current/gnu/llvm/lldb/examples/summaries/
H A Dunicode_strings.py24 string_data = value.process.ReadMemory(pointer, length, error)
37 string_data = value.process.ReadMemory(pointer, length, error)
51 string_data = value.process.ReadMemory(pointer, length, error)
/openbsd-current/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py45 process = subprocess.Popen(
49 output, error = process.communicate()
50 retcode = process.poll()

Completed in 400 milliseconds

1234567891011>>