]> git.ipfire.org Git - thirdparty/valgrind.git/commit
README_DEVELOPERS: Replace b vgPlain_do_exec with b vgPlain_do_exec_inner
authorMark Wielaard <mark@klomp.org>
Mon, 13 May 2024 10:30:13 +0000 (12:30 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 13 May 2024 10:32:17 +0000 (12:32 +0200)
commitc33873d71960739dfb2788f363441decb70b7617
tree4549bedb6ec0b6353f2054eb6fcfff4085a05814
parent5cda2e248f7530c30651beaf6b5efb297f9395ea
README_DEVELOPERS: Replace b vgPlain_do_exec with b vgPlain_do_exec_inner

When building with --enable-lto vgPlain_do_exec is optimized out.
So replace the breakpoint example with vgPlain_do_exec_inner and
add a note that this is just an example and internal symbol names
might change or get optimized out.
README_DEVELOPERS