Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breakAtPossibleNextInstructions should use const InterpreterState
Summary: `breakAtPossibleNextInstructions()` has the same purpose as `breakpointCaller()` and `breakpointExceptionHandler(const InterpreterState &state);`. Their job is to set a temporary breakpoint for where things should pause next. This diff just makes the function signature align with `breakpointExceptionHandler()` by using const. This differentiates the function from things like `stepInstruction()`. Reviewed By: avp Differential Revision: D55273733 fbshipit-source-id: dca8782bd1356d5d80287ab075bef8922fb60cd1
- Loading branch information