Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
21c25e39a0ceb843c66dc8ac969f6ba6329fb89c
/
debuggerd
35b5266
debuggerd: remove unnecessary arguments.
by Josh Gao
· 9 years ago
c60e7d2
debuggerd: remove useless timeout from wait_for_signal.
by Josh Gao
· 9 years ago
4cbf96c
Define TARGET_IS_64_BIT when building libdebuggerd_client for android64.
by Robert Sesek
· 9 years ago
5db7bc5
Fix google-explicit-constructor warnings in system/core.
by Chih-Hung Hsieh
· 9 years ago
4c77706
Disable warnings triggered in Clang r271374
by Pirama Arumuga Nainar
· 9 years ago
1ccc94f
Rename Android.soong.mk to Android.mk
by Colin Cross
· 9 years ago
63bfebd
Merge changes from topic 'debuggerd_client'
by Treehugger Robot
· 9 years ago
1e99e9a
debuggerd: add libdebuggerd_client.
by Josh Gao
· 9 years ago
c1813b3
Fix race condition updating local map data.
by Christopher Ferris
· 9 years ago
5b0aa12
Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace.
by Chih-Hung Hsieh
· 9 years ago
9b6ce74
Add a fortify test to crasher.
by Elliott Hughes
· 9 years ago
b10561a
Set groups before dropping privileges.
by Christopher Ferris
· 9 years ago
6bf388b
Fix null pointer dereference.
by Christopher Ferris
· 9 years ago
0d97021
Fix problem with wait_for_gdb.
by Christopher Ferris
· 9 years ago
04f2f5b
Connect to activity manager as root.
by Christopher Ferris
· 9 years ago
16274ea
debuggerd: set the name of the signal sender.
by Josh Gao
· 9 years ago
a7dc8df
Merge "debuggerd: waitpid for all children, and log the result."
by Josh Gao
· 9 years ago
cf74e70
Merge "debuggerd: always send SIGCONT after detaching."
by Josh Gao
· 9 years ago
63e33c9
debuggerd: waitpid for all children, and log the result.
by Josh Gao
· 9 years ago
61b206c
debuggerd: always send SIGCONT after detaching.
by Josh Gao
· 9 years ago
6a3fc8a
Switch debuggerd over to unique_fd.
by Elliott Hughes
· 9 years ago
caf3bd5
debuggerd: don't apply timeout when wait_for_gdb is on.
by Josh Gao
· 9 years ago
b879209
debuggerd: don't send SIGSTOP to crashing processes.
by Josh Gao
· 9 years ago
243b912
debuggerd: fix stupid typo.
by Josh Gao
· 9 years ago
4b691a4
debuggerd: monitor the worker process for failure.
by Josh Gao
· 9 years ago
ea86381
debuggerd: fork the signal sender once.
by Josh Gao
· 9 years ago
48fc2fb
debuggerd: kill crashing processes with the signal they died with.
by Josh Gao
· 9 years ago
0ca75ee
Merge "Add error reporting mechanism for failing Unwind."
by Christopher Ferris
· 9 years ago
f7d40cb
Add error reporting mechanism for failing Unwind.
by Christopher Ferris
· 9 years ago
3ff5021
debuggerd: make sure that we kill the process after dumping.
by Josh Gao
· 9 years ago
253ce3f
Merge "Clean up CLOEXEC in debuggerd." am: f405d245eb
by Elliott Hughes
· 9 years ago
123f160
Clean up CLOEXEC in debuggerd.
by Elliott Hughes
· 9 years ago
bc7535e
Merge "Remove dead code from debuggerd." am: fbaefc4d9d
by Elliott Hughes
· 9 years ago
5cc580b
Merge "Remove dead code from debuggerd."
by Elliott Hughes
· 9 years ago
384411a
Remove dead code from debuggerd.
by Elliott Hughes
· 9 years ago
0020bd2
Merge "system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr."
by James Hawkins
· 9 years ago
fb6bb0a
system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr.
by James Hawkins
· 9 years ago
d580ce8
Merge commit '4352ee87fd74b931d4b58192fb8974e91aa899d0' into HEAD
by Bill Yi
· 9 years ago
b1ac284
Newer kernels added SEGV_BNDERR.
by Christopher Ferris
· 9 years ago
d1d92c8
Start debuggerd as soon as logd is up.
by Elliott Hughes
· 9 years ago
6ca6849
Merge "debuggerd: fix debug.debuggerd.wait_for_gdb." am: a590596dca
by Josh Gao
· 9 years ago
32b5b5a
Merge "debuggerd: fix several bugs caused by fork/setuid change." am: 1bf7000033
by Josh Gao
· 9 years ago
5ae6a73
debuggerd: fix debug.debuggerd.wait_for_gdb.
by Josh Gao
· 9 years ago
3a36660
debuggerd: fix several bugs caused by fork/setuid change.
by Josh Gao
· 9 years ago
f566cf7
Merge "debuggerd_test: provide stub selinux/android.h" am: 5e19382e1c
by Colin Cross
· 9 years ago
161983a
Merge "debuggerd_test: provide stub selinux/android.h"
by Colin Cross
· 9 years ago
c3c99b4
Merge "Turn off -Wdate-time for crasher" am: 392867cff1
by Dan Willemsen
· 9 years ago
052851c
Merge "Turn off -Wdate-time for crasher"
by Dan Willemsen
· 9 years ago
428b724
Merge "debuggerd: fork and drop privileges when dumping." am: b8e9ebf8b4
by Josh Gao
· 9 years ago
3544959
debuggerd: fork and drop privileges when dumping.
by Josh Gao
· 9 years ago
5c843f0
debuggerd_test: provide stub selinux/android.h
by Colin Cross
· 9 years ago
1e20ade
Merge "Switch from using sockaddr to sockaddr_storage." am: 46b0b1c694
by Erik Kline
· 9 years ago
7960ab1
Merge "Switch from using sockaddr to sockaddr_storage."
by Erik Kline
· 9 years ago
202f12c
Merge "Track rename of base/ to android-base/." am: 912ed3d8ca am: e2a9563be1
by Elliott Hughes
· 9 years ago
c1f0bf1
Switch from using sockaddr to sockaddr_storage.
by Erik Kline
· 9 years ago
e016f5c
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
c6dd51f
Merge "debuggerd: remove some levels of indentation." am: cdff80c446
by Josh Gao
· 9 years ago
ee1cab8
debuggerd: remove some levels of indentation.
by Josh Gao
· 9 years ago
d7d2fc4
Merge "debuggerd: add .clang-format." am: c5a85f71ab am: b4362070fc
by Josh Gao
· 9 years ago
981d43c
debuggerd: add .clang-format.
by Josh Gao
· 9 years ago
f66c4cd
Merge "Enable hidepid=2 on /proc" am: 2d8f1d4c47 am: ea8452cc72
by Nick Kralevich
· 9 years ago
e08eb02
Enable hidepid=2 on /proc
by Nick Kralevich
· 9 years ago
83fdbf6
Turn off -Wdate-time for crasher
by Dan Willemsen
· 9 years ago
fa1b02b
Fix incorrect check of descsz value. am: d917514bd6 am: 69406d904a
by Christopher Ferris
· 9 years ago
069fb47
Fix incorrect check of descsz value.
by Christopher Ferris
· 9 years ago
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
Next »