summaryrefslogtreecommitdiff
path: root/debuggerd/debuggerd.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-06-15 17:29:00 -0700
committerJosh Gao <jmgao@google.com>2016-06-17 13:11:29 -0700
commit9c02dc5916c1cee43e4a0840d0d5099878e3793c (patch)
tree405ed24030a9db302c1d8e0b770c748a54974c9c /debuggerd/debuggerd.cpp
parent2d690a920f1b2f67e267160083aab711b35ab3fc (diff)
debuggerd: add libdebuggerd_client.
Bug: http://b/24414818 Change-Id: I079c534d2c952b6975bf0428eb86cc7a55525737
Diffstat (limited to 'debuggerd/debuggerd.cpp')
-rw-r--r--debuggerd/debuggerd.cpp2
1 files changed, 1 insertions, 1 deletions
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.