Add ptrace exit breakpoint
This will let you stop at process exit and inspect it right before the process dies.
This commit is contained in:
@@ -27,7 +27,7 @@ struct Handle {
|
||||
seek: usize
|
||||
}
|
||||
|
||||
type SysFn = Fn() -> Result<Vec<u8>> + Send + Sync;
|
||||
type SysFn = dyn Fn() -> Result<Vec<u8>> + Send + Sync;
|
||||
|
||||
/// System information scheme
|
||||
pub struct SysScheme {
|
||||
|
||||
Reference in New Issue
Block a user