summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/projects/libunwind/src/AddressSpace.hpp
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-01-20 02:46:14 +0000
committeremaste <emaste@FreeBSD.org>2017-01-20 02:46:14 +0000
commitb2b1cb704e32a1e43978f556cf01ec30354fca17 (patch)
tree80ad4125814c82eeafc2a6ced1d4c25cb81b9c22 /contrib/llvm/projects/libunwind/src/AddressSpace.hpp
parentdd08fcebd27562bf459846063825f2bca66f1c6c (diff)
downloadFreeBSD-src-b2b1cb704e32a1e43978f556cf01ec30354fca17.zip
FreeBSD-src-b2b1cb704e32a1e43978f556cf01ec30354fca17.tar.gz
MFC r308006: libunwind: consistently add \n to log and trace messages
Previously most messages included a newline in the string, but a few of them were missing. Fix these and simplify by just adding the newline in the _LIBUNWIND_LOG macro itself. While here correct 'libuwind' typo (missing 'n'). Upstream LLVM libunwind commits r280086 and r280103. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'contrib/llvm/projects/libunwind/src/AddressSpace.hpp')
-rw-r--r--contrib/llvm/projects/libunwind/src/AddressSpace.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/projects/libunwind/src/AddressSpace.hpp b/contrib/llvm/projects/libunwind/src/AddressSpace.hpp
index 74294a3..d9ea3db 100644
--- a/contrib/llvm/projects/libunwind/src/AddressSpace.hpp
+++ b/contrib/llvm/projects/libunwind/src/AddressSpace.hpp
@@ -374,7 +374,7 @@ inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr,
(_Unwind_Ptr) targetAddr, &length);
info.arm_section_length = (uintptr_t)length;
#endif
- _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: section %X length %x\n",
+ _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: section %X length %x",
info.arm_section, info.arm_section_length);
if (info.arm_section && info.arm_section_length)
return true;
OpenPOWER on IntegriCloud