Commit Graph

  • af45cc8701 Move dummy panic handler to lib as well Gary Guo 2021-08-26 10:58:26 +0100
  • 6e74064c7f Implement basic panic handler Gary Guo 2021-08-26 10:55:35 +0100
  • af031eb4b1 Panic utilities Gary Guo 2021-08-26 10:51:55 +0100
  • 487ca98456 Add print helpers Gary Guo 2021-08-26 10:01:58 +0100
  • f0e87da0aa Implement rust personality Gary Guo 2021-08-26 09:54:50 +0100
  • e205fb9e64 Move dummy personality to libunwind Gary Guo 2021-08-26 08:17:04 +0100
  • bf908d9562 Relax &mut to &UnwindContext for accessors Gary Guo 2021-08-26 08:15:20 +0100
  • 68baa798fb Add a feature gate to control whether hide self from trace Gary Guo 2021-08-26 05:40:08 +0100
  • a942d60e1a Allow dwarf expr support to be turned off Gary Guo 2021-08-26 05:37:45 +0100
  • d22df752ca Move the system allocator to libunwind as a feature Gary Guo 2021-08-26 05:27:28 +0100
  • 5e4c957df4 Workaround rust issue 50007 Gary Guo 2021-08-26 05:20:25 +0100
  • f76376c101 Add a cdylib target Gary Guo 2021-08-26 05:01:50 +0100
  • 7c07a5dbd9 Add helper methods to UnwindAction Gary Guo 2021-08-26 04:55:54 +0100
  • 20ca20e7f8 Remove std dependency Gary Guo 2021-08-26 04:27:01 +0100
  • 83537e0211 Gate FDE finder under features Gary Guo 2021-08-26 03:51:12 +0100
  • c195fc91eb Use spinlock if std feature is off Gary Guo 2021-08-26 03:50:33 +0100
  • 54cbb9f8fc Use core::ffi::c_void instead of libc::c_void Gary Guo 2021-08-26 03:48:18 +0100
  • 855a3d3a9f Full unwinding implementation Gary Guo 2021-08-26 03:28:28 +0100
  • 874abe87d2 Make frame optional to be able to denote end-of-stack in context Gary Guo 2021-08-26 02:42:55 +0100
  • e588ffdf2e Implement unwind accessors Gary Guo 2021-08-26 02:03:28 +0100
  • 69f47111a0 Add unwind ABI defs Gary Guo 2021-08-26 02:02:13 +0100
  • 61275d40b8 cfg-gate x86_64 module Gary Guo 2021-08-26 01:52:17 +0100
  • 28f545a5c8 Enforce unsafe_op_in_unsafe_fn Gary Guo 2021-08-26 01:51:59 +0100
  • dd94e27b1f Implement frame unwinder Gary Guo 2021-08-25 21:37:41 +0100
  • 8b06d29ed8 misc changes Gary Guo 2021-08-25 21:36:42 +0100
  • 5ecb44d1e3 Implement context save/restore asm for x86_64 Gary Guo 2021-08-25 05:59:24 +0100
  • c9385a3f21 FDE finder Gary Guo 2021-08-25 02:55:49 +0100