From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Revise etc/DEBUG documentation Date: Wed, 07 Sep 2016 20:39:06 +0300 Message-ID: <8360q7a9tx.fsf@gnu.org> References: <864m5xtgtf.fsf@realize.ch> <838tv9dxu1.fsf@gnu.org> <86zinpruq0.fsf@realize.ch> <8360qddpc7.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1473269990 10353 195.159.176.226 (7 Sep 2016 17:39:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2016 17:39:50 +0000 (UTC) Cc: a.s@realize.ch, emacs-devel@gnu.org To: Davis Herring Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 07 19:39:45 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bhgp3-0001k6-LR for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2016 19:39:41 +0200 Original-Received: from localhost ([::1]:42238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhgp1-0001rK-NT for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2016 13:39:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhgov-0001rB-HI for emacs-devel@gnu.org; Wed, 07 Sep 2016 13:39:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhgoq-0006uz-57 for emacs-devel@gnu.org; Wed, 07 Sep 2016 13:39:32 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhgoq-0006uq-1X; Wed, 07 Sep 2016 13:39:28 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2230 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bhgon-00007S-B5; Wed, 07 Sep 2016 13:39:26 -0400 In-reply-to: (message from Davis Herring on Tue, 6 Sep 2016 15:52:02 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207263 Archived-At: > Cc: Alain Schneble , emacs-devel@gnu.org > From: Davis Herring > Date: Tue, 6 Sep 2016 15:52:02 -0600 > > I know this is largely old text, but while we're editing it: if GDB was > attached to a running process ("gdb -p ..."), C-z sent to GDB's terminal > will just suspend GDB. With SIGINT set to nostop, you can't stop the > program from GDB: you have to use its controlling terminal (C-z or C-\, > since C-c is nostop even thence) if it has one, or else kill(1). Thanks, fixed.