| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
Change-Id: I2be62bce462ee53fe9519f433523bd7a44a73d40
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
GDB looks for specific opcode sequences when trying to recognize a stack
frame as a signal trampoline. The sequences it looks for happen to be those
created when SA_RESTORER is set, since glibc always sets a restorer. This
patch does the same here, so that the trampolines can be correctly identified.
Change-Id: I0ac574a68818cb24d939c3527f3aaeb04b853d04
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Any of the setuid functions now updates /acct/uid/ with its own tid
before changing users. This is so we can properly account for cpu time
per uid.
Change-Id: I34186cf4d5228cac8439e582a9e26c01ef3011e4
Signed-off-by: Mike Chan <mike@android.com>
|
| | | |
|
| | |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
| |/
|
|
|
|
|
| |
Only provide an implementation for ARM at the moment, since
it requires specific assembly fragments (the standard syscall
stubs cannot be used because the child returns in a different
stack).
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|