]> sourceware.org Git - systemtap.git/commit
Get the enumerator's enumeration type
authorStan Cox <scox@redhat.com>
Thu, 3 Jun 2021 21:19:49 +0000 (17:19 -0400)
committerStan Cox <scox@redhat.com>
Thu, 3 Jun 2021 21:19:49 +0000 (17:19 -0400)
commit27115ab4cbd551ee162cd6551e90fde9e35dd1f3
treed8e7894bc9dfe8719053c9eedb7d0e67b7ffab3e
parent1288bee3175d28785a59e83041bf13206829d58e
Get the enumerator's enumeration type

Enumeration values are ultimately treated as constants but the path:
literal_stmt_for_local -> find_variable_and_frame_base (-> dwarf_get_enum)
-> translate_final_fetch_or_store often assume there is a
type die. Have dwarf_get_enum also get the type from the enumeration
type and percolate it along.
dwflpp.cxx
dwflpp.h
This page took 0.02862 seconds and 5 git commands to generate.