summaryrefslogtreecommitdiffstats
path: root/debuggerd
Commit message (Expand)AuthorAgeFilesLines
* Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace.Chih-Hung Hsieh2016-05-182-2/+2
* 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
* debuggerd: set the name of the signal sender.Josh Gao2016-03-291-0/+28
* 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
|\
| * Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-101-1/+2
* | debuggerd: make sure that we kill the process after dumping.Josh Gao2016-03-091-61/+85
|/
* Merge "Clean up CLOEXEC in debuggerd."Elliott Hughes2016-02-231-9/+6
|\
| * Clean up CLOEXEC in debuggerd.Elliott Hughes2016-02-191-9/+6
* | Merge "Remove dead code from debuggerd."Elliott Hughes2016-02-191-7/+0
|\|
| * Merge "Remove dead code from debuggerd."Elliott Hughes2016-02-191-7/+0
| |\
| | * Remove dead code from debuggerd.Elliott Hughes2016-02-191-7/+0
* | | Merge "system/core: Cleanup direct calls to opendir by containing in a std::u...James Hawkins2016-02-191-4/+3
|\| |
| * | system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-4/+3
| |/
* | Merge commit '4352ee87fd74b931d4b58192fb8974e91aa899d0' into HEADBill Yi2016-02-171-4/+4
|\ \ | |/ |/|
| * Merge "debuggerd: fix debug.debuggerd.wait_for_gdb."Josh Gao2016-01-151-21/+100
| |\
| * \ Merge "debuggerd: fix several bugs caused by fork/setuid change."Josh Gao2016-01-157-275/+251
| |\ \
| * \ \ Merge "debuggerd_test: provide stub selinux/android.h"Colin Cross2016-01-081-0/+17
| |\ \ \
| * \ \ \ Merge "Turn off -Wdate-time for crasher"Dan Willemsen2016-01-061-1/+1
| |\ \ \ \
| * \ \ \ \ Merge "debuggerd: fork and drop privileges when dumping."Josh Gao2016-01-063-89/+116
| |\ \ \ \ \
| * \ \ \ \ \ Merge "Switch from using sockaddr to sockaddr_storage." am: 46b0b1c694Erik Kline2015-12-081-3/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge "Track rename of base/ to android-base/." am: 912ed3d8caElliott Hughes2015-12-076-7/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge "debuggerd: remove some levels of indentation." am: cdff80c446Josh Gao2015-11-181-136/+123
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge "debuggerd: add .clang-format." am: c5a85f71abJosh Gao2015-11-171-0/+15
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge "Enable hidepid=2 on /proc" am: 2d8f1d4c47Nick Kralevich2015-11-092-0/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Fix incorrect check of descsz value. am: d917514bd6 am: 69406d904aChristopher Ferris2015-10-291-4/+4
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix incorrect check of descsz value.Christopher Ferris2015-10-221-4/+4
* | | | | | | | | | | | | Newer kernels added SEGV_BNDERR.Christopher Ferris2016-02-041-0/+7
* | | | | | | | | | | | | Start debuggerd as soon as logd is up.Elliott Hughes2016-02-022-2/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | debuggerd: fix debug.debuggerd.wait_for_gdb.Josh Gao2016-01-151-21/+100
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | debuggerd: fix several bugs caused by fork/setuid change.Josh Gao2016-01-147-275/+251
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge "debuggerd_test: provide stub selinux/android.h"Colin Cross2016-01-081-0/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | debuggerd_test: provide stub selinux/android.hColin Cross2015-12-211-0/+17
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge "Turn off -Wdate-time for crasher"Dan Willemsen2016-01-061-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Turn off -Wdate-time for crasherDan Willemsen2015-11-021-1/+1
* | | | | | | | | debuggerd: fork and drop privileges when dumping.Josh Gao2016-01-053-89/+116
| |/ / / / / / / |/| | | | | | |