mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 16:45:08 +01:00
more
This commit is contained in:
parent
d1e561c665
commit
598ddadc6b
4 changed files with 40 additions and 16 deletions
|
|
@ -30,9 +30,9 @@ extern "C" {
|
|||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct DwarfInfo {
|
||||
/// The text segment
|
||||
map: *const [u8],
|
||||
pub(super) map: *const [u8],
|
||||
/// PT_GNU_EH_FRAME
|
||||
dwarf: *const u8,
|
||||
pub(super) dwarf: *const u8,
|
||||
}
|
||||
|
||||
pub fn dwarf_info(addr: *const ffi::c_void) -> Option<DwarfInfo> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue