Module debug

Source
Expand description

Functions for interfacing with debug info from the runtime.

Re-exports§

pub use crate::bindings::TWZ_RT_EXEID;

Structs§

LinkMap
LoadedImage
A loaded runtime program component, and the associated image (executable or library) file. Contains debugging info and program header info.

Functions§

twz_rt_get_loaded_image
Return the LoadedImage associated with the given LoadedImageId in the runtime. If no such ID exists, return None.

Type Aliases§

DlPhdrInfo
Information about loaded image program headers.
LoadedImageId
Loaded image identifier.