gimli-rs / unwind-rs

Apache License 2.0
26 stars 10 forks source link

Use upstream gimli #6

Closed roblabla closed 5 years ago

roblabla commented 6 years ago

unwind-rs uses a fork of gimli, which makes the private parse_cfi_entry public and parses (but ultimately ignores) DW_CFA_GNU_args_size.

We should strive to use upstream gimli.

Path forward:

main-- commented 6 years ago

We should strive to use upstream gimli.

I agree.

kitlith commented 5 years ago

This is resolved as of #17 and should be closed, right?

philipc commented 5 years ago

Yes, thanks. Note that the next release of gimli will have breaking changes that affect this crate (Register and BaseAddresses).