mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
VALGRIND_{PRINTF,PRINTF_BACKTRACE,INTERNAL_PRINTF} were no longer appending
newlines. This meant that --trace-malloc=yes spewed everything onto a
single line, among other things.
Rather than adding the newline back in, I chose to offically change their
behaviour to not add the newlines, as this is more flexible (and the reason
for the underlying VG_(message) change). I updated all the relevant places
I could find.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10694
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
|
|
Yo Yo Ma
|
|
9
|
|
Backtrace line one
|
|
Line two:
|
|
at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
|
|
by 0x........: main (vgprintf.c:12)
|
|
29
|
|
|