dwarf_reg_to_name

Function dwarf_reg_to_name 

Source
pub fn dwarf_reg_to_name(dwarf_reg: u16) -> Option<&'static str>
Expand description

Convert DWARF register number to register name

Currently only supports x86_64. This function can be extended to support other architectures in the future.