summaryrefslogtreecommitdiffstats
path: root/debuggerd
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." ...Chih-Hung Hsieh2016-05-192-2/+2
|\
| * Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace.Chih-Hung Hsieh2016-05-182-2/+2
* | Merge "Add a fortify test to crasher." am: e674d32d2dElliott Hughes2016-05-112-6/+12
|\|
| * Add a fortify test to crasher.Elliott Hughes2016-05-102-6/+12
| * Set groups before dropping privileges.Christopher Ferris2016-05-051-2/+10
| * Fix null pointer dereference.Christopher Ferris2016-05-051-3/+3
| * Fix problem with wait_for_gdb.Christopher Ferris2016-05-059-53/+115
| * Connect to activity manager as root.Christopher Ferris2016-04-203-45/+54
* | Merge "Set groups before dropping privileges." into nyc-devChristopher Ferris2016-05-051-2/+10
|\ \
| * \ Merge "Set groups before dropping privileges." into nyc-devChristopher Ferris2016-05-051-2/+10
| |\ \
| | * | Set groups before dropping privileges.Christopher Ferris2016-05-051-2/+10
* | | | Merge "Fix null pointer dereference." into nyc-devChristopher Ferris2016-05-051-3/+3
|\| | |
| * | | Merge "Fix null pointer dereference." into nyc-devChristopher Ferris2016-05-051-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Fix null pointer dereference.Christopher Ferris2016-05-051-3/+3
* | | | Merge "Fix problem with wait_for_gdb." into nyc-devChristopher Ferris2016-05-059-53/+115
|\| | |
| * | | Fix problem with wait_for_gdb.Christopher Ferris2016-05-049-53/+115
| |/ /
* | | Connect to activity manager as root.Christopher Ferris2016-04-203-45/+54
|\| |
| * | Connect to activity manager as root.Christopher Ferris2016-04-203-45/+55
| * | debuggerd: set the name of the signal sender.Josh Gao2016-03-301-0/+28
* | | Merge "debuggerd: set the name of the signal sender." am: 3d0a87bJosh Gao2016-03-301-0/+28
|\ \ \ | | |/ | |/|
| * | debuggerd: set the name of the signal sender.Josh Gao2016-03-291-0/+28
* | | debuggerd: add SIGSYS to the list of handled signals.Josh Gao2016-03-261-0/+1
|\ \ \ | |/ / |/| / | |/
| * debuggerd: add SIGSYS to the list of handled signals.Josh Gao2016-03-251-0/+1
| * debuggerd: waitpid for all children, and log the result.Josh Gao2016-03-231-1/+12
| * debuggerd: always send SIGCONT after detaching.Josh Gao2016-03-231-12/+11
| * debuggerd: don't apply timeout when wait_for_gdb is on.Josh Gao2016-03-171-3/+7
| * debuggerd: don't send SIGSTOP to crashing processes.Josh Gao2016-03-171-5/+0
| * debuggerd: fix stupid typo.Josh Gao2016-03-171-1/+1
| * debuggerd: monitor the worker process for failure.Josh Gao2016-03-171-45/+111
| * debuggerd: fork the signal sender once.Josh Gao2016-03-174-91/+197
| * Clean up CLOEXEC in debuggerd.Elliott Hughes2016-03-171-9/+6
| * Remove dead code from debuggerd.Elliott Hughes2016-03-171-7/+0
| * debuggerd: kill crashing processes with the signal they died with.Josh Gao2016-03-161-5/+6
| * Merge "debuggerd: make sure that we kill the process after dumping." into nyc...Josh Gao2016-03-101-61/+85
| |\
| | * debuggerd: make sure that we kill the process after dumping.Josh Gao2016-03-091-61/+85
| * | Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-101-1/+2
| |/
| * Merge "Newer kernels added SEGV_BNDERR."Christopher Ferris2016-02-051-0/+7
| |\
| * \ Merge "Start debuggerd as soon as logd is up."Elliott Hughes2016-02-022-2/+0
| |\ \
* | \ \ Merge "debuggerd: waitpid for all children, and log the result."Josh Gao2016-03-231-1/+12
|\ \ \ \
| * | | | debuggerd: waitpid for all children, and log the result.Josh Gao2016-03-231-1/+12
* | | | | Merge "debuggerd: always send SIGCONT after detaching."Josh Gao2016-03-231-12/+11
|\| | | |
| * | | | debuggerd: always send SIGCONT after detaching.Josh Gao2016-03-231-12/+11
* | | | | Switch debuggerd over to unique_fd.Elliott Hughes2016-03-221-2/+2
|/ / / /
* | | | debuggerd: don't apply timeout when wait_for_gdb is on.Josh Gao2016-03-171-3/+7
* | | | debuggerd: don't send SIGSTOP to crashing processes.Josh Gao2016-03-171-5/+0
* | | | debuggerd: fix stupid typo.Josh Gao2016-03-171-1/+1
* | | | debuggerd: monitor the worker process for failure.Josh Gao2016-03-171-45/+111
* | | | debuggerd: fork the signal sender once.Josh Gao2016-03-174-91/+197
* | | | debuggerd: kill crashing processes with the signal they died with.Josh Gao2016-03-161-5/+6
* | | | Merge "Add error reporting mechanism for failing Unwind."Christopher Ferris2016-03-101-1/+2
|\ \ \ \