sanitizer_stacktrace.cc (GetCanonicFrame): Assume we compiled code with GCC when...
authorMaxim Ostapenko <m.ostapenko@samsung.com>
Tue, 8 Nov 2016 22:07:50 +0000 (22:07 +0000)
committerMaxim Ostapenko <chefmax@gcc.gnu.org>
Tue, 8 Nov 2016 22:07:50 +0000 (00:07 +0200)
commit789306de0fa860eebe32a2677d87d1203bbb81f4
tree247ce07074665a9835ecf838a46ee3ef49537083
parent103c4f759ab75305a7cb7927af6b35b1f5da5f06
sanitizer_stacktrace.cc (GetCanonicFrame): Assume we compiled code with GCC when extracting the caller PC for ARM if...

libsanitizer/

* sanitizer_common/sanitizer_stacktrace.cc (GetCanonicFrame): Assume we
compiled code with GCC when extracting the caller PC for ARM if no
valid frame pointer is available.

From-SVN: r241980
libsanitizer/ChangeLog
libsanitizer/sanitizer_common/sanitizer_stacktrace.cc