|
The Pedigree Project 0.1
|
Collaboration diagram for PosixTraceRelation::State:Public Attributes | |
| WaitQueue | waiters |
| bool | active = false |
| bool | closed = false |
| bool | stopped = false |
| bool | report = false |
| bool | resumed = false |
| bool | detached = false |
| bool | execTrap = false |
| bool | ownsReservation = false |
| uint64_t | generation = 0 |
| UniquePointer< SignalEvent > | prepared |
| bool | jobStopped = false |
| bool | continueReport = false |
| StopKind | kind = StopKind::Signal |
| int | signal = 0 |
| int | replacement = 0 |
| int32_t | senderPid = 0 |
| uint32_t | senderUid = 0 |
| Amd64UserRegisters | registers {} |
| TraceSignalInfo | info |
| PosixWait::Report | waitReport |
| PosixWait::Report | continuationReport |
Definition at line 15 of file trace-state.cc.
| bool PosixTraceRelation::State::active = false |
Definition at line 18 of file trace-state.cc.
| bool PosixTraceRelation::State::closed = false |
Definition at line 18 of file trace-state.cc.
| PosixWait::Report PosixTraceRelation::State::continuationReport |
Definition at line 30 of file trace-state.cc.
| bool PosixTraceRelation::State::continueReport = false |
Definition at line 23 of file trace-state.cc.
| bool PosixTraceRelation::State::detached = false |
Definition at line 19 of file trace-state.cc.
| bool PosixTraceRelation::State::execTrap = false |
Definition at line 19 of file trace-state.cc.
| uint64_t PosixTraceRelation::State::generation = 0 |
Definition at line 21 of file trace-state.cc.
| TraceSignalInfo PosixTraceRelation::State::info |
Definition at line 29 of file trace-state.cc.
| bool PosixTraceRelation::State::jobStopped = false |
Definition at line 23 of file trace-state.cc.
| StopKind PosixTraceRelation::State::kind = StopKind::Signal |
Definition at line 24 of file trace-state.cc.
| bool PosixTraceRelation::State::ownsReservation = false |
Definition at line 20 of file trace-state.cc.
| UniquePointer<SignalEvent> PosixTraceRelation::State::prepared |
Definition at line 22 of file trace-state.cc.
| Amd64UserRegisters PosixTraceRelation::State::registers {} |
Definition at line 28 of file trace-state.cc.
| int PosixTraceRelation::State::replacement = 0 |
Definition at line 25 of file trace-state.cc.
| bool PosixTraceRelation::State::report = false |
Definition at line 18 of file trace-state.cc.
| bool PosixTraceRelation::State::resumed = false |
Definition at line 19 of file trace-state.cc.
| int32_t PosixTraceRelation::State::senderPid = 0 |
Definition at line 26 of file trace-state.cc.
| uint32_t PosixTraceRelation::State::senderUid = 0 |
Definition at line 27 of file trace-state.cc.
| int PosixTraceRelation::State::signal = 0 |
Definition at line 25 of file trace-state.cc.
| bool PosixTraceRelation::State::stopped = false |
Definition at line 18 of file trace-state.cc.
|
mutable |
Definition at line 17 of file trace-state.cc.
| PosixWait::Report PosixTraceRelation::State::waitReport |
Definition at line 30 of file trace-state.cc.