From 9c02dc5916c1cee43e4a0840d0d5099878e3793c Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Wed, 15 Jun 2016 17:29:00 -0700 Subject: debuggerd: add libdebuggerd_client. Bug: http://b/24414818 Change-Id: I079c534d2c952b6975bf0428eb86cc7a55525737 --- debuggerd/debuggerd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debuggerd/debuggerd.cpp') diff --git a/debuggerd/debuggerd.cpp b/debuggerd/debuggerd.cpp index d87594c20..a82fd079e 100644 --- a/debuggerd/debuggerd.cpp +++ b/debuggerd/debuggerd.cpp @@ -562,7 +562,7 @@ static void worker_process(int fd, debugger_request_t& request) { // won't necessarily have stopped by the time ptrace() returns. (We // currently assume it does.) We write to the file descriptor to // ensure that it can run as soon as we call PTRACE_CONT below. - // See details in bionic/libc/linker/debugger.c, in function + // See details in client/debuggerd_client.cpp, in function // debugger_signal_handler(). // Attach to the target process. -- cgit v1.2.3