From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4189 invoked by alias); 23 Feb 2004 19:21:03 -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 4182 invoked from network); 23 Feb 2004 19:21:03 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 23 Feb 2004 19:21:03 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3A3922B92; Mon, 23 Feb 2004 14:21:00 -0500 (EST) Message-ID: <403A529C.5020704@gnu.org> Date: Mon, 23 Feb 2004 19:21:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: "Vineet Sharma, Noida" Cc: gdb@sources.redhat.com Subject: Re: gdb signals References: <1B3885BC15C7024C845AAC78314766C503852ADC@exch-01.noida.hcltech.com> In-Reply-To: <1B3885BC15C7024C845AAC78314766C503852ADC@exch-01.noida.hcltech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00322.txt.bz2 > Hi All, > I want to know what are the role of signals in gdb simulator > with simulator( i mean in there interfaces gdb and simulator). And how do i > configure the various configrable parts of gdb. Any documnet for that? > > > I have integerated my new simulator with gdb but before exectuions starts in > my simulator it carshes saying look at src/include/gdb/remote-sim.h and the expectations placed on sim_stop_reason(). Andrew