From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16703 invoked by alias); 21 Apr 2011 11:38:12 -0000 Received: (qmail 16693 invoked by uid 22791); 21 Apr 2011 11:38:11 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Apr 2011 11:37:55 +0000 Received: by vws4 with SMTP id 4so1671035vws.0 for ; Thu, 21 Apr 2011 04:37:55 -0700 (PDT) Received: by 10.52.179.103 with SMTP id df7mr1007293vdc.148.1303385875138; Thu, 21 Apr 2011 04:37:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.61.6 with HTTP; Thu, 21 Apr 2011 04:37:35 -0700 (PDT) In-Reply-To: References: From: Kevin Pouget Date: Thu, 21 Apr 2011 11:38:00 -0000 Message-ID: Subject: Re: [Python] Input from user from extended breakpoint `stop' function To: Andreas Schwab Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00129.txt.bz2 >> that's interesting, but why `print' functions work correctly, without >> sending any SIGTTOU > > Try stty tostop. indeed ! what do consider as the default/good behavior? I mean, it is okay for GDB to 'ignore' SIGTTOU, or shall I report such situations as bugs ?