Quellcode durchsuchen

Use gimli::UnwindContext

Gary Guo vor 3 Jahren
Ursprung
Commit
bbd66f493a
1 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
  1. 3 4
      src/unwinder/frame.rs

+ 3 - 4
src/unwinder/frame.rs

@@ -1,6 +1,5 @@
-use gimli::{
-    BaseAddresses, CfaRule, Expression, RegisterRule, UninitializedUnwindContext, UnwindTableRow,
-};
+use alloc::boxed::Box;
+use gimli::{BaseAddresses, CfaRule, Expression, RegisterRule, UnwindContext, UnwindTableRow};
 #[cfg(feature = "dwarf-expr")]
 use gimli::{EvaluationResult, Location, Value};
 
@@ -34,7 +33,7 @@ impl Frame {
             Some(v) => v,
             None => return Ok(None),
         };
-        let mut unwinder = UninitializedUnwindContext::new();
+        let mut unwinder = UnwindContext::new();
         let row = fde_result
             .fde
             .unwind_info_for_address(