From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15722 invoked by alias); 18 Oct 2002 22:58:35 -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 15702 invoked from network); 18 Oct 2002 22:58:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Oct 2002 22:58:34 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9IMbWw19597 for ; Fri, 18 Oct 2002 18:37:32 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9IMwTl30776 for ; Fri, 18 Oct 2002 18:58:30 -0400 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9IMwTD06630 for ; Fri, 18 Oct 2002 15:58:29 -0700 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5B8883E0F; Fri, 18 Oct 2002 18:58:30 -0400 (EDT) Message-ID: <3DB09216.7020308@redhat.com> Date: Fri, 18 Oct 2002 15:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wolfgang Paulus Cc: gdb Mailingliste Subject: Re: v850 sim crash References: <003501c2735a$b15231c0$e6450c0a@np125> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00141.txt.bz2 > Hello, > > I am trying to debug a program with the v850 simulator of gdb 5.2. > Every time I reach a 'trap 31' asm-instruction, gdb crashes. > Where can I start to look for the problem? Try the following as a starter ... cd build-dir/gdb /gdb --args ./gdb exe.v850 (top-gdb) run (gdb) target sim (gdb) load (gdb) run gdb crahses (top-gdb) bt Andrew