Struct cargo_tarpaulin::breakpoint::Breakpoint [] [src]

pub struct Breakpoint {
    pub pid: pid_t,
    pub pc: u64,
    // some fields omitted
}

Breakpoint construct used to monitor program execution. As tarpaulin is an automated process, this will likely have less functionality than most breakpoint implementations.

Fields

Current process id

Program counter

Methods

impl Breakpoint
[src]

Creates a new breakpoint for the given process and program counter.

Processes the breakpoint. This steps over the breakpoint

Trait Implementations

impl Debug for Breakpoint
[src]

Formats the value using the given formatter.