]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 27 Oct 2014 12:06:35 +0000 (12:06 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 27 Oct 2014 12:06:35 +0000 (12:06 +0000)
commitd7cc7eac9994f40dca7c34429d03ab9d3f02491e
treee713b3406ee19c89c46b7f3fc3c82de2e275a578
parente3d289a56dfcd120ba9da6dee22cd0262306a302
Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk.
The functions VG_(get_filename) and VG_(get_filename_lineno) now return
a pointer to filename and directory name instead of copying them into
buffers passed in from the caller.
The returned strings are persistent as long as the DebugInfo to which
they belong is not discarded. The caller therefore needs to stash them
away as needed.
Function VG_(strncpy_safely) has been removed as it is no longer needed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14668
cachegrind/cg_main.c
callgrind/debug.c
callgrind/dump.c
callgrind/fn.c
callgrind/global.h
coregrind/m_addrinfo.c
coregrind/m_debuginfo/debuginfo.c
coregrind/m_libcbase.c
coregrind/m_scheduler/scheduler.c
include/pub_tool_debuginfo.h
include/pub_tool_libcbase.h