From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19865 invoked by alias); 5 May 2011 16:32:05 -0000 Received: (qmail 19832 invoked by uid 22791); 5 May 2011 16:32:02 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,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; Thu, 05 May 2011 16:31:48 +0000 Received: (qmail 3975 invoked from network); 5 May 2011 16:31:47 -0000 Received: from unknown (HELO ?192.168.1.4?) (janisjo@127.0.0.2) by mail.codesourcery.com with ESMTPA; 5 May 2011 16:31:47 -0000 Message-ID: <4DC2D106.3060806@codesourcery.com> Date: Thu, 05 May 2011 16:32:00 -0000 From: Janis Johnson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org Subject: Re: [patch] let gdb.base/reread.exp handle multiple binary files References: <4DC18331.1020505@codesourcery.com> <201105041855.32567.pedro@codesourcery.com> In-Reply-To: <201105041855.32567.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: 2011-05/txt/msg00143.txt.bz2 On 05/04/2011 10:55 AM, Pedro Alves wrote: > On Wednesday 04 May 2011 17:47:45, Janis Johnson wrote: >> 20110-5-04 Janis Johnson > > Typo. > >> >> * lib/gdb.exp (exec_target_file, exec_symbol_file, >> gdb_rename_execfile, gdb_touch_execfile): New. >> * gdb.base/reread.exp: Use new procs to handle multiple >> exec files. > > Okay. Thanks, I got set up with write access and checked it in. Janis