OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptrace_getregset
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc
192
#if defined(
PTRACE_GETREGSET
) && defined(PTRACE_SETREGSET)
193
int
ptrace_getregset
=
PTRACE_GETREGSET
;
member in namespace:__sanitizer
196
int
ptrace_getregset
= -1;
member in namespace:__sanitizer
[
all
...]
sanitizer_platform_limits_posix.h
225
extern int
ptrace_getregset
;
sanitizer_common_interceptors.inc
[
all
...]
/external/strace/
process.c
[
all
...]
ChangeLog
13
* process.c (ptrace_cmds): Add
PTRACE_GETREGSET
and PTRACE_SETREGSET.
[
all
...]
Completed in 601 milliseconds