forked from yath/ghidra-xtensa
With them, Ghidra contains about an invalid “scope” attribute in the PCode XML(?) for some functions. I haven’t yet found a better source for the DWARF layout than binutils. :(
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
<dwarf>
|
|
<register_mappings>
|
|
<register_mapping dwarf="0" ghidra="a0"/>
|
|
<register_mapping dwarf="1" ghidra="a1" stackpointer="true"/>
|
|
<register_mapping dwarf="2" ghidra="a2" auto_count="13"/> <!-- a2..a15 -->
|
|
</register_mappings>
|
|
</dwarf>
|