diff options
author | Sami Tolvanen <samitolvanen@google.com> | 2025-01-03 23:45:29 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-01-10 19:25:25 +0300 |
commit | c772f1d1eaac608c083ee79fd5cfbe879958eb3e (patch) | |
tree | ceb8505238ed5dd40e6edb4e11cf1486980e9715 /scripts/bpf_doc.py | |
parent | 220a0857f3a89e0dce3fc7c38d981df41c4537a7 (diff) | |
download | linux-c772f1d1eaac608c083ee79fd5cfbe879958eb3e.tar.xz |
gendwarfksyms: Expand array_type
Add support for expanding DW_TAG_array_type, and the subrange type
indicating array size.
Example source code:
const char *s[34];
Output with --dump-dies:
variable array_type[34] {
pointer_type {
const_type {
base_type char byte_size(1) encoding(6)
}
} byte_size(8)
}
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions