Граф коммитов

1 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Nethercote 56bf73b44e Add Mac support.
This is a lot more complex than the Linux and Windows support. First, we
must handle fat binaries, which contain code for multiple architectures,
using the `symbolic_debuginfo::Archive` type. Second, we must consult
the binary's symbol table and then read debug info from the object files
and archive files mentioned. We use the `goblin` crate for this.
2019-12-06 11:22:59 +11:00