Define/use hardware pointer type for stack unwind
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2012 12:02:29 +0000 (12:02 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2012 12:02:29 +0000 (12:02 +0000)
commit1ceb064e3b387d3ccdd761de8ae06ea1f119b199
treec820b9a2e4796f64daf0e40ac9e60c9dc6588120
parent1b9b22f30ba624603623773a2091ecdf21b399f6
Define/use hardware pointer type for stack unwind

PR other/55333
* include/sanitizer/common_interface_defs.h (uhwptr): New type
for hardware pointer.
* sanitizer_common/sanitizer_stacktrace.cc (StackTrace::FastUnwindStack):
Replace uptr with uhwptr for stack unwind.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193557 138bc75d-0d04-0410-961f-82ee72b054a4
libsanitizer/ChangeLog
libsanitizer/include/sanitizer/common_interface_defs.h
libsanitizer/sanitizer_common/sanitizer_stacktrace.cc