SVC: Difference between revisions
No edit summary |
|||
Line 1,822: | Line 1,822: | ||
! Bit || Bitmask || Description | ! Bit || Bitmask || Description | ||
|- | |- | ||
| 0 || 1 || | | 0 || 1 || IgnoreException (note: ResumeAllThreads or debug-suspended-thread-id needed) | ||
|- | |- | ||
| 1 || 2 || SwallowException | | 1 || 2 || SwallowException | ||
Line 1,835: | Line 1,835: | ||
! Bit || Bitmask || Description | ! Bit || Bitmask || Description | ||
|- | |- | ||
| 0 || 1 || | | 0 || 1 || IgnoreException (note: doesn't need to be set in the same call than Resume) | ||
|- | |- | ||
| 1 || 2 || SwallowException | | 1 || 2 || SwallowException | ||
Line 1,841: | Line 1,841: | ||
| 2 || 4 || Resume | | 2 || 4 || Resume | ||
|- | |- | ||
| 3 || 8 || | | 3 || 8 || IgnoreExceptionInverted | ||
|} | |} | ||
IgnoreExceptionInverted is like CancelSynchronization but acts on all threads that aren't in the input list. | |||
If the input number of threads is 0, this means "all threads". | If the input number of threads is 0, this means "all threads". |