浏览代码

Use gimli::UnwindContext

Gary Guo 3 年之前
父节点
当前提交
bbd66f493a
共有 1 个文件被更改,包括 3 次插入4 次删除
  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(