Home
last modified time | relevance | path

Searched refs:_remote (Results 1 – 9 of 9) sorted by relevance

/third_party/libunwind/libunwind/doc/
Dunw_init_remote.tex8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw…
15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var…
19 The \Func{unw\_init\_remote}() routine initializes the unwind cursor
35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
43 On successful completion, \Func{unw\_init\_remote}() returns 0.
49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space
56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a
60 \Func{unw\_init\_remote}()).
62 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_remote}()
Dunw_init_local.tex33 For all other cases, \Func{unw\_init\_remote}() must be used instead.
37 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}()
70 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_init\_remote(3)}
Dunw_get_proc_info_by_ip.tex37 argument of the same name for \Func{unw\_init\_remote}(). When
81 \SeeAlso{unw\_init\_remote(3)}
Dlibunwind.tex20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void…
188 to \Func{unw\_init\_remote}(). This routine is very similar to
196 Once a cursor has been initialized with \Func{unw\_init\_remote}(),
337 \SeeAlso{unw\_init\_remote(3)},
Dlibunwind-ptrace.tex77 \Func{unw\_init\_remote}().
Dunw_create_addr_space.tex47 \Func{unw\_init\_remote}(3) was called.
254 \SeeAlso{unw\_init\_remote(3)},
Dlibunwind-dynamic.tex118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
/third_party/python/Lib/
Dwebbrowser.py434 def _remote(self, action): member in Grail
445 ok = self._remote("LOADNEW " + url)
447 ok = self._remote("LOAD " + url)
/third_party/python/Lib/test/
D_test_multiprocessing.py3489 def _remote(cls, conn): member in _TestPicklingConnections
3513 rp = self.Process(target=self._remote, args=(rconn0,))