get the location of the definition of expression's type?
zet <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAOfAq_q18S6VxzR=j-zKaVQ4EXeJW9=RDQfbRt0xSX=va_wT2g@mail.gmail.com> |
Hello, All When (gdb) ptype global_options I will get definition of the type of global_options whose type is 'struct gcc_options' Is it possible get the definition location(which file it is defined in) info of 'struct gcc_options'? I know the line info of 'struct gcc_options' in ELF may lose, but is gdb has the facility show the line info of the symbol? thx -- 业精于勤,荒于嬉..