From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22746 invoked by alias); 4 Mar 2011 09:12:24 -0000 Received: (qmail 22733 invoked by uid 22791); 4 Mar 2011 09:12:23 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Mar 2011 09:12:18 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p249C1gr011172; Fri, 4 Mar 2011 10:12:01 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p249Bxca026329; Fri, 4 Mar 2011 10:11:59 +0100 (CET) Date: Fri, 04 Mar 2011 09:12:00 -0000 Message-Id: <201103040911.p249Bxca026329@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: gdb-patches@sourceware.org In-reply-to: (message from Tom Tromey on Thu, 03 Mar 2011 13:51:44 -0700) Subject: Re: RFC: change "program exited" message References: 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: 2011-03/txt/msg00276.txt.bz2 > From: Tom Tromey > Date: Thu, 03 Mar 2011 13:51:44 -0700 > > This patch changes GDB to print: > > [Inferior 25036 exited normally] Hmm, compared to "process" or "program", "inferior" is quite cryptic to someone who isn't familliar with the internals of GDB.