mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
[pitboss/grind] deferred session-0009 (20260520T233019Z-6958)
This commit is contained in:
parent
a6f34554db
commit
38cc0ce05f
60 changed files with 509 additions and 541 deletions
|
|
@ -113,9 +113,11 @@ impl ProbeArg {
|
|||
/// sink no longer satisfies the oracle.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||
#[serde(tag = "kind")]
|
||||
#[derive(Default)]
|
||||
pub enum ProbeKind {
|
||||
/// Standard sink observation: arguments were captured before the sink
|
||||
/// returned normally (or raised a non-crash exception).
|
||||
#[default]
|
||||
Normal,
|
||||
/// Sink invocation was interrupted by a fatal signal that the
|
||||
/// sink-site handler intercepted. The captured `signal` is the one
|
||||
|
|
@ -305,11 +307,6 @@ pub enum ProbeKind {
|
|||
},
|
||||
}
|
||||
|
||||
impl Default for ProbeKind {
|
||||
fn default() -> Self {
|
||||
ProbeKind::Normal
|
||||
}
|
||||
}
|
||||
|
||||
/// Bounded forensic snapshot captured alongside a [`SinkProbe`]
|
||||
/// (Phase 08 — Track C.5).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue