From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11327 invoked by alias); 22 Jul 2006 12:33:57 -0000 Received: (qmail 11317 invoked by uid 22791); 22 Jul 2006 12:33:55 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Jul 2006 12:33:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k6MCXp6N011343 for ; Sat, 22 Jul 2006 08:33:51 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k6MCXoWV001546 for ; Sat, 22 Jul 2006 08:33:50 -0400 Received: from lace.redhat.com (vpn50-19.rdu.redhat.com [172.16.50.19]) by pobox.stuttgart.redhat.com (8.12.8/8.12.8) with ESMTP id k6MCXmJn007280 for ; Sat, 22 Jul 2006 14:33:49 +0200 Received: from lace.redhat.com (localhost.localdomain [127.0.0.1]) by lace.redhat.com (8.13.6/8.13.6) with ESMTP id k6MCXlnv002043 for ; Sat, 22 Jul 2006 14:33:47 +0200 Received: (from lace@localhost) by lace.redhat.com (8.13.6/8.13.6/Submit) id k6MCXl0X002042 for gdb-patches@sourceware.org; Sat, 22 Jul 2006 14:33:47 +0200 Date: Sat, 22 Jul 2006 12:33:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [patch] Trivia typo Message-ID: <20060722123347.GA2033@lace.redhat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00309.txt.bz2 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 139 Hi, please commit it: 2006-07-22 Jan Kratochvil * infrun.c (handle_inferior_event): Typo. Regards, Jan --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gdb-cvs20060722-typo_TARGET_WAITKIND_EXECED.patch" Content-length: 656 Index: infrun.c =================================================================== RCS file: /cvs/src/src/gdb/infrun.c,v retrieving revision 1.212 diff -u -p -r1.212 infrun.c --- infrun.c 12 Jul 2006 20:43:52 -0000 1.212 +++ infrun.c 22 Jul 2006 10:21:02 -0000 @@ -1428,7 +1428,7 @@ handle_inferior_event (struct execution_ case TARGET_WAITKIND_EXECD: if (debug_infrun) - fprintf_unfiltered (gdb_stdlog, "infrun: TARGET_WAITKIND_EXECED\n"); + fprintf_unfiltered (gdb_stdlog, "infrun: TARGET_WAITKIND_EXECD\n"); stop_signal = TARGET_SIGNAL_TRAP; /* NOTE drow/2002-12-05: This code should be pushed down into the --W/nzBZO5zC0uMSeA--