This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/15028] regressions with dwz -m


http://sourceware.org/bugzilla/show_bug.cgi?id=15028

--- Comment #6 from Tom Tromey <tromey at redhat dot com> 2013-02-04 21:12:28 UTC ---
With my various patches in place I see:

gdb.base/dbx.exp: whereis my_list: PASS => FAIL
gdb.cp/namespace.exp: info func xyzq: PASS => FAIL

Both of these are caused by the strange way in which we
invoke dwz -- passing in two identical copies of the same
program.  This means that some objects are duplicated
(once in the .dwz file and another time in the main file,
but usually there with a source location).

It is unclear to me if this kind of thing can ever happen
with a real use of dwz.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]