dwarf_line_srcfileno

2017-03-30 Thread SASHA NICOLAS DA ROCHA PINHEIRO
Hey all, what is the equivalent function to dwarf_line_srcfileno in lbdw?? Sasha

Re: Group section

2017-03-21 Thread SASHA NICOLAS DA ROCHA PINHEIRO
That's the problem. It says "no error" once, in another call it says "no reference value", and in another call "no DWARF information". De: Josh Stone Enviado: terça-feira, 21 de março de 2017 14:53:12 Para: SASHA NICOLAS DA ROCHA PINHEIRO; elfutils-deve

Group section

2017-03-21 Thread SASHA NICOLAS DA ROCHA PINHEIRO
Hi Josh I am getting error on the following code, and it looks like to be related to group sections. As you can see I changed the dwarf_elf_init to dwarf_begin_elf, but passed NULL on the third parameter. Do you know how should I actually deal with it?   91 bool DwarfHandle::init_dbg()

Re: Compilation Unit name

2017-03-17 Thread SASHA NICOLAS DA ROCHA PINHEIRO
2017 19:29:12 Para: SASHA NICOLAS DA ROCHA PINHEIRO; elfutils-devel@sourceware.org Assunto: Re: Compilation Unit name   Stick to plain text, not HTML, if you want to reach the list. On 03/16/2017 03:44 PM, SASHA NICOLAS DA ROCHA PINHEIRO wrote: > I had that before, and it didn't work

Re: Compilation Unit name

2017-03-17 Thread SASHA NICOLAS DA ROCHA PINHEIRO
); De: Josh Stone Enviado: quinta-feira, 16 de março de 2017 17:06 Para: SASHA NICOLAS DA ROCHA PINHEIRO; elfutils-devel@sourceware.org Assunto: Re: Compilation Unit name   On 03/16/2017 03:03 PM, SASHA NICOLAS DA ROCHA PINHEIRO wrote: > /* Iterate over the compilation-unit headers.

Compilation Unit name

2017-03-16 Thread SASHA NICOLAS DA ROCHA PINHEIRO
Hello guys, I work for Dyninst, and I am moving from libdwarf to libdw. I am trying  to get the compilation unit name calling dwarf_nextcu, dwarf_offdie and  dwarf_diename, but it won't work as it works with libdwarf. I got NULL  as return from dwarf_diename. When I print the error messages aft