Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
8e54dce5680e3a5d890e9fd2533fecec0405713b
/
debuggerd
5ec4dda
Merge "Remove __DATE__/__TIME__ from init and debuggerd" am: 512b0e60b4
by Dan Willemsen
· 9 years ago
10b2e81
Remove __DATE__/__TIME__ from init and debuggerd
by Dan Willemsen
· 9 years ago
fc55881
am 2fb90dc8: Merge changes from topic \'userspace-audit\'
by Nick Kralevich
· 10 years ago
2b70e26
debuggerd: audit pid, uid and gid on SE Linux denial
by William Roberts
· 10 years ago
c899f6b
am cabf610d: am d29f10cd: Merge "Fix build break due to unknown pragma (on gcc)."
by Stephen Hines
· 10 years ago
6300328
Fix build break due to unknown pragma (on gcc).
by Stephen Hines
· 10 years ago
f9e7e4d
am f141312c: am dc91dafa: Merge "Ignore explicit infinite recursion."
by Stephen Hines
· 10 years ago
2f6b069
Ignore explicit infinite recursion.
by Stephen Hines
· 10 years ago
508cf61
am 33f02724: am 65744003: Merge "Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""""
by Yabin Cui
· 10 years ago
29d3f4d
Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing.""""
by Yabin Cui
· 10 years ago
a86943a
am 27b455bb: am 00ea49fc: Merge "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing.""""
by Yabin Cui
· 10 years ago
cc4a195
Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""
by Yabin Cui
· 10 years ago
7f28c71
am 92db97de: am ebc49654: Merge "Revert "Revert "Add BacktraceOffline for offline backtracing."""
by Yabin Cui
· 10 years ago
9f4da54
resolved conflicts for 5caca3dd to mnc-dr-dev-plus-aosp
by Tom Cherry
· 10 years ago
bcc8f31
Revert "Revert "Add BacktraceOffline for offline backtracing.""
by Yabin Cui
· 10 years ago
421a020
bundle init.rc contents with its service
by Tom Cherry
· 10 years ago
c5eb3db
bionic no longer sends SIGPIPE to debuggerd.
by Elliott Hughes
· 10 years ago
d81f0fe
Merge "Dump memory going from unreadable to readable."
by Christopher Ferris
· 10 years ago
ab9ed13
Dump memory going from unreadable to readable.
by Christopher Ferris
· 10 years ago
3ff04f9
New property that determines when to wait for gdb.
by Christopher Ferris
· 10 years ago
ff911ce
Merge "Replace all _LOG error calls with ALOGE."
by Christopher Ferris
· 10 years ago
1565a53
Fix debuggerd's gdbclient instructions.
by Elliott Hughes
· 10 years ago
8fde285
Replace all _LOG error calls with ALOGE.
by Christopher Ferris
· 10 years ago
5b6e16a
Remove calls to is_selinux_enabled()
by Nick Kralevich
· 10 years ago
db744ac
Change the 64 bit map address format.
by Christopher Ferris
· 10 years ago
f6cf45f
Change the 64 bit map address format.
by Christopher Ferris
· 10 years ago
2a61fb7
Refactor dump_memory function.
by Christopher Ferris
· 10 years ago
fa521bb
Merge "Refactor dump_memory function."
by Christopher Ferris
· 10 years ago
b1cf1de
Refactor dump_memory function.
by Christopher Ferris
· 10 years ago
92fe66e
Don't use TEMP_FAILURE_RETRY on close in system/core.
by Elliott Hughes
· 10 years ago
5461148
Don't use TEMP_FAILURE_RETRY on close in system/core.
by Elliott Hughes
· 10 years ago
bd38f86
Switch UniquePtr to std::unique_ptr.
by Christopher Ferris
· 10 years ago
bfb0f34
Switch UniquePtr to std::unique_ptr.
by Christopher Ferris
· 10 years ago
a294369
Prevent crashes if a map cannot be created.
by Christopher Ferris
· 10 years ago
45c9090
Prevent crashes if a map cannot be created.
by Christopher Ferris
· 10 years ago
fe0983a
Add offset to map data.
by Christopher Ferris
· 10 years ago
bdb6f14
Add offset to map data.
by Christopher Ferris
· 10 years ago
ac2e11b
All debuggerd log output marked fatal.
by Christopher Ferris
· 10 years ago
497b8a0
All debuggerd log output marked fatal.
by Christopher Ferris
· 10 years ago
dad402b
Add load base to map for relocation packing.
by Christopher Ferris
· 10 years ago
808f4fd
Add load base to map for relocation packing.
by Christopher Ferris
· 10 years ago
7c9bcac
Use WriteFully in debuggerd to talk to ActivityManager.
by Elliott Hughes
· 10 years ago
fc7bcd2
Use WriteFully in debuggerd to talk to ActivityManager.
by Elliott Hughes
· 10 years ago
aa05520
Fix alignment when reading note segment.
by Yabin Cui
· 10 years ago
a473fef
Print the build id of shared libraries if present.
by Christopher Ferris
· 10 years ago
166e1f8
Add backtrace support for mips64.
by Douglas Leung
· 10 years ago
eae52fb
liblog: introduce ANDROID_LOG_* flags
by Mark Salyzyn
· 10 years ago
333e282
Do not dump maps/memory/code of sibling threads.
by Christopher Ferris
· 10 years ago
12385e3
Move map data into backtrace data proper.
by Christopher Ferris
· 10 years ago
b817094
Remove the pt_regs_mips_t structure.
by Christopher Ferris
· 10 years ago
9774df6
Move 32 bit/64 bit check into debuggerd.
by Christopher Ferris
· 10 years ago
c184d56
#include <arpa/inet.h> for htonl.
by Elliott Hughes
· 10 years ago
2331b95
Make crasher smash-stack work.
by Yabin Cui
· 10 years ago
052fc0a
Print ASCII near register for all archs
by Dmitriy Ivanov
· 10 years ago
80b88cb
Move debuggerd to libc++.
by Dan Albert
· 10 years ago
d4c7a1c
am a11ac455: Merge "Fix debuggerd issues."
by Christopher Ferris
· 10 years ago
1072f91
Fix debuggerd issues.
by Christopher Ferris
· 10 years ago
845867b
am d88323b2: Merge "Add volatile to avoid clang optimization."
by Chih-Hung Hsieh
· 10 years ago
a1ff475
Add volatile to avoid clang optimization.
by Chih-Hung Hsieh
· 10 years ago
55fbad6
am c3e6eb21: Merge "Move ABI: line below header when dumping stacks." into lmp-dev
by Jeff Brown
· 11 years ago
9b12d53
Move ABI: line below header when dumping stacks.
by Jeff Brown
· 11 years ago
a639b97
Do not suppress maps dump when si_addr<PAGE_SIZE
by Dmitriy Ivanov
· 11 years ago
c326115
am 75ef453e: am 2f40ddf3: Merge "Do not suppress maps dump when si_addr<PAGE_SIZE"
by Dmitriy Ivanov
· 11 years ago
f10aa3a
Do not suppress maps dump when si_addr<PAGE_SIZE
by Dmitriy Ivanov
· 11 years ago
a9d3ed3
am 1d497f8a: am cddc97cb: Merge "debuggerd: tombstone: suppress logger request for logd process"
by Mark Salyzyn
· 11 years ago
45ae446
debuggerd: tombstone: suppress logger request for logd process
by Mark Salyzyn
· 11 years ago
2f2e79d
debuggerd: tombstone: suppress logger request for logd process
by Mark Salyzyn
· 11 years ago
166cfe6
Added default constructor for log_t.
by Brigid Smith
· 11 years ago
d753da3
am c70ebca4: am 6bc762b2: Merge "Add SELinux MAC to debuggerd."
by Nick Kralevich
· 11 years ago
69b8003
Add SELinux MAC to debuggerd.
by Stephen Smalley
· 11 years ago
8d21369
am 4a95a209: am 719fd238: Merge "Added default constructor for log_t."
by Elliott Hughes
· 11 years ago
c75a02f
Added default constructor for log_t.
by Brigid Smith
· 11 years ago
04f9b2a
debuggerd: use O_NOFOLLOW|O_CLOEXEC for tombstones
by Nick Kralevich
· 11 years ago
e9f7361
Add SIGFPE to crasher.
by Elliott Hughes
· 11 years ago
aae5d43
Add missing arm64 registers.
by Elliott Hughes
· 11 years ago
3ecc421
Add SIGFPE to crasher.
by Elliott Hughes
· 11 years ago
b40c503
Add missing arm64 registers.
by Elliott Hughes
· 11 years ago
cb7aae1
Fix arm emulator "D register out of range for selected VFP version" build failure.
by Elliott Hughes
· 11 years ago
e7f18e1
Integrate vfp-crasher with crasher.
by Elliott Hughes
· 11 years ago
7e77595
Fix LP64 tombstone.cpp build failure.
by Elliott Hughes
· 11 years ago
8606eaa
Improving maps output.
by Brigid Smith
· 11 years ago
17e85c0
debuggerd: synchronize cosmetics to internal
by Mark Salyzyn
· 11 years ago
e080be5
Merge "Fixed tid/pid mixup in debuggerd gdbclient output."
by Elliott Hughes
· 11 years ago
7558295
Fixed tid/pid mixup in debuggerd gdbclient output.
by Brigid Smith
· 11 years ago
e43290d
tombstone: log output header suppressed in crash
by Mark Salyzyn
· 11 years ago
80f5969
Print ABI in backtraces.
by Michael Wright
· 11 years ago
20c214f
Fixed pathname for connecting to debugger.
by Brigid Smith
· 11 years ago
f473200
Fixing debuggerd header output.
by Brigid Smith
· 11 years ago
2e82904
Maps output now marks the fault address location.
by Brigid Smith
· 11 years ago
e901c1b
Fix debuggerd "format '%p'" build breakage.
by Elliott Hughes
· 11 years ago
e17f267
Updated non-ARM archs to reflect logging changes.
by Brigid Smith
· 11 years ago
50eb546
Removed log.quiet and log = NULL cases from debuggerd.
by Brigid Smith
· 11 years ago
7b2078e
Changed maps output in debuggerd.
by Brigid Smith
· 11 years ago
1babede
Fixed logcat debug output issue.
by Brigid Smith
· 11 years ago
62ba489
Changing how debuggerd filters log messages to different locations.
by Brigid Smith
· 11 years ago
20df39a
Merge "Adding ABI output to debuggerd tombstones."
by Elliott Hughes
· 11 years ago
9c8dacc
Adding ABI output to debuggerd tombstones.
by Brigid Smith
· 11 years ago
3520086
Fix x86 and x86_64 builds.
by Christopher Ferris
· 11 years ago
ddde05f
Merge "[MIPS64] Build debuggerd for mips64"
by Elliott Hughes
· 11 years ago
a80b759
[MIPS64] Build debuggerd for mips64
by Duane Sand
· 11 years ago
Next »