Index: runtime/vm/simulator_mips.h |
=================================================================== |
--- runtime/vm/simulator_mips.h (revision 42554) |
+++ runtime/vm/simulator_mips.h (working copy) |
@@ -241,6 +241,9 @@ |
void Execute(); |
void ExecuteDelaySlot(); |
+ // Returns true if tracing of executed instructions is enabled. |
+ bool IsTracingExecution() const; |
+ |
// Longjmp support for exceptions. |
SimulatorSetjmpBuffer* last_setjmp_buffer() { |
return last_setjmp_buffer_; |