diff options
author | Josh Gao <jmgao@google.com> | 2016-06-20 20:47:18 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-06-20 20:47:18 +0000 |
commit | 88347e1430191ab7dd4f82afe13ef58a63c5c421 (patch) | |
tree | 75bdece02aafdaafaa8db8d69a1b70518129a755 /debuggerd/debuggerd.cpp | |
parent | 34c6ca01ff7f4750c5865923e2d4d0a2fd33a15a (diff) | |
parent | abf88685e3aba6725ceef9273605548555b5e05f (diff) |
Merge changes from topic \'debuggerd_client\'
am: abf88685e3
Change-Id: I2a61e4e8b5ec5a4ab6566ab4f8eb31653255fbc5
Diffstat (limited to 'debuggerd/debuggerd.cpp')
-rw-r--r-- | debuggerd/debuggerd.cpp | 2 |
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. |