Re: [PATCH v3 07/20] gendwarfksyms: Expand type modifiers and typedefs

2024-10-01 Thread Petr Pavlu
On 9/23/24 20:18, Sami Tolvanen wrote: > Add support for expanding DWARF type modifiers, such as pointers, > const values etc., and typedefs. These types all have DW_AT_type > attribute pointing to the underlying type, and thus produce similar > output. > > Also add linebreaks and indentation to d

[PATCH v3 07/20] gendwarfksyms: Expand type modifiers and typedefs

2024-09-23 Thread Sami Tolvanen
Add support for expanding DWARF type modifiers, such as pointers, const values etc., and typedefs. These types all have DW_AT_type attribute pointing to the underlying type, and thus produce similar output. Also add linebreaks and indentation to debugging output to make it more readable. Signed-o