| Index: runtime/vm/simulator_arm64.h
|
| ===================================================================
|
| --- runtime/vm/simulator_arm64.h (revision 42554)
|
| +++ runtime/vm/simulator_arm64.h (working copy)
|
| @@ -256,6 +256,9 @@
|
| // Executes ARM64 instructions until the PC reaches kEndSimulatingPC.
|
| void Execute();
|
|
|
| + // Returns true if tracing of executed instructions is enabled.
|
| + bool IsTracingExecution() const;
|
| +
|
| // Longjmp support for exceptions.
|
| SimulatorSetjmpBuffer* last_setjmp_buffer() {
|
| return last_setjmp_buffer_;
|
|
|