]> git.ipfire.org Git - thirdparty/valgrind.git/commit
A big commit size-wise, but small concept-wise: removed the ThreadState type
authorNicholas Nethercote <njn@valgrind.org>
Thu, 24 Jul 2003 08:45:32 +0000 (08:45 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 24 Jul 2003 08:45:32 +0000 (08:45 +0000)
commit0f871c249cc91d0710558f536e7377be7baaa3a8
tree9bfa504d2e30dfb3279684be9005cb8657a84dd9
parent53220a1cbbfe1fb3e7ae7d9e1169125af94958ed
A big commit size-wise, but small concept-wise:  removed the ThreadState type
from skin's view, replacing all instances with ThreadId.  Much cleaner.  Had to
change the way VG_(get_ExeContext)() worked a little.  Changed the core/skin
major interface because this breaks the old version.  Also fixed a few minor
related things here and there.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1782
22 files changed:
addrcheck/ac_main.c
coregrind/vg_default.c
coregrind/vg_errcontext.c
coregrind/vg_execontext.c
coregrind/vg_include.h
coregrind/vg_needs.c
coregrind/vg_replace_malloc.c
coregrind/vg_scheduler.c
coregrind/vg_signals.c
coregrind/vg_syscalls.c
coregrind/vg_translate.c
helgrind/hg_main.c
include/vg_skin.h
memcheck/mac_leakcheck.c
memcheck/mac_malloc_wrappers.c
memcheck/mac_needs.c
memcheck/mac_replace_strmem.c
memcheck/mac_shared.h
memcheck/mc_clientreqs.c
memcheck/mc_errcontext.c
memcheck/mc_include.h
memcheck/mc_main.c