Expand description
Functions for interfacing with debug info from the runtime.
Re-exports§
pub use crate::bindings::TWZ_RT_EXEID;
Structs§
- A loaded runtime program component, and the associated image (executable or library) file. Contains debugging info and program header info.
Functions§
- Return the LoadedImage associated with the given LoadedImageId in the runtime. If no such ID exists, return None.
Type Aliases§
- Information about loaded image program headers.
- Loaded image identifier.