summaryrefslogtreecommitdiff
path: root/debuggerd/debuggerd.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-06-20 20:47:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-20 20:47:18 +0000
commit88347e1430191ab7dd4f82afe13ef58a63c5c421 (patch)
tree75bdece02aafdaafaa8db8d69a1b70518129a755 /debuggerd/debuggerd.cpp
parent34c6ca01ff7f4750c5865923e2d4d0a2fd33a15a (diff)
parentabf88685e3aba6725ceef9273605548555b5e05f (diff)
Merge changes from topic \'debuggerd_client\'
am: abf88685e3 Change-Id: I2a61e4e8b5ec5a4ab6566ab4f8eb31653255fbc5
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 4a1f4dbb9..a4e9cae11 100644
--- a/debuggerd/debuggerd.cpp
+++ b/debuggerd/debuggerd.cpp
@@ -563,7 +563,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.