summaryrefslogtreecommitdiff
path: root/debuggerd/handler/debuggerd_fallback.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for SetProcessMemory removal.Christopher Ferris2022-04-191-3/+2
* Dump threads in tombstone fallback path.Christopher Ferris2022-02-161-44/+17
* debuggerd: unify licenses.Elliott Hughes2021-06-181-23/+11
* Avoid thread cache in unwinder.Christopher Ferris2021-06-141-0/+6
* Reland protobuf tombstones.Josh Gao2021-01-261-9/+10
* Revert "libdebuggerd: add protobuf implementation."Jerome Gaillard2021-01-261-10/+9
* libdebuggerd: add protobuf implementation.Josh Gao2021-01-211-9/+10
* Merge "Improve error message in debuggerd fallback handler."Treehugger Robot2020-10-011-0/+2
|\
| * Improve error message in debuggerd fallback handler.Josh Gao2020-09-251-0/+2
* | Add arch member into Unwinder object.Christopher Ferris2020-09-241-7/+3
|/
* debuggerd: switch to using platform headers for DEBUGGER_SIGNAL.Josh Gao2019-12-171-2/+3
* Revert "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-051-3/+4
* Check for data races when reading JIT/DEX entries.David Srbecky2019-03-291-4/+3
* Replace libbacktrace with libunwindstack directly.Christopher Ferris2019-01-291-6/+13
* debuggerd_fallback: fix fd leak.Josh Gao2018-10-301-2/+3
* Fix multithreaded backtraces for seccomp processes.Josh Gao2018-09-121-3/+4
* debuggerd: fix CrasherTest.seccomp_crash_oom.Josh Gao2018-05-161-1/+10
* debuggerd_fallback: don't recursively abort.Josh Gao2018-02-221-6/+10
* debuggerd_fallback: fix race.Josh Gao2018-02-091-16/+89
* crash_dump: fork a copy of the target's address space.Josh Gao2017-12-151-38/+58
* libdebuggerd: cleanup.Josh Gao2017-08-291-2/+2
* tombstoned: allow intercepts for java traces.Narayan Kamath2017-05-311-2/+3
* tombstoned: Add a shared library version of libtombstoned_client...Narayan Kamath2017-05-221-2/+2
* Move libc_logging to libasync_safe.Christopher Ferris2017-05-021-8/+9
* debuggerd_handler: implement missing fallback functionality.Josh Gao2017-03-091-13/+196
* libdebuggerd_handler: in-process crash dumping for seccomped processes.Josh Gao2017-02-151-0/+48