Begin setting up stack unwinding/tracing.
This actually worked so I am chuffed, but it doesn't read the necessary DWARF structures just yet. Still a good step forwards.
This commit is contained in:
+2
-7
@@ -19,13 +19,8 @@ futures-util = { version = "0.3.31", default-features = false, features = [
|
||||
"alloc",
|
||||
] }
|
||||
linked_list_allocator = { version = "0.10.5", features = ["use_spin"] }
|
||||
# unwinding = { version = "0.2.5", default-features = false, features = [
|
||||
# "unwinder",
|
||||
# "fde-static",
|
||||
# "personality",
|
||||
# "panic",
|
||||
# "hide-trace",
|
||||
# ] }
|
||||
gimli = { version = "0.31.1", default-features = false, features = ["read"] }
|
||||
elf = { version = "0.7.4", default-features = false, features = ["nightly"] }
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.2.14"
|
||||
|
||||
Reference in New Issue
Block a user