 Chromium Code Reviews
 Chromium Code Reviews Issue 2693002:
  More precise break points and stepping when debugging...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 2693002:
  More precise break points and stepping when debugging...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/ia32/codegen-ia32.h | 
| =================================================================== | 
| --- src/ia32/codegen-ia32.h (revision 4816) | 
| +++ src/ia32/codegen-ia32.h (working copy) | 
| @@ -316,7 +316,9 @@ | 
| static bool ShouldGenerateLog(Expression* type); | 
| #endif | 
| - static void RecordPositions(MacroAssembler* masm, int pos); | 
| + static bool RecordPositions(MacroAssembler* masm, | 
| + int pos, | 
| + bool right_here = false); | 
| // Accessors | 
| MacroAssembler* masm() { return masm_; } |