]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 79362 - Debug info is lost for .so files when they are dlclose'd. Majorly rework...
authorJulian Seward <jseward@acm.org>
Thu, 11 Jan 2018 18:40:12 +0000 (19:40 +0100)
committerJulian Seward <jseward@acm.org>
Thu, 11 Jan 2018 18:40:12 +0000 (19:40 +0100)
commitcceed053ce876560b9a7512125dd93c7fa059778
treeffaf8d48c1c8dd533d28a9f36958921e2cc217da
parentf1a49eeb427caf42e7af2da2b91198e55c6f33b2
Bug 79362 - Debug info is lost for .so files when they are dlclose'd.  Majorly reworked by Philippe Waroquiers.
65 files changed:
.gitignore
NEWS
cachegrind/cg_main.c
callgrind/bb.c
callgrind/dump.c
callgrind/fn.c
coregrind/m_addrinfo.c
coregrind/m_debuginfo/debuginfo.c
coregrind/m_debuginfo/priv_storage.h
coregrind/m_errormgr.c
coregrind/m_execontext.c
coregrind/m_gdbserver/m_gdbserver.c
coregrind/m_gdbserver/server.c
coregrind/m_gdbserver/target.c
coregrind/m_gdbserver/valgrind-low-arm.c
coregrind/m_gdbserver/valgrind-low-mips32.c
coregrind/m_gdbserver/valgrind-low-mips64.c
coregrind/m_libcassert.c
coregrind/m_main.c
coregrind/m_options.c
coregrind/m_redir.c
coregrind/m_sbprofile.c
coregrind/m_scheduler/scheduler.c
coregrind/m_stacktrace.c
coregrind/m_tooliface.c
coregrind/m_translate.c
coregrind/m_xtree.c
coregrind/pub_core_debuginfo.h
coregrind/pub_core_execontext.h
coregrind/pub_core_tooliface.h
docs/xml/manual-core.xml
drd/drd_error.c
exp-bbv/bbv_main.c
exp-sgcheck/pc_common.c
exp-sgcheck/sg_main.c
helgrind/hg_addrdescr.c
helgrind/hg_addrdescr.h
helgrind/hg_errors.c
helgrind/hg_main.c
helgrind/libhb_core.c
include/pub_tool_addrinfo.h
include/pub_tool_basics.h
include/pub_tool_debuginfo.h
include/pub_tool_execontext.h
include/pub_tool_options.h
include/pub_tool_stacktrace.h
include/pub_tool_tooliface.h
include/pub_tool_xtree.h
lackey/lk_main.c
massif/ms_main.c
memcheck/mc_errors.c
memcheck/mc_include.h
memcheck/mc_leakcheck.c
memcheck/mc_main.c
memcheck/tests/linux/Makefile.am
memcheck/tests/linux/dlclose_leak-no-keep.stderr.exp [new file with mode: 0644]
memcheck/tests/linux/dlclose_leak-no-keep.stdout.exp [new file with mode: 0644]
memcheck/tests/linux/dlclose_leak-no-keep.vgtest [new file with mode: 0644]
memcheck/tests/linux/dlclose_leak.c [new file with mode: 0644]
memcheck/tests/linux/dlclose_leak.stderr.exp [new file with mode: 0644]
memcheck/tests/linux/dlclose_leak.stdout.exp [new file with mode: 0644]
memcheck/tests/linux/dlclose_leak.vgtest [new file with mode: 0644]
memcheck/tests/linux/dlclose_leak_so.c [new file with mode: 0644]
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp