From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8575 invoked by alias); 19 Jan 2012 16:37:27 -0000 Received: (qmail 8399 invoked by uid 22791); 19 Jan 2012 16:37:25 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jan 2012 16:37:12 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0JGbAek009688 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Jan 2012 11:37:10 -0500 Received: from host2.jankratochvil.net (ovpn-116-21.ams2.redhat.com [10.36.116.21]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0JGb6w1029623 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 19 Jan 2012 11:37:09 -0500 Date: Thu, 19 Jan 2012 16:53:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org, Tom Tromey , Kevin Pouget Subject: [commit] Re: Call target_close after unpushing, not before (was: Re: [patch] Fix remote.c crash on gdbserver close (+fix py-finish-breakpoint.exp for gdbserver)) Message-ID: <20120119163706.GA9863@host2.jankratochvil.net> References: <20111225113745.GA16273@host2.jankratochvil.net> <20111227232323.GA6956@host2.jankratochvil.net> <4F020A20.2020801@gmail.com> <4F183E97.4010704@redhat.com> <20120119162349.GA8115@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120119162349.GA8115@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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: 2012-01/txt/msg00706.txt.bz2 On Thu, 19 Jan 2012 17:23:49 +0100, Jan Kratochvil wrote: > gdb/ > 2012-01-19 Jan Kratochvil > > * target.h (target_close): Update comment on the target's unpush state. Checked in: http://sourceware.org/ml/gdb-cvs/2012-01/msg00163.html Thanks, Jan