mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-15 17:15:11 +01:00
more
This commit is contained in:
parent
d1e561c665
commit
598ddadc6b
4 changed files with 40 additions and 16 deletions
|
|
@ -20,8 +20,8 @@ pub unsafe extern "C" fn _UnwindRaiseException(
|
|||
exception_object: *mut uw::_Unwind_Exception,
|
||||
) -> uw::_Unwind_Reason_Code {
|
||||
trace!("someone raised an exception with addr {exception_object:p}");
|
||||
crate::dwarf::dwarf_info(arch::get_rip() as _);
|
||||
|
||||
let di = crate::dwarf::dwarf_info(arch::get_rip() as _).unwrap();
|
||||
crate::dwarf::uwutables(di);
|
||||
// walk::fp::walk();
|
||||
|
||||
stdext::abort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue