| Index: runtime/vm/simulator_arm.h
|
| ===================================================================
|
| --- runtime/vm/simulator_arm.h (revision 42554)
|
| +++ runtime/vm/simulator_arm.h (working copy)
|
| @@ -259,6 +259,9 @@
|
| // Executes ARM 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_;
|
|
|