Chromium Code Reviews| Index: base/debug/stack_trace.h |
| diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h |
| index ba1937fe5e6f1702e2b0a177727d99997b3cf3d8..48108bccd5cd17bac17bc154c0010aca5f0a8183 100644 |
| --- a/base/debug/stack_trace.h |
| +++ b/base/debug/stack_trace.h |
| @@ -23,13 +23,13 @@ struct _EXCEPTION_POINTERS; |
| struct _CONTEXT; |
| #endif |
| -#if defined(OS_POSIX) && ( \ |
| - defined(__i386__) || defined(__x86_64__) || \ |
| - (defined(__arm__) && !defined(__thumb__))) |
| +//#if defined(OS_POSIX) && ( \ |
|
brettw
2017/02/22 22:03:31
We should clean this up before checking it in.
Wez
2017/02/23 00:12:22
Yup; this was uploaded mainly to unblock Albert -
|
| +// defined(__i386__) || defined(__x86_64__) || \ |
| +// (defined(__arm__) && !defined(__thumb__))) |
| #define HAVE_TRACE_STACK_FRAME_POINTERS 1 |
| -#else |
| -#define HAVE_TRACE_STACK_FRAME_POINTERS 0 |
| -#endif |
| +//#else |
| +//#define HAVE_TRACE_STACK_FRAME_POINTERS 0 |
| +//#endif |
| namespace base { |
| namespace debug { |