1. 5dc6dfd Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." am: 07f14c9cdd by Josh Gao · 9 years ago
  2. 87e8af8 Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." by Josh Gao · 9 years ago
  3. 4cbf96c Define TARGET_IS_64_BIT when building libdebuggerd_client for android64. by Robert Sesek · 9 years ago
  4. 446cd4a Merge \\"Fix google-explicit-constructor warnings in system/core.\\" am: 6dc68cb5f9 by Chih-hung Hsieh · 9 years ago
  5. 0c03087 Merge \"Fix google-explicit-constructor warnings in system/core.\" by Chih-Hung Hsieh · 9 years ago
  6. 5db7bc5 Fix google-explicit-constructor warnings in system/core. by Chih-Hung Hsieh · 9 years ago
  7. 82029c5 Merge \\"Disable warnings triggered in Clang r271374\\" am: fa1a21d085 by Stephen Hines · 9 years ago
  8. e3fd402 Merge \"Disable warnings triggered in Clang r271374\" am: fa1a21d085 by Pirama Arumuga Nainar · 9 years ago
  9. c350673 Merge \"debuggerd: verify that traced threads belong to the right process.\" into nyc-dev by Josh Gao · 9 years ago
  10. 4c77706 Disable warnings triggered in Clang r271374 by Pirama Arumuga Nainar · 9 years ago
  11. 92c8c80 debuggerd: verify that traced threads belong to the right process. by Josh Gao · 9 years ago
  12. 8e1ac5a Merge \"Rename Android.soong.mk to Android.mk\" am: b07df4dd3f by Colin Cross · 9 years ago
  13. 1ccc94f Rename Android.soong.mk to Android.mk by Colin Cross · 9 years ago
  14. b28f060 Merge changes from topic \'debuggerd_client\' am: abf88685e3 by Josh Gao · 9 years ago
  15. 63bfebd Merge changes from topic 'debuggerd_client' by Treehugger Robot · 9 years ago
  16. 203bbe0 Merge \"Fix race condition updating local map data.\" am: 863d8e11b9 by Christopher Ferris · 9 years ago
  17. 1e99e9a debuggerd: add libdebuggerd_client. by Josh Gao · 9 years ago
  18. c1813b3 Fix race condition updating local map data. by Christopher Ferris · 9 years ago
  19. 40f8411 Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." am: dab7d9de03 by Chih-Hung Hsieh · 9 years ago
  20. 5b0aa12 Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 9 years ago
  21. f0503c3 Merge "Add a fortify test to crasher." am: e674d32d2d am: 4434b42cd0 by Elliott Hughes · 9 years ago
  22. 9b6ce74 Add a fortify test to crasher. by Elliott Hughes · 9 years ago
  23. b10561a Set groups before dropping privileges. by Christopher Ferris · 9 years ago
  24. 16bdd29 Merge "Set groups before dropping privileges." into nyc-dev am: fd1eee58f9 by Christopher Ferris · 9 years ago
  25. f5bb7aa Merge "Set groups before dropping privileges." into nyc-dev by Christopher Ferris · 9 years ago
  26. c7d213f Merge "Fix null pointer dereference." into nyc-dev am: dac26a76c3 by Christopher Ferris · 9 years ago
  27. 6bf388b Fix null pointer dereference. by Christopher Ferris · 9 years ago
  28. d3a9f7f Merge "Fix null pointer dereference." into nyc-dev by Christopher Ferris · 9 years ago
  29. 5025663 Fix null pointer dereference. by Christopher Ferris · 9 years ago
  30. f0a54d6 Set groups before dropping privileges. by Christopher Ferris · 9 years ago
  31. c6500f4 Merge "Fix problem with wait_for_gdb." into nyc-dev am: a7431cfa57 by Christopher Ferris · 9 years ago
  32. 0d97021 Fix problem with wait_for_gdb. by Christopher Ferris · 9 years ago
  33. f72b9f1 Fix problem with wait_for_gdb. by Christopher Ferris · 9 years ago
  34. 9c9205c Connect to activity manager as root. am: 0fc89f3 by Christopher Ferris · 9 years ago
  35. 04f2f5b Connect to activity manager as root. by Christopher Ferris · 9 years ago
  36. e7270cd Connect to activity manager as root. by Christopher Ferris · 9 years ago
  37. f3f664f debuggerd: set the name of the signal sender. by Josh Gao · 9 years ago
  38. 22a2cb4 Merge "debuggerd: set the name of the signal sender." am: 3d0a87b am: 437911e by Josh Gao · 9 years ago
  39. 16274ea debuggerd: set the name of the signal sender. by Josh Gao · 9 years ago
  40. 1130368 debuggerd: add SIGSYS to the list of handled signals. am: dfa163d by Josh Gao · 9 years ago
  41. 053d8ba debuggerd: add SIGSYS to the list of handled signals. by Josh Gao · 9 years ago
  42. cfeecf9 debuggerd: waitpid for all children, and log the result. by Josh Gao · 9 years ago
  43. 9f3a90e debuggerd: always send SIGCONT after detaching. by Josh Gao · 9 years ago
  44. a7dc8df Merge "debuggerd: waitpid for all children, and log the result." by Josh Gao · 9 years ago
  45. cf74e70 Merge "debuggerd: always send SIGCONT after detaching." by Josh Gao · 9 years ago
  46. 63e33c9 debuggerd: waitpid for all children, and log the result. by Josh Gao · 9 years ago
  47. 61b206c debuggerd: always send SIGCONT after detaching. by Josh Gao · 9 years ago
  48. 6a3fc8a Switch debuggerd over to unique_fd. by Elliott Hughes · 9 years ago
  49. 5bc76f1 debuggerd: don't apply timeout when wait_for_gdb is on. by Josh Gao · 9 years ago
  50. caf3bd5 debuggerd: don't apply timeout when wait_for_gdb is on. by Josh Gao · 9 years ago
  51. 2af7744 debuggerd: don't send SIGSTOP to crashing processes. by Josh Gao · 9 years ago
  52. b879209 debuggerd: don't send SIGSTOP to crashing processes. by Josh Gao · 9 years ago
  53. 88c1529 debuggerd: fix stupid typo. by Josh Gao · 9 years ago
  54. 243b912 debuggerd: fix stupid typo. by Josh Gao · 9 years ago
  55. c777eb5 debuggerd: monitor the worker process for failure. by Josh Gao · 9 years ago
  56. c51b395 debuggerd: fork the signal sender once. by Josh Gao · 9 years ago
  57. 69d5ab6 Clean up CLOEXEC in debuggerd. by Elliott Hughes · 9 years ago
  58. fbdc426 Remove dead code from debuggerd. by Elliott Hughes · 9 years ago
  59. 4b691a4 debuggerd: monitor the worker process for failure. by Josh Gao · 9 years ago
  60. ea86381 debuggerd: fork the signal sender once. by Josh Gao · 9 years ago
  61. ae15bb4 debuggerd: kill crashing processes with the signal they died with. by Josh Gao · 9 years ago
  62. 48fc2fb debuggerd: kill crashing processes with the signal they died with. by Josh Gao · 9 years ago
  63. 6915b7a Merge "debuggerd: make sure that we kill the process after dumping." into nyc-dev by Josh Gao · 9 years ago
  64. 77d9421 Add error reporting mechanism for failing Unwind. by Christopher Ferris · 9 years ago
  65. 0ca75ee Merge "Add error reporting mechanism for failing Unwind." by Christopher Ferris · 9 years ago
  66. f7d40cb Add error reporting mechanism for failing Unwind. by Christopher Ferris · 9 years ago
  67. 824a396 debuggerd: make sure that we kill the process after dumping. by Josh Gao · 9 years ago
  68. 3ff5021 debuggerd: make sure that we kill the process after dumping. by Josh Gao · 9 years ago
  69. 253ce3f Merge "Clean up CLOEXEC in debuggerd." am: f405d245eb by Elliott Hughes · 9 years ago
  70. 123f160 Clean up CLOEXEC in debuggerd. by Elliott Hughes · 9 years ago
  71. bc7535e Merge "Remove dead code from debuggerd." am: fbaefc4d9d by Elliott Hughes · 9 years ago
  72. 5cc580b Merge "Remove dead code from debuggerd." by Elliott Hughes · 9 years ago
  73. 384411a Remove dead code from debuggerd. by Elliott Hughes · 9 years ago
  74. 0020bd2 Merge "system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr." by James Hawkins · 9 years ago
  75. fb6bb0a system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  76. d580ce8 Merge commit '4352ee87fd74b931d4b58192fb8974e91aa899d0' into HEAD by Bill Yi · 9 years ago
  77. 2614793 Merge "Newer kernels added SEGV_BNDERR." am: 14c06e0769 by Christopher Ferris · 9 years ago
  78. b1ac284 Newer kernels added SEGV_BNDERR. by Christopher Ferris · 9 years ago
  79. 0066acc Merge "Start debuggerd as soon as logd is up." am: 1b729b3e04 by Elliott Hughes · 9 years ago
  80. d1d92c8 Start debuggerd as soon as logd is up. by Elliott Hughes · 9 years ago
  81. 6ca6849 Merge "debuggerd: fix debug.debuggerd.wait_for_gdb." am: a590596dca by Josh Gao · 9 years ago
  82. 32b5b5a Merge "debuggerd: fix several bugs caused by fork/setuid change." am: 1bf7000033 by Josh Gao · 9 years ago
  83. 5ae6a73 debuggerd: fix debug.debuggerd.wait_for_gdb. by Josh Gao · 9 years ago
  84. 3a36660 debuggerd: fix several bugs caused by fork/setuid change. by Josh Gao · 9 years ago
  85. f566cf7 Merge "debuggerd_test: provide stub selinux/android.h" am: 5e19382e1c by Colin Cross · 9 years ago
  86. 161983a Merge "debuggerd_test: provide stub selinux/android.h" by Colin Cross · 9 years ago
  87. c3c99b4 Merge "Turn off -Wdate-time for crasher" am: 392867cff1 by Dan Willemsen · 9 years ago
  88. 052851c Merge "Turn off -Wdate-time for crasher" by Dan Willemsen · 9 years ago
  89. 428b724 Merge "debuggerd: fork and drop privileges when dumping." am: b8e9ebf8b4 by Josh Gao · 9 years ago
  90. 3544959 debuggerd: fork and drop privileges when dumping. by Josh Gao · 9 years ago
  91. 5c843f0 debuggerd_test: provide stub selinux/android.h by Colin Cross · 9 years ago
  92. 1e20ade Merge "Switch from using sockaddr to sockaddr_storage." am: 46b0b1c694 by Erik Kline · 9 years ago
  93. 7960ab1 Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  94. 202f12c Merge "Track rename of base/ to android-base/." am: 912ed3d8ca am: e2a9563be1 by Elliott Hughes · 9 years ago
  95. c1f0bf1 Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  96. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  97. c6dd51f Merge "debuggerd: remove some levels of indentation." am: cdff80c446 by Josh Gao · 9 years ago
  98. ee1cab8 debuggerd: remove some levels of indentation. by Josh Gao · 9 years ago
  99. d7d2fc4 Merge "debuggerd: add .clang-format." am: c5a85f71ab am: b4362070fc by Josh Gao · 9 years ago
  100. 981d43c debuggerd: add .clang-format. by Josh Gao · 9 years ago