OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PTRACE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
debug.h
143
#define
PTRACE
(OBJECT, ARGS) \
/src/external/gpl3/gdb.old/dist/sim/ppc/
debug.h
143
#define
PTRACE
(OBJECT, ARGS) \
/src/external/gpl3/gdb/dist/gdb/
darwin-nat.c
44
#include <sys/
ptrace
.h>
80
Although
ptrace
(2) is available on Darwin, it is not complete. We have
92
#define
PTRACE
(CMD, PID, ADDR, SIG) \
226
/* Set errno to zero, and then call
ptrace
with the given arguments.
230
The returned value is the same as the value returned by
ptrace
,
242
ret =
ptrace
(request, pid, arg3, arg4);
246
inferior_debug (4, _("
ptrace
(%s, %d, 0x%lx, %d): %d (%s)\n"),
844
int res =
PTRACE
(PT_THUPDATE, inf->pid,
847
inferior_debug (1, _("
ptrace
THUP: res=%d\n"), res);
851
/* Note:
ptrace
is allowed only if the process is stopped
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c
43
#include <sys/
ptrace
.h>
77
Although
ptrace
(2) is available on Darwin, it is not complete. We have
89
#define
PTRACE
(CMD, PID, ADDR, SIG) \
223
/* Set errno to zero, and then call
ptrace
with the given arguments.
227
The returned value is the same as the value returned by
ptrace
,
239
ret =
ptrace
(request, pid, arg3, arg4);
243
inferior_debug (4, _("
ptrace
(%s, %d, 0x%lx, %d): %d (%s)\n"),
841
int res =
PTRACE
(PT_THUPDATE, inf->pid,
844
inferior_debug (1, _("
ptrace
THUP: res=%d\n"), res);
848
/* Note:
ptrace
is allowed only if the process is stopped
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026