Chromium Code Reviews| Index: src/frames.h |
| diff --git a/src/frames.h b/src/frames.h |
| index e550f765ca611a7df7fdd0549fb709399e6a66d0..329425f1adf808b9be1d72a1ffa560a9ea74af7a 100644 |
| --- a/src/frames.h |
| +++ b/src/frames.h |
| @@ -241,6 +241,11 @@ class StackFrame BASE_EMBEDDED { |
| virtual void Iterate(ObjectVisitor* v) const = 0; |
| static void IteratePc(ObjectVisitor* v, Address* pc_address, Code* holder); |
| + // Sets a callback function for return-address rewriting profilers |
| + // to resolve the location of a return address to the location of the |
|
Vyacheslav Egorov (Chromium)
2012/02/24 10:35:59
trailing white space.
Sigurður Ásgeirsson
2012/02/24 14:46:04
Ooops, done.
|
| + // profiler's stashed return address. |
| + static void SetReturnAddressLocationResolver( |
| + ReturnAddressLocationResolver resolver); |
| // Printing support. |
| enum PrintMode { OVERVIEW, DETAILS }; |