From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8837 invoked by alias); 23 Dec 2018 15:23:41 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 8826 invoked by uid 89); 23 Dec 2018 15:23:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:684 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 23 Dec 2018 15:23:38 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gb5bM-0005Ho-2b for gdb-patches@sourceware.org; Sun, 23 Dec 2018 10:23:36 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gb5bL-0005Hi-Vd; Sun, 23 Dec 2018 10:23:36 -0500 Received: from [176.228.60.248] (port=4040 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gb5bL-0008NN-In; Sun, 23 Dec 2018 10:23:35 -0500 Date: Sun, 23 Dec 2018 15:23:00 -0000 Message-Id: <834lb49sib.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker CC: simon.marchi@polymtl.ca, gdb-patches@sourceware.org In-reply-to: <20181223053501.GC5246@adacore.com> (message from Joel Brobecker on Sun, 23 Dec 2018 09:35:02 +0400) Subject: Re: GDB internal error in pc_in_thread_step_range References: <8336qxfpjo.fsf@gnu.org> <83tvjde68l.fsf@gnu.org> <83ftutcy7p.fsf@gnu.org> <659d33b5e4af35aea6c3aaef08559f31@polymtl.ca> <837eg4cick.fsf@gnu.org> <988ca92d2c5c976fbea57c2381eb6279@polymtl.ca> <834lb6ar3g.fsf@gnu.org> <20181223053501.GC5246@adacore.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00284.txt.bz2 > Date: Sun, 23 Dec 2018 09:35:02 +0400 > From: Joel Brobecker > Cc: Eli Zaretskii , gdb-patches@sourceware.org > > > > > Side-question, are there some debug symbols in the binary that could > > > > describe this location? > > > > > > How do I know that? > > > > I would normally use "readelf --debug-dump" to look at the DWARF info, but > > since this is not an ELF, I don't know. > > Objdump has the same kind of functionality for both DWARF and > the symbol table (--dwarf, -t, -T, etc). Yes. But in what part of its output would you expect to see debug symbols that describe this location?