This is the mail archive of the gdb-patches@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]

Re: [PATCH] Fission support for multiple CUs per DWO file


"Doug Evans via gdb-patches" <gdb-patches@sourceware.org> writes:

Hi David,
This patch causes some regressions, found by buildbot,
https://sourceware.org/ml/gdb-testers/2017-q3/msg00186.html
I can reproduce the fail on my machine too.

(gdb) file /home/yao.qi/SourceCode/gnu/build/gdb/testsuite/outputs/gdb.dwarf2/fission-reread/fission-reread^M
Reading symbols from /home/yao.qi/SourceCode/gnu/build/gdb/testsuite/outputs/gdb.dwarf2/fission-reread/fission-reread...Dwarf Error: bad offset (0x0) in compilation unit header (offset 0x0 + 6) [in module /home/yao.qi/SourceCode/gnu/build/gdb/testsuite/outputs/gdb.dwarf2/fission-reread/fission-reread.dwo]^M
(no debugging symbols found)...done.^M
(gdb) break main^M
Breakpoint 1 at 0x4004d6^M
(gdb) PASS: gdb.dwarf2/fission-reread.exp: break main
ptype baz^M
type = <data variable, no debug info>^M
(gdb) FAIL: gdb.dwarf2/fission-reread.exp: ptype baz

-- 
Yao (齐尧)


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