From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15781 invoked by alias); 22 May 2003 22:24:23 -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 15700 invoked from network); 22 May 2003 22:24:23 -0000 Received: from unknown (HELO motgate2.mot.com) (136.182.1.10) by sources.redhat.com with SMTP; 22 May 2003 22:24:23 -0000 Received: from il06exr04.mot.com (il06exr04.mot.com [129.188.137.134]) by motgate2.mot.com (Motorola/Motgate2) with ESMTP id h4MMOMwH008456 for ; Thu, 22 May 2003 15:24:22 -0700 (MST) Received: from motorola.com ([10.82.16.202]) by il06exr04.mot.com (Motorola/il06exr04) with ESMTP id h4MMOLQx018144 for ; Thu, 22 May 2003 17:24:21 -0500 Date: Thu, 22 May 2003 22:24:00 -0000 Subject: disassembly in gdb? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Kumar Gala To: Content-Transfer-Encoding: 7bit In-Reply-To: <20030416144158.GA10060@nevyn.them.org> Message-Id: <224A48FA-8CA4-11D7-B5D0-000393DBC2E8@motorola.com> X-SW-Source: 2003-05/txt/msg00303.txt.bz2 How does gdb know which disassembler options to use for a given architecture target? For example on PPC there are various flags to enable such things as SPE, AltiVec, ISEL, etc. Is there anyway in an existing gdb to have the disassembler understand a different subset of opcodes for the architecture? thanks. - kumar