 Chromium Code Reviews
 Chromium Code Reviews Issue 10698116:
  Put additional information onto the stack when crashing in Debug::Break.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 10698116:
  Put additional information onto the stack when crashing in Debug::Break.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/debug.h | 
| diff --git a/src/debug.h b/src/debug.h | 
| index 9b5c2505ecb73e383436f66adcb2f83373a6c211..f3215c93df349497d207b399152aa537c02f3655 100644 | 
| --- a/src/debug.h | 
| +++ b/src/debug.h | 
| @@ -232,6 +232,7 @@ class Debug { | 
| void PreemptionWhileInDebugger(); | 
| void Iterate(ObjectVisitor* v); | 
| + // TODO(131642): Remove this when fixed. | 
| NO_INLINE(void PutValuesOnStackAndDie(int start, | 
| Address c_entry_fp, | 
| Address last_fp, |