From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23105 invoked by alias); 24 Apr 2003 20:31:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23095 invoked from network); 24 Apr 2003 20:31:15 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 24 Apr 2003 20:31:15 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F2E3D2B2F; Thu, 24 Apr 2003 16:31:13 -0400 (EDT) Message-ID: <3EA84991.9060508@redhat.com> Date: Thu, 24 Apr 2003 20:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Jan Hoogerbrugge , gdb@sources.redhat.com Subject: Re: verification of remote program References: <20030424123217.GA12066@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00303.txt.bz2 > On Thu, Apr 24, 2003 at 10:55:37AM +0200, Jan Hoogerbrugge wrote: > >> Several times I made the mistake to load a different program on the remote >> target than the program that I pass to gdb on the command line. This leads >> to wierd results. Is some sort of verification possible? For example, >> comparing text, data and bss sizes. > > > I've been planning to implement something along these lines to verify > shared libraries; just haven't had time to do it. See: (gdb) compare-sections the last time this came up, I think there was talk of implementing rsync across the remote protocol .... Andrew