Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: content/common/child_process.cc

Issue 12624002: Doc: SIGUSR1 needed when paused for debugger. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_process.cc
diff --git a/content/common/child_process.cc b/content/common/child_process.cc
index 6e5d9a45d5f6ae4e6dd58e86d34793c93b862079..75c80ecd24a64f646e965aa65352b764196b2f25 100644
--- a/content/common/child_process.cc
+++ b/content/common/child_process.cc
@@ -133,7 +133,8 @@ void ChildProcess::WaitForDebugger(const std::string& label) {
LOG(ERROR) << label
<< " ("
<< getpid()
- << ") paused waiting for debugger to attach @ pid";
+ << ") paused waiting for debugger to attach. "
+ << "Send SIGUSR1 to unpause.";
// Install a signal handler so that pause can be woken.
struct sigaction sa;
memset(&sa, 0, sizeof(sa));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698