From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3333 invoked by alias); 13 Dec 2008 21:31:21 -0000 Received: (qmail 3325 invoked by uid 22791); 13 Dec 2008 21:31:20 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 13 Dec 2008 21:30:45 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id mBDLUh9T031016 for ; Sat, 13 Dec 2008 13:30:43 -0800 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by wpaz9.hot.corp.google.com with ESMTP id mBDLUgRD005543 for ; Sat, 13 Dec 2008 13:30:42 -0800 Received: by localhost (Postfix, from userid 67641) id D19D51C7A0F; Sat, 13 Dec 2008 13:30:41 -0800 (PST) To: gdb-patches@sourceware.org Subject: [RFA] Improve comment in linux-low.c:handle_extended_wait Message-Id: <20081213213041.D19D51C7A0F@localhost> Date: Sat, 13 Dec 2008 21:31:00 -0000 From: dje@google.com (Doug Evans) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00249.txt.bz2 Hi. This is a minor cleanup to a comment. What "it" is isn't clear. Ok to check in? 2008-12-13 Doug Evans * linux-low.c (handle_extended_wait): Improve comment. Index: linux-low.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/linux-low.c,v retrieving revision 1.84 diff -u -p -r1.84 linux-low.c --- linux-low.c 12 Dec 2008 23:14:28 -0000 1.84 +++ linux-low.c 13 Dec 2008 21:28:12 -0000 @@ -180,7 +180,8 @@ handle_extended_wait (struct process_inf /* Normally we will get the pending SIGSTOP. But in some cases we might get another signal delivered to the group first. - If we do, be sure not to lose it. */ + If we do get another signal, be sure not to lose the SIGSTOP: + when we later get it we'll want to resume. */ if (WSTOPSIG (status) == SIGSTOP) { if (stopping_threads)