Allow procmgr to recognize unhandled exceptions.
This commit is contained in:
@@ -44,7 +44,9 @@ pub enum Status {
|
||||
HardBlocked {
|
||||
reason: HardBlockedReason,
|
||||
},
|
||||
Dead,
|
||||
Dead {
|
||||
excp: Option<syscall::Exception>,
|
||||
},
|
||||
}
|
||||
|
||||
impl Status {
|
||||
|
||||
Reference in New Issue
Block a user