try frame

This commit is contained in:
nora 2023-06-13 14:49:51 +02:00
parent 4baab43e17
commit 764239958f
2 changed files with 25 additions and 17 deletions

View file

@ -10,4 +10,7 @@ pub use divination::{dwarf_info, DwarfInfo};
pub fn uwutables(dwarf_info: DwarfInfo) {
trace!("getting uwutables from {:p}", dwarf_info.dwarf);
unsafe {
parse::parse_cie(dwarf_info.dwarf);
}
}