| Index: src/debug.h
 | 
| diff --git a/src/debug.h b/src/debug.h
 | 
| index 2adbd243386b083f42a3cd5f7630256962d1d73a..d9c966c37f45b5493ea6a7ad6ae76901bacffc68 100644
 | 
| --- a/src/debug.h
 | 
| +++ b/src/debug.h
 | 
| @@ -232,6 +232,12 @@ class Debug {
 | 
|    void PreemptionWhileInDebugger();
 | 
|    void Iterate(ObjectVisitor* v);
 | 
|  
 | 
| +  NO_INLINE(void PutValuesOnStackAndDie(int start,
 | 
| +                                        Address c_entry_fp,
 | 
| +                                        Address last_fp,
 | 
| +                                        Address larger_fp,
 | 
| +                                        int count,
 | 
| +                                        int end));
 | 
|    Object* Break(Arguments args);
 | 
|    void SetBreakPoint(Handle<SharedFunctionInfo> shared,
 | 
|                       Handle<Object> break_point_object,
 | 
| 
 |