]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Merge r14288 from the BUF_REMOVAL branch to trunk.
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 26 Oct 2014 17:12:12 +0000 (17:12 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 26 Oct 2014 17:12:12 +0000 (17:12 +0000)
commit08e13c218dcd7db4504fde9e4a4b7ac90ed78e81
treeeb8077e0869d79d94a5f717dbd682d5715ae752c
parent665280aeafb6eea1739f899a604454cdb250e0da
Merge r14288 from the BUF_REMOVAL branch to trunk.
What it does it changing cachegrind's get_debug_info function such
that it no longer builds up an absolute pathname. Instead the function
get an additional parameter for the directory name and the absolute
pathname is built when it is needed. This will come in handy soonish
when VG_(get_filename_lineno) will be changed and those buffers will
disappear.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14665
cachegrind/cg_main.c