| Index: src/debug.h
|
| ===================================================================
|
| --- src/debug.h (revision 2827)
|
| +++ src/debug.h (working copy)
|
| @@ -119,6 +119,8 @@
|
| return reloc_iterator_original_->rinfo()->rmode();
|
| }
|
|
|
| + bool IsDebuggerStatement();
|
| +
|
| protected:
|
| bool RinfoDone() const;
|
| void RinfoNext();
|
| @@ -128,6 +130,7 @@
|
| int position_;
|
| int statement_position_;
|
| Handle<DebugInfo> debug_info_;
|
| + Handle<Code> debug_break_stub_;
|
| RelocIterator* reloc_iterator_;
|
| RelocIterator* reloc_iterator_original_;
|
|
|
|
|