From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36985 invoked by alias); 10 Apr 2019 12:38:37 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 36943 invoked by uid 48); 10 Apr 2019 12:38:34 -0000 From: "vries at gcc dot gnu.org" To: dwz@sourceware.org Subject: [Bug default/24438] new regressions with dwz -m Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q2/txt/msg00014.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24438 --- Comment #3 from Tom de Vries --- (In reply to Tom de Vries from comment #0) > < PASS: gdb.dwarf2/gdb-index.exp: index used > --- > > FAIL: gdb.dwarf2/gdb-index.exp: index used In the passing version, we have: ... (gdb) mt print objfiles gdb-index^M ^M Object file /data/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.dwarf2/gdb-index/g= db-index.with-index: Objfile at 0x2ddeac0, bfd at 0x2894b30, 28 minsyms^M ^M .gdb_index: version 8^M ^M Symtabs:^M /data/gdb_versions/devel/src/gdb/testsuite/gdb.dwarf2/main.c at 0x2de9c50, = ^M ^M (gdb) PASS: gdb.dwarf2/gdb-index.exp: index used ... and in the failing version, we have: ... (gdb) mt print objfiles gdb-index^M ^M Object file /data/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.dwarf2/gdb-index/g= db-index.with-index: Objfile at 0x1bf7030, bfd at 0x1708b30, 28 minsyms^M ^M Psymtabs:^M ../sysdeps/x86_64/crtn.S at 0x1c6eca0, elf-init.c at 0x1c6ec30, /data/gdb_versions/devel/src/gdb/testsuite/gdb.dwarf2/main.c at 0x1c6ebc0, ../sysdeps/x86_64/crti.S at 0x1c6eb50, init.c at 0x1c6eae0, ../sysdeps/x86_64/start.S at 0x1c6ea70, ^M ^M Symtabs:^M /data/gdb_versions/devel/src/gdb/testsuite/gdb.dwarf2/main.c at 0x1c6cb90, = ^M ^M (gdb) FAIL: gdb.dwarf2/gdb-index.exp: index used ... --=20 You are receiving this mail because: You are on the CC list for the bug.