From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5969 invoked by alias); 18 Jan 2009 17:42:36 -0000 Received: (qmail 5955 invoked by alias); 18 Jan 2009 17:42:36 -0000 Date: Sun, 18 Jan 2009 17:42:00 -0000 Message-ID: <20090118174236.5954.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20090115160028.9747.muller@ics.u-strasbg.fr> References: <20090115160028.9747.muller@ics.u-strasbg.fr> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/9747] Quit and "(running)" bug X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00136.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-18 17:42 ------- Subject: Bug 9747 CVSROOT: /cvs/src Module name: src Changes by: palves@sourceware.org 2009-01-18 17:42:17 Modified files: gdb : ChangeLog gdbthread.h infcmd.c infrun.c thread.c Log message: PR gdb/9747: * gdbthread.h (finish_thread_state, finish_thread_state_cleanup): Declare. * thread.c (finish_thread_state, finish_thread_state_cleanup): New. * infrun.c (wait_for_inferior, fetch_inferior_event): If an error is thrown while handling an event, finish the thread state. (normal_stop): Use finish_thread_state cleanup. * infcmd.c (run_command_1): If an error is thrown while starting the inferior, finish the thread state. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10127&r2=1.10128 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbthread.h.diff?cvsroot=src&r1=1.44&r2=1.45 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.228&r2=1.229 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.351&r2=1.352 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/thread.c.diff?cvsroot=src&r1=1.100&r2=1.101 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9747 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.