am 76c5c940: am 4939d6d8: Merge "LP64 binaries should talk to debuggerd64."
* commit '76c5c940835d78e65abf203e8aa1968b6b966978': LP64 binaries should talk to debuggerd64.
This commit is contained in:
commit
d34f2c3709
@ -40,7 +40,11 @@
|
|||||||
|
|
||||||
extern "C" int tgkill(int tgid, int tid, int sig);
|
extern "C" int tgkill(int tgid, int tid, int sig);
|
||||||
|
|
||||||
|
#if __LP64__
|
||||||
|
#define DEBUGGER_SOCKET_NAME "android:debuggerd64"
|
||||||
|
#else
|
||||||
#define DEBUGGER_SOCKET_NAME "android:debuggerd"
|
#define DEBUGGER_SOCKET_NAME "android:debuggerd"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum debugger_action_t {
|
enum debugger_action_t {
|
||||||
// dump a crash
|
// dump a crash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user