consistently add \n to log and trace messages
authorEd Maste <emaste@freebsd.org>
Tue, 30 Aug 2016 15:38:10 +0000 (15:38 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 30 Aug 2016 15:38:10 +0000 (15:38 +0000)
commit92c948901a33252ba0567ce14d131fda1a2a3a14
treef0b62a725bdb001348cf13eb3f4f3c065d91a3b1
parent7b21db9daa598b871e108ee4266c15851ca5d563
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.

Differential Revision: https://reviews.llvm.org/D24026

llvm-svn: 280103
libunwind/src/AddressSpace.hpp
libunwind/src/CompactUnwinder.hpp
libunwind/src/EHHeaderParser.hpp
libunwind/src/Unwind-EHABI.cpp
libunwind/src/Unwind-sjlj.c
libunwind/src/UnwindCursor.hpp
libunwind/src/UnwindLevel1-gcc-ext.c
libunwind/src/UnwindLevel1.c
libunwind/src/config.h
libunwind/src/libunwind.cpp