aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/CompilerCodegen.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-02-22 16:56:58 -0800
committerDavid 'Digit' Turner <digit@google.com>2010-03-01 15:18:14 -0800
commit3312e4dcfdf789b8c618eefab8cf5af95cba9a15 (patch)
tree1fbfdbf9700ee34f38a5d60227007b993482c281 /vm/compiler/codegen/CompilerCodegen.h
parentba05d3b507d5e1de794d00e7e634862c2a7cf8c2 (diff)
Allow unpriviledged gdbserver to attach to debuggable processes.
This patch is used to allow an unprivileged gdbserver binary to perform a ptrace attach to a debuggable process. The kernel will only allow the attach to succeed under the following conditions: - gdbserver and the process are run under the exact same uids/gids - the process is dumpable The second condition requires this patch. The first one is ensured by different changes to the platform (that don't directly touch Dalvik). This is part of the work performed to allow native debugging of applications on production devices.
Diffstat (limited to 'vm/compiler/codegen/CompilerCodegen.h')
0 files changed, 0 insertions, 0 deletions