From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9073 invoked by alias); 23 Feb 2010 12:14:30 -0000 Received: (qmail 8922 invoked by uid 22791); 23 Feb 2010 12:14:29 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Feb 2010 12:14:22 +0000 Received: (qmail 15286 invoked from network); 23 Feb 2010 12:14:21 -0000 Received: from unknown (HELO wren.localnet) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 23 Feb 2010 12:14:21 -0000 From: Paul Brook To: binutils@sourceware.org Subject: Re: gdb segv in arm disassembler Date: Tue, 23 Feb 2010 12:14:00 -0000 User-Agent: KMail/1.12.4 (Linux/2.6.32-trunk-amd64; KDE/4.3.4; x86_64; ; ) Cc: Daniel Jacobowitz , Nick Clifton , Doug Evans , dgutson@codesourcery.com, gdb@sourceware.org References: <20100126022255.344B284414@ruffy.mtv.corp.google.com> <4B618767.30408@redhat.com> <20100128182736.GA15693@caradoc.them.org> In-Reply-To: <20100128182736.GA15693@caradoc.them.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201002231214.14363.paul@codesourcery.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00157.txt.bz2 > * If there are no mapping symbols, default to code using the existing > legacy search. This will mishandle recent files iff they have a code > section containing only literal pools. Outside of test cases, this > is unlikely. IIRC my real-world example for this was interrupt vectors or similar jump tables. Paul