| 24 | /// Per-pid mounting info referencing a deduplicated debug info entry. |
| 25 | #[derive(Serialize, Deserialize, Clone, Debug)] |
| 26 | pub struct MappedProcessDebugInfo { |
| 27 | pub debug_info_key: String, |
| 28 | pub load_bias: u64, |
| 29 | } |
| 30 | |
| 31 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 32 | pub struct ModuleDebugInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected