summaryrefslogtreecommitdiff
path: root/debuggerd/debuggerd_test.cpp
AgeCommit message (Expand)Author
2021-06-29[MTE] Add a HWASan-style tag dump to tombstones.Mitch Phillips
2021-06-03[MTE] Print cause and alloc/dealloc traces to logcat.Mitch Phillips
2021-05-14Merge "Run MTE tests on zero-sized allocations."Peter Collingbourne
2021-05-13Run MTE tests on zero-sized allocations.Peter Collingbourne
2021-05-13Merge "Test that out-of-bounds UAF is not detected with MTE."Peter Collingbourne
2021-05-12Test that out-of-bounds UAF is not detected with MTE.Peter Collingbourne
2021-05-03Re-add backtrace note about unreadable elf.Christopher Ferris
2021-04-16Allow another prctl call.Christopher Ferris
2021-03-19Merge "Support MTE and GWP-ASan features in proto tombstones."Peter Collingbourne
2021-03-19Merge "[GWP-ASan] Add debuggerd end-to-end tests and remove unique wording."Peter Collingbourne
2021-03-17debuggerd: prepare to abandon ship^Wgdb.Elliott Hughes
2021-03-16Support MTE and GWP-ASan features in proto tombstones.Peter Collingbourne
2021-03-11[GWP-ASan] Add debuggerd end-to-end tests and remove unique wording.Mitch Phillips
2021-03-11Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error...Peter Collingbourne
2021-03-06Merge "Untag addresses in registers before looking up the mapping."Treehugger Robot
2021-02-18Don't hard-code number of tombstones.Christopher Ferris
2021-02-12Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info().Peter Collingbourne
2021-02-05Untag addresses in registers before looking up the mapping.Peter Collingbourne
2021-02-02Fix CrasherTest.smoke in debuggerd_test.Peter Collingbourne
2021-01-26Reland protobuf tombstones.Josh Gao
2021-01-26Revert "tombstoned: make it easier to add more types of outputs."Jerome Gaillard
2021-01-26Revert "tombstoned: support for protobuf fds."Jerome Gaillard
2021-01-25Merge changes from topic "tombstone_proto"Josh Gao
2021-01-15Move debuggerd_test over to mallopt().Elliott Hughes
2021-01-13tombstoned: support for protobuf fds.Josh Gao
2021-01-13tombstoned: make it easier to add more types of outputs.Josh Gao
2021-01-11Remove ANDROID_EXPERIMENTAL_MTE.Peter Collingbourne
2020-11-18Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API.Peter Collingbourne
2020-11-02Fix the expected tagged_addr_ctrl in a test.Peter Collingbourne
2020-09-15Dump the per-thread TAGGED_ADDR_CTRL value if available.Peter Collingbourne
2020-07-21Include memory tags in memory dump output.Peter Collingbourne
2020-07-17Fix dumping of heap memory.Peter Collingbourne
2020-05-08Add stack trace coverage to MTE tests.Peter Collingbourne
2020-04-27Add support for MTE error reports in tombstones.Peter Collingbourne
2020-03-27Read fault address on arm64 using proposed kernel API.Peter Collingbourne
2019-12-17debuggerd: switch to using platform headers for DEBUGGER_SIGNAL.Josh Gao
2019-10-10[debuggerd] fix -Wreorder-init-listNick Desaulniers
2019-09-20Increase timeouts.Christopher Ferris
2019-09-18Add TEMP_FAILURE_RETRY where appropriate.Christopher Ferris
2019-09-17Allow getrlimit/ugetrlimit syscalls in tests.Christopher Ferris
2019-07-17Add cause message when stack overflow is detected.Christopher Ferris
2019-06-26Increase timeout to avoid flaky tests.Christopher Ferris
2019-02-13debuggerd: switch to base::{Send,Receive}FileDescriptors.Josh Gao
2018-09-14tombstoned: don't generate tombstones for native backtraces.Josh Gao
2018-09-12Fix multithreaded backtraces for seccomp processes.Josh Gao
2018-08-27debuggerd_test: add test for fdsan abort message.Josh Gao
2018-05-14Expect optional (offset ...) in frame dump.Chih-Hung Hsieh
2018-05-02Fix a debuggerd test expectation.Elliott Hughes
2018-04-13debuggerd: remove maximum abort message length.Josh Gao
2018-02-22debuggerd_fallback: don't recursively abort.Josh Gao