From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31799 invoked by alias); 12 Apr 2010 13:26:33 -0000 Received: (qmail 31786 invoked by uid 22791); 12 Apr 2010 13:26:32 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=BAYES_00,TW_EG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Apr 2010 13:26:25 +0000 Received: (qmail 3382 invoked from network); 12 Apr 2010 13:26:23 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Apr 2010 13:26:23 -0000 From: Pedro Alves To: "H.J. Lu" Subject: Re: Fix solib-disc.exp regression with x86 gdbserver Date: Mon, 12 Apr 2010 13:26:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-20-generic; KDE/4.3.2; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201004110252.35997.pedro@codesourcery.com> <201004120845.56101.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004121426.21616.pedro@codesourcery.com> 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: 2010-04/txt/msg00347.txt.bz2 On Monday 12 April 2010 14:05:01, H.J. Lu wrote: > > 2010-04-12 Pedro Alves > > > > gdb/gdbserver/ > > * regcache.c (set_register_cache): Invalidate regcaches before > > changing the register cache layout. > > (regcache_invalidate_one): Allow a NULL regcache. > > * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate > > regcaches before changing the register cache layout or the target > > regsets. > > > > It works. > > Thanks. Great, I've applied it. Thanks. -- Pedro Alves