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: RFA: handle "MiniDebuginfo" section


On 11/13/2012 12:56 PM, Pedro Alves wrote:
> I see one FAIL though.  Exactly the same with your original patch that
> didn't do any remote_exec stuff, and with the fixed remote_exec stuff:
> 
> (gdb) kill
> The program is not being run.
> (gdb) file /home/pedro/gdb/mygit/build/gdb/testsuite/gdb.dwarf2/dw2-gnu-debugdata.test
> Reading symbols from /home/pedro/gdb/mygit/build/gdb/testsuite/gdb.dwarf2/dw2-gnu-debugdata.test...(no debugging symbols found)...done.
> (gdb) p debugdata_function
> No symbol table is loaded.  Use the "file" command.
> (gdb) FAIL: gdb.dwarf2/dw2-gnu-debugdata.exp: have symtab
> testcase ../../../src/gdb/testsuite/gdb.dwarf2/dw2-gnu-debugdata.exp completed in 1 seconds

For the archives, the issue was that I didn't have lzma support in my GDB build:

(gdb) file /home/pedro/gdb/mygit/build/gdb/testsuite/gdb.base/gnu-debugdata.test
Reading symbols from /home/pedro/gdb/mygit/build/gdb/testsuite/gdb.base/gnu-debugdata.test...warning: Cannot parse .gnu_debugdata section; LZMA support was disabled at compile time
(no debugging symbols found)...done.
(gdb) p debugdata_function
No symbol table is loaded.  Use the "file" command.
(gdb) FAIL: gdb.base/gnu-debugdata.exp: have symtab

Tom already said he'll make the test check that.


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