]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r308006: libunwind: consistently add \n to log and trace messages
authoremaste <emaste@FreeBSD.org>
Fri, 20 Jan 2017 02:46:14 +0000 (02:46 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 20 Jan 2017 02:46:14 +0000 (02:46 +0000)
commitb2b1cb704e32a1e43978f556cf01ec30354fca17
tree80ad4125814c82eeafc2a6ced1d4c25cb81b9c22
parentdd08fcebd27562bf459846063825f2bca66f1c6c
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
contrib/llvm/projects/libunwind/include/libunwind.h
contrib/llvm/projects/libunwind/src/AddressSpace.hpp
contrib/llvm/projects/libunwind/src/CompactUnwinder.hpp
contrib/llvm/projects/libunwind/src/EHHeaderParser.hpp
contrib/llvm/projects/libunwind/src/Unwind-EHABI.cpp
contrib/llvm/projects/libunwind/src/Unwind-sjlj.c
contrib/llvm/projects/libunwind/src/UnwindCursor.hpp
contrib/llvm/projects/libunwind/src/UnwindLevel1-gcc-ext.c
contrib/llvm/projects/libunwind/src/UnwindLevel1.c
contrib/llvm/projects/libunwind/src/config.h
contrib/llvm/projects/libunwind/src/libunwind.cpp