]> sourceware.org Git - systemtap.git/commit
PR10538: Give a file:line hint for anonymous types
authorJosh Stone <jistone@redhat.com>
Thu, 20 Aug 2009 01:19:53 +0000 (18:19 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 20 Aug 2009 01:19:53 +0000 (18:19 -0700)
commit72c5ecc2fffe43146eaf54284cf9626b7f76cb78
treeec6bba39ad63ad05bbed0573a8d4e12f0a77ba33
parent3d1ad34033e6f77368287927049e112d9ee3677e
PR10538: Give a file:line hint for anonymous types

When we list the possible members for an anonymous struct/union, the
user may want to go look at the source for the type.  That's hard
without a type name, so we now list the decl file:line for them.

* dwflpp.cxx (dwflpp::translate_components): List file:line for anon.
dwflpp.cxx
This page took 0.025072 seconds and 5 git commands to generate.