summaryrefslogtreecommitdiffstats
path: root/debuggerd
Commit message (Expand)AuthorAgeFilesLines
* Clean up CLOEXEC in debuggerd.Elliott Hughes2016-02-191-9/+6
* Merge "Remove dead code from debuggerd."Elliott Hughes2016-02-191-7/+0
|\
| * Remove dead code from debuggerd.Elliott Hughes2016-02-191-7/+0
* | system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-4/+3
|/
* 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
| |/ |/|
* | Merge "Switch from using sockaddr to sockaddr_storage."Erik Kline2015-12-081-3/+4
|\ \
| * | Switch from using sockaddr to sockaddr_storage.Erik Kline2015-12-071-3/+4
* | | Track rename of base/ to android-base/.Elliott Hughes2015-12-046-7/+7
|/ /
* | debuggerd: remove some levels of indentation.Josh Gao2015-11-171-136/+123
* | debuggerd: add .clang-format.Josh Gao2015-11-161-0/+15
* | Enable hidepid=2 on /procNick Kralevich2015-11-092-0/+2
* | Merge "Remove __DATE__/__TIME__ from init and debuggerd"Dan Willemsen2015-10-221-1/+1
|\|
| * Remove __DATE__/__TIME__ from init and debuggerdDan Willemsen2015-10-221-1/+1
* | am 2fb90dc8: Merge changes from topic \'userspace-audit\'Nick Kralevich2015-10-101-8/+23
|\|
| * debuggerd: audit pid, uid and gid on SE Linux denialWilliam Roberts2015-10-061-8/+23
* | am cabf610d: am d29f10cd: Merge "Fix build break due to unknown pragma (on gc...Stephen Hines2015-10-011-0/+4
|\|
| * Fix build break due to unknown pragma (on gcc).Stephen Hines2015-09-301-0/+4
* | am f141312c: am dc91dafa: Merge "Ignore explicit infinite recursion."Stephen Hines2015-10-011-0/+5
|\|
| * Ignore explicit infinite recursion.Stephen Hines2015-09-291-0/+5
* | am 33f02724: am 65744003: Merge "Revert "Revert "Revert "Revert "Add Backtrac...Yabin Cui2015-09-221-0/+1
|\|
| * Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing....Yabin Cui2015-09-221-0/+1
* | am 27b455bb: am 00ea49fc: Merge "Revert "Revert "Revert "Add BacktraceOffline...Yabin Cui2015-09-221-1/+0
|\|
| * Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""Yabin Cui2015-09-221-1/+0
* | am 92db97de: am ebc49654: Merge "Revert "Revert "Add BacktraceOffline for off...Yabin Cui2015-09-211-0/+1
|\|
| * Revert "Revert "Add BacktraceOffline for offline backtracing.""Yabin Cui2015-09-211-0/+1
* | resolved conflicts for 5caca3dd to mnc-dr-dev-plus-aospTom Cherry2015-09-212-0/+2
|\ \ | |/ |/|
| * Change the 64 bit map address format.Christopher Ferris2015-06-0313-38/+974
| * Refactor dump_memory function.Christopher Ferris2015-05-2815-248/+1000
| * Don't use TEMP_FAILURE_RETRY on close in system/core.Elliott Hughes2015-05-271-5/+5
| * Switch UniquePtr to std::unique_ptr.Christopher Ferris2015-05-152-9/+9
| * Prevent crashes if a map cannot be created.Christopher Ferris2015-05-152-1/+13
| * Add offset to map data.Christopher Ferris2015-05-061-1/+2
| * All debuggerd log output marked fatal.Christopher Ferris2015-05-052-2/+2
| * Add load base to map for relocation packing.Christopher Ferris2015-05-011-0/+3
| * Use WriteFully in debuggerd to talk to ActivityManager.Elliott Hughes2015-04-271-16/+3
* | bundle init.rc contents with its serviceTom Cherry2015-08-213-0/+7
* | bionic no longer sends SIGPIPE to debuggerd.Elliott Hughes2015-07-304-10/+1
* | Merge "Dump memory going from unreadable to readable."Christopher Ferris2015-07-093-11/+270
|\ \
| * | Dump memory going from unreadable to readable.Christopher Ferris2015-07-093-11/+270
* | | New property that determines when to wait for gdb.Christopher Ferris2015-07-081-4/+1
|/ /
* | Merge "Replace all _LOG error calls with ALOGE."Christopher Ferris2015-07-0814-55/+100
|\ \
| * | Replace all _LOG error calls with ALOGE.Christopher Ferris2015-07-0114-55/+100