summaryrefslogtreecommitdiff
path: root/debuggerd/debuggerd.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-06-20 20:22:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-20 20:22:18 +0000
commitabf88685e3aba6725ceef9273605548555b5e05f (patch)
tree1c13839cef5d6a6046e50c82d39a4142c550d00f /debuggerd/debuggerd.cpp
parentb23e5729a8df729f4994be39a1d5db6a256dc419 (diff)
parent809607ae288350ec20ef0dc1bb7f722b312038ef (diff)
Merge changes from topic 'debuggerd_client'
* changes: adb: use libdebuggerd_client. debuggerd: add libdebuggerd_client.
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.