Thanks for the answers.
--
Thanks.
BRS//
Chen Zheng
IBM PowerPC Compiler Backend Developer
On 2022/5/10, 10:24, "David Blaikie" wrote:
On Fri, May 6, 2022 at 10:08 AM Robinson, Paul via Dwarf-Discuss
wrote:
>
> > Could someone help to point out what kind of DWARF info sho
On Fri, May 6, 2022 at 10:08 AM Robinson, Paul via Dwarf-Discuss
wrote:
>
> > Could someone help to point out what kind of DWARF info should
> > be generated for below c++ source? Thanks
> >
> > ```
> > template
> > using ptr = T*;
> >
> > ptr abc;
> > ```
> >
> > We declare a template alias here
> Could someone help to point out what kind of DWARF info should
> be generated for below c++ source? Thanks
>
> ```
> template
> using ptr = T*;
>
> ptr abc;
> ```
>
> We declare a template alias here, so we may generate
> `DW_TAG_template_type_parameter` like:
>
> ```
> 0x0057: DW_TAG_
Hi all,
Could someone help to point out what kind of DWARF info should be generated for
below c++ source? Thanks
```
template
using ptr = T*;
ptr abc;
```
We declare a template alias here, so we may generate
`DW_TAG_template_type_parameter` like:
```
0x0057: DW_TAG_base_type