Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
ba651c6b69b6dbe46cbdd602905ac30b0a912b15
/
debuggerd
6bc6bab
debuggerd: add Bliss version to tombstones
by Scott Mertz
· 9 years ago
a849029
Remove use of static libdexfile to avoid linking in ART internal code.
by Martin Stjernholm
· 5 years ago
221ec27
debuggerd: add an opt-out for OEMs that would rather collect core dumps.
by Elliott Hughes
· 5 years ago
c2d19da
[GWP-ASan] Add GWP-ASan information to tombstones.
by Mitch Phillips
· 5 years ago
7ef789f
build crash_dump.policy files using Android.bp
by Ray Essick
· 5 years ago
f33486d
Merge "debuggerd: remove the raw stack dump."
by Elliott Hughes
· 5 years ago
e597b2b
debuggerd: remove the raw stack dump.
by Elliott Hughes
· 5 years ago
35eb3f0
debuggerd_handler: increase thread stack size.
by Josh Gao
· 5 years ago
47ba50b
remove deprecated bp 'subdirs'
by Steven Moreland
· 5 years ago
b5f357a
debuggerd: switch to using platform headers for DEBUGGER_SIGNAL.
by Josh Gao
· 5 years ago
37ae3fe
Merge "Add variadic logging to libdebuggerd internal."
by Treehugger Robot
· 5 years ago
c57d668
Add variadic logging to libdebuggerd internal.
by Mitch Phillips
· 5 years ago
4cb45e2
Merge "Include PSTATE in tombstones on arm64."
by Treehugger Robot
· 5 years ago
ee43148
Include PSTATE in tombstones on arm64.
by Peter Collingbourne
· 5 years ago
430ff55
Remove old logger_entry_v* formats
by Tom Cherry
· 5 years ago
2819809
Merge "debuggerd_client_test: massively increase timeouts."
by Treehugger Robot
· 5 years ago
9042b1b
debuggerd_client_test: massively increase timeouts.
by Josh Gao
· 5 years ago
29352c8
[debuggerd] fix -Wreorder-init-list
by Nick Desaulniers
· 5 years ago
c0baac2
debuggerd: increase the default limit on tombstones to 32.
by Elliott Hughes
· 6 years ago
4da7315
Increase timeouts.
by Christopher Ferris
· 6 years ago
12f6c0e
Add TEMP_FAILURE_RETRY where appropriate.
by Christopher Ferris
· 6 years ago
827de48
Allow getrlimit/ugetrlimit syscalls in tests.
by Christopher Ferris
· 6 years ago
49a5b05
Mark some tests as requiring root.
by Josh Gao
· 6 years ago
8fa8ce4
tombstoned: start immediately after /data is mounted.
by Josh Gao
· 6 years ago
daed2d7
Merge "Add wchan data to ANR dump"
by Treehugger Robot
· 6 years ago
a9083b8
Add wchan data to ANR dump
by Kalesh Singh
· 6 years ago
95142c3
Add cause message when stack overflow is detected.
by Christopher Ferris
· 6 years ago
612d145
Increase timeout to avoid flaky tests.
by Christopher Ferris
· 6 years ago
aa6f515
crash_dump: populate uid field.
by Josh Gao
· 6 years ago
8dcaaf7
Add UID printing to tombstone headers
by Misha Wagner
· 6 years ago
b914f04
Add indicator that an elf is memory backed.
by Christopher Ferris
· 6 years ago
972b434
Merge "debuggerd: call setsid in our children."
by Treehugger Robot
· 6 years ago
9f46297
debuggerd: call setsid in our children.
by Josh Gao
· 6 years ago
7ed4a35
Merge "crasher: add execute-only memory ("xom")."
by Treehugger Robot
· 6 years ago
c8390b8
crasher: add execute-only memory ("xom").
by Elliott Hughes
· 6 years ago
066dcf1
Remove include of backtrace/Backtrace.h.
by Christopher Ferris
· 6 years ago
e4f199c
Revert "Check for data races when reading JIT/DEX entries."
by David Srbecky
· 6 years ago
ce66c0e
Check for data races when reading JIT/DEX entries.
by David Srbecky
· 7 years ago
df6db13
Add BuildId to frame information.
by Christopher Ferris
· 6 years ago
500752a
debuggerd_handler: demote abort on exec failure to log.
by Josh Gao
· 6 years ago
0aa0512
Fix copy / move behaviour of Maps object.
by Florian Mayer
· 6 years ago
6d38a76
Fix libdexfile dependencies to avoid direct dependency on libdexfile_external.
by Martin Stjernholm
· 6 years ago
91b203a
Merge changes from topic "base_cmsg"
by Josh Gao
· 6 years ago
5553a96
debuggerd: switch to base::{Send,Receive}FileDescriptors.
by Josh Gao
· 6 years ago
ebf402f
Use new static target for libdexfile_support.
by Martin Stjernholm
· 6 years ago
ea4f538
Replace libbacktrace with libunwindstack directly.
by Christopher Ferris
· 6 years ago
702bcb2
debuggerd: Fix return type in error case
by Greg Kaiser
· 6 years ago
c733b70
debuggerd_client: resolve tid to tgid when dumping Java stacks.
by Josh Gao
· 6 years ago
f0dc47b
Revert^2 "Use libdexfile external API in libunwindstack."
by Martin Stjernholm
· 6 years ago
35dee3f
Revert "Use libdexfile external API in libunwindstack."
by Martin Stjernholm
· 6 years ago
9dbcba7
Merge "libdebuggerd: add timestamp to tombstones."
by Josh Gao
· 6 years ago
4b2162a
libdebuggerd: add timestamp to tombstones.
by Josh Gao
· 6 years ago
992b9d4
Use libdexfile external API in libunwindstack.
by Martin Stjernholm
· 6 years ago
49f5599
C++17 is the default now.
by Elliott Hughes
· 6 years ago
e834e03
Merge "tombstoned: fixed tombstones failed issue"
by Elliott Hughes
· 6 years ago
b8bdae9
tombstoned: fixed tombstones failed issue
by Jinguang Dong
· 6 years ago
b1bba37
Tombstone support for XOM-related SIGSEGVs.
by Ivan Lozano
· 6 years ago
d090128
switch to using android-base/file.h instead of android-base/test_utils.h
by Mark Salyzyn
· 6 years ago
3ef830a
Merge "debuggerd_fallback: fix fd leak."
by Treehugger Robot
· 6 years ago
66e5e98
debuggerd_fallback: fix fd leak.
by Josh Gao
· 6 years ago
3b259de
Update for v4.19 kernel headers.
by Christopher Ferris
· 6 years ago
7e2ede1
Fix two clang-tidy issues in crasher.cpp.
by Stephen Hines
· 7 years ago
41963d0
Merge "crash_dump: annotate intended fallthrough."
by Treehugger Robot
· 7 years ago
90b04ce
crash_dump: annotate intended fallthrough.
by Josh Gao
· 7 years ago
d95c279
tombstoned: don't generate tombstones for native backtraces.
by Josh Gao
· 7 years ago
e5189d8
Fix multithreaded backtraces for seccomp processes.
by Josh Gao
· 7 years ago
321d089
debuggerd_client: improve error logging.
by Josh Gao
· 7 years ago
4707832
libdebuggerd: decode fdsan owner tags.
by Josh Gao
· 7 years ago
0e1e5a6
debuggerd_test: add test for fdsan abort message.
by Josh Gao
· 7 years ago
ed5cd59
debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL).
by Josh Gao
· 7 years ago
7eb53b1
debuggerd: delete accidentally merged log spam.
by Josh Gao
· 7 years ago
b3b96db
libdebuggerd: extract and print the fdsan table.
by Josh Gao
· 7 years ago
c9fe5af
crash_dump: pass the address of the fdsan table.
by Josh Gao
· 7 years ago
fe558a6
crasher: add close(fileno(FILE*)) and close(dirfd(DIR*)).
by Josh Gao
· 7 years ago
39d0afe
debuggerd_handler: use syscall(__NR_close) instead of close.
by Josh Gao
· 7 years ago
2bdc87e
Clean up logging code.
by Christopher Ferris
· 7 years ago
94bc051
Add support for new defines in v4.17.3 headers.
by Christopher Ferris
· 7 years ago
29ad107
Merge "debuggerd: add support for Java traces."
by Treehugger Robot
· 7 years ago
1c4e987
debuggerd: add support for Java traces.
by Josh Gao
· 7 years ago
a6226c4
Shared libs are supported in recovery mode
by Jiyong Park
· 7 years ago
bcda585
Improve SIGILL support.
by Elliott Hughes
· 7 years ago
32b8fda
Build adbd for recovery
by Jiyong Park
· 7 years ago
c12f72c
Merge "debuggerd: fix CrasherTest.seccomp_crash_oom."
by Treehugger Robot
· 7 years ago
fde0883
debuggerd: fix CrasherTest.seccomp_crash_oom.
by Josh Gao
· 7 years ago
de27064
Expect optional (offset ...) in frame dump.
by Chih-Hung Hsieh
· 7 years ago
24e4632
Merge "Remove unnecessary references to libunwind."
by Christopher Ferris
· 7 years ago
2518a99
Remove unnecessary references to libunwind.
by Christopher Ferris
· 7 years ago
acde727
tombstoned: make missing O_TMPFILE workaround actually work around.
by Josh Gao
· 7 years ago
f83261b
tombstoned: don't bail out if we fail to unlink a file that isn't there.
by Josh Gao
· 7 years ago
7332328
Merge "tombstoned: don't create tombstones for failed dumps."
by android-build-prod (mdb)
· 7 years ago
b6359fe
Fix a debuggerd test expectation.
by Elliott Hughes
· 7 years ago
801319a
Merge "Add test_suites lines."
by Elliott Hughes
· 7 years ago
8ee4114
Merge "crash_dump: defuse our signal handlers earlier."
by android-build-prod (mdb)
· 7 years ago
e6d1c8d
Add test_suites lines.
by Elliott Hughes
· 7 years ago
3b329d9
crash_dump: defuse our signal handlers earlier.
by Josh Gao
· 7 years ago
3c70520
Show signal sender for SI_FROMUSER signals.
by Elliott Hughes
· 7 years ago
8ecaac4
libdebuggerd: fix out of bounds write.
by Josh Gao
· 7 years ago
854db1c
libdebuggerd: clone registers before we Unwind with them.
by Josh Gao
· 7 years ago
666ec64
tombstoned: don't create tombstones for failed dumps.
by Josh Gao
· 7 years ago
2ac351b
debuggerd: remove maximum abort message length.
by Josh Gao
· 7 years ago
Next »