/// Platform-specific utilities for the GhostScope eBPF debugging tool
///
/// This crate provides platform-specific abstractions for:
/// - Register mappings between DWARF and eBPF pt_regs
/// - Calling convention analysis and parameter location detection
/// - Function prologue analysis for accurate parameter access
/// - Type definitions for cross-crate compatibility
// Re-export key types and traits for convenience
pub use ;
pub use ;
pub use ;