Chromium Code Reviews| Index: src/processor/exploitability_linux.h |
| =================================================================== |
| --- src/processor/exploitability_linux.h (revision 1464) |
| +++ src/processor/exploitability_linux.h (working copy) |
| @@ -53,6 +53,7 @@ |
| // This method takes the address of the instruction pointer and returns |
| // whether the instruction pointer lies in a valid instruction region. |
| bool InstructionPointerInCode(uint64_t instruction_ptr); |
| + bool BenignCrashTrigger(const MDRawExceptionStream *raw_exception_stream); |
|
ivanpe
2015/06/26 18:21:36
Please, add a function description.
liuandrew
2015/06/29 16:13:56
Done.
|
| }; |
| } // namespace google_breakpad |