Displaying 1 result from an estimated 1 matches for "macro_definit".
2020 Jan 02
2
Query/Suggestions on upgrading macro infrastructure.
...cro Types. Since macro information can be
broadly classified into 4 categories:
1. Definition
2. Un-definition
3. File inclusion
4. File termination
So I propose to introduce 4 new Generic Macro Types to be used as types,
with no dependence to various DWARFv5/v4 forms.
1. MACRO_definition
2. MACRO_undef
3. MACRO_start_file
4. MACRO_end_file
- Previous infrastructure uses DWARF forms as types in metadata --
> !DIMacro(type: DW_MACINFO_define, line: 9, name: "Name", value: "Value")
And the production part will query this and emits the form
presen...