Crate ghostscope_platform

Crate ghostscope_platform 

Source

Re-exports§

pub use calling_convention::get_parameter_register_in_context;
pub use calling_convention::CallingConvention;
pub use calling_convention::X86_64SystemV;
pub use register_mapping::dwarf_reg_to_name;
pub use register_mapping::dwarf_reg_to_name_x86_64;
pub use register_mapping::dwarf_reg_to_pt_regs_byte_offset;
pub use register_mapping::dwarf_reg_to_pt_regs_byte_offset_x86_64;
pub use register_mapping::pt_regs_indices;
pub use types::CodeReader;
pub use types::PlatformError;
pub use types::SourceLocation;

Modules§

calling_convention
Platform-specific utilities for the GhostScope eBPF debugging tool
register_mapping
types