From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28623 invoked by alias); 22 May 2003 23:52:04 -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 28616 invoked from network); 22 May 2003 23:52:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 May 2003 23:52:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4MNq4H20712 for ; Thu, 22 May 2003 19:52:04 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4MNq4I28780; Thu, 22 May 2003 19:52:04 -0400 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4MNq3o08198; Thu, 22 May 2003 19:52:03 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h4MNpvW31903; Thu, 22 May 2003 16:51:57 -0700 Date: Thu, 22 May 2003 23:52:00 -0000 From: Kevin Buettner Message-Id: <1030522235157.ZM31902@localhost.localdomain> In-Reply-To: Kumar Gala "Re: disassembly in gdb?" (May 22, 6:15pm) References: <53C5577E-8CAB-11D7-B5D0-000393DBC2E8@motorola.com> To: Kumar Gala , Kevin Buettner Subject: Re: disassembly in gdb? Cc: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00306.txt.bz2 On May 22, 6:15pm, Kumar Gala wrote: > Can you be more specific as to where in i386 or mips that > disassemble_info is set for those targets? For i386, look at i386_print_insn() in i386-tdep.c. For mips, look at mips_gdbarch_init() in mips-tdep.c. Kevin