Re: [PATCH 2/4] Don't output CodeView line numbers for inlined functions

2024-11-23 Thread Jeff Law
On 11/6/24 9:39 PM, Mark Harmstone wrote: If we encounter an inlined function, treat it as another codeview_function, and skip over these when outputting line numbers. This information will instead be output as part of the S_INLINESITE symbols. gcc/ * dwarf2codeview.cc (struct codevie

[PATCH 2/4] Don't output CodeView line numbers for inlined functions

2024-11-06 Thread Mark Harmstone
If we encounter an inlined function, treat it as another codeview_function, and skip over these when outputting line numbers. This information will instead be output as part of the S_INLINESITE symbols. gcc/ * dwarf2codeview.cc (struct codeview_function): Add parent and inline_bloc