]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Merge in function wrapping support from the FNWRAP branch. That
authorJulian Seward <jseward@acm.org>
Thu, 12 Jan 2006 12:32:32 +0000 (12:32 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 12 Jan 2006 12:32:32 +0000 (12:32 +0000)
commitf9a9e03c7adbef86cba06e60a514b1918aafae76
tree190e4ae33994ec7cfa8e5d461eaccc008406c172
parent5777709dc17a3cc7cdcfac74b7c912e550f03bfd
Merge in function wrapping support from the FNWRAP branch.  That
branch hereby becomes inactive.  This currently breaks everything
except x86; fixes for amd64/ppc32 to follow.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5520
56 files changed:
coregrind/m_clientstate.c
coregrind/m_debuginfo/priv_symtab.h
coregrind/m_debuginfo/symtab.c
coregrind/m_demangle/demangle.c
coregrind/m_dispatch/dispatch-x86-linux.S
coregrind/m_errormgr.c
coregrind/m_main.c
coregrind/m_redir.c
coregrind/m_replacemalloc/vg_replace_malloc.c
coregrind/m_scheduler/scheduler.c
coregrind/m_signals.c
coregrind/m_translate.c
coregrind/m_transtab.c
coregrind/pub_core_clientstate.h
coregrind/pub_core_clreq.h
coregrind/pub_core_debuginfo.h
coregrind/pub_core_demangle.h
coregrind/pub_core_dispatch.h
coregrind/pub_core_dispatch_asm.h
coregrind/pub_core_redir.h
coregrind/pub_core_scheduler.h
coregrind/pub_core_translate.h
coregrind/pub_core_transtab.h
coregrind/vg_preloaded.c
include/pub_tool_debuginfo.h
include/pub_tool_machine.h
include/pub_tool_redir.h
include/valgrind.h
memcheck/mac_replace_strmem.c
memcheck/memcheck.h
memcheck/tests/Makefile.am
memcheck/tests/wrap1.c [new file with mode: 0644]
memcheck/tests/wrap1.stderr.exp [new file with mode: 0644]
memcheck/tests/wrap1.stdout.exp [new file with mode: 0644]
memcheck/tests/wrap1.vgtest [new file with mode: 0644]
memcheck/tests/wrap2.c [new file with mode: 0644]
memcheck/tests/wrap2.stderr.exp [new file with mode: 0644]
memcheck/tests/wrap2.stdout.exp [new file with mode: 0644]
memcheck/tests/wrap2.vgtest [new file with mode: 0644]
memcheck/tests/wrap3.c [new file with mode: 0644]
memcheck/tests/wrap3.stderr.exp [new file with mode: 0644]
memcheck/tests/wrap3.stdout.exp [new file with mode: 0644]
memcheck/tests/wrap3.vgtest [new file with mode: 0644]
memcheck/tests/wrap4.c [new file with mode: 0644]
memcheck/tests/wrap4.stderr.exp [new file with mode: 0644]
memcheck/tests/wrap4.stdout.exp [new file with mode: 0644]
memcheck/tests/wrap4.vgtest [new file with mode: 0644]
memcheck/tests/wrap5.c [new file with mode: 0644]
memcheck/tests/wrap5.stderr.exp [new file with mode: 0644]
memcheck/tests/wrap5.stdout.exp [new file with mode: 0644]
memcheck/tests/wrap5.vgtest [new file with mode: 0644]
memcheck/tests/wrap6.c [new file with mode: 0644]
memcheck/tests/wrap6.stderr.exp [new file with mode: 0644]
memcheck/tests/wrap6.stdout.exp [new file with mode: 0644]
memcheck/tests/wrap6.vgtest [new file with mode: 0644]
none/tests/cmdline2.stdout.exp