-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
We could use some more cut points rules, here are some:
-
--break-on-instrinsic-callsbreaks on callingIntrinsics -
--break-on-function-callsbreaks on callingFunctions -
--break-on-thunksbreaks onthunk -
--break-every-statementbreaks every MIRStatement -
--break-every-terminatorbreaks every MIRTerminator-
--break-on-terminator-gotobreaks on callingTerminatorKind::Goto -
--break-on-terminator-switch-intbreaks on callingTerminatorKind::SwitchInt -
--break-on-terminator-returnbreaks on callingTerminatorKind::Return -
--break-on-terminator-callbreaks on callingTerminatorKind::Call -
--break-on-terminator-assertbreaks on callingTerminatorKind::Assert -
--break-on-terminator-dropbreaks on callingTerminatorKind::Drop -
--break-on-terminator-unreachablebreaks on callingTerminatorKind::Unreachable
-
-
--break-every-stepbreaks every MIRStatementandTerminator
Metadata
Metadata
Assignees
Labels
No labels