]> git.ipfire.org Git - thirdparty/valgrind.git/log
thirdparty/valgrind.git
23 years agoChange VG_N_EPOCHS to 20000 to avoid resolution loss for long-running
Julian Seward [Mon, 25 Mar 2002 02:02:52 +0000 (02:02 +0000)] 
Change VG_N_EPOCHS to 20000 to avoid resolution loss for long-running
loops.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@33

23 years agoAdd experimental omission of V-bits for address values, using
Julian Seward [Mon, 25 Mar 2002 00:07:36 +0000 (00:07 +0000)] 
Add experimental omission of V-bits for address values, using
--check-addrVs=no.  The default behaviour, =yes, is the original
behaviour.  So far this is undocumented.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@32

23 years agoadded a bzdist target
Frédéric Gobry [Sun, 24 Mar 2002 18:01:46 +0000 (18:01 +0000)] 
added a bzdist target

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@31

23 years agoDetect FPU instructions which set %EFLAGS and mark the resulting
Julian Seward [Sun, 24 Mar 2002 13:52:19 +0000 (13:52 +0000)] 
Detect FPU instructions which set %EFLAGS and mark the resulting
UInstrs accordingly.  Fixes a bug in the simulated CPU in which the
results of f{u}comi{p} FPU insns were ignored, potentially leading to
wrong program behaviour.  This will only have happened to people using
P6/P7/K7 class CPUs.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@30

23 years agocompile wibble
Julian Seward [Sun, 24 Mar 2002 13:47:51 +0000 (13:47 +0000)] 
compile wibble

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@29

23 years agoRemove mention of vg_version.h.
Julian Seward [Sun, 24 Mar 2002 12:32:13 +0000 (12:32 +0000)] 
Remove mention of vg_version.h.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@28

23 years agoUse autoconf tests for glibc version in argc/argv/envp search.
Julian Seward [Sun, 24 Mar 2002 12:22:39 +0000 (12:22 +0000)] 
Use autoconf tests for glibc version in argc/argv/envp search.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@27

23 years agoFix plumbing of version number from config.h to vg_main.c
Julian Seward [Sun, 24 Mar 2002 12:18:35 +0000 (12:18 +0000)] 
Fix plumbing of version number from config.h to vg_main.c

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@26

23 years agoversion --> 20020324
Julian Seward [Sun, 24 Mar 2002 12:10:57 +0000 (12:10 +0000)] 
version --> 20020324

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@25

23 years agoAdd test case for the fucomip probable-bug.
Julian Seward [Sun, 24 Mar 2002 12:06:29 +0000 (12:06 +0000)] 
Add test case for the fucomip probable-bug.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@24

23 years agoPrint suggested fix to avoid this panic:
Julian Seward [Sun, 24 Mar 2002 12:03:00 +0000 (12:03 +0000)] 
Print suggested fix to avoid this panic:
VG_ASSUMED_EXE_BASE doesn't match reality

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@23

23 years agoImplement DAA as well as DAS. Byrial Jensen <byrial@image.dk>
Julian Seward [Sun, 24 Mar 2002 11:54:07 +0000 (11:54 +0000)] 
Implement DAA as well as DAS.  Byrial Jensen <byrial@image.dk>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@22

23 years ago#ifdef SNDCTL_DSP_GETCHANNELMASK and SNDCTL_DSP_BIND_CHANNEL; not available
Julian Seward [Sun, 24 Mar 2002 11:43:56 +0000 (11:43 +0000)] 
#ifdef SNDCTL_DSP_GETCHANNELMASK and SNDCTL_DSP_BIND_CHANNEL; not available
on all Linuxes, it seems.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@21

23 years agoAdd suppression from Joe Buck <Joe.Buck@synopsys.com>
Julian Seward [Sun, 24 Mar 2002 11:38:37 +0000 (11:38 +0000)] 
Add suppression from Joe Buck <Joe.Buck@synopsys.com>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@20

23 years agoMarkup wibbles.
Julian Seward [Sun, 24 Mar 2002 11:31:13 +0000 (11:31 +0000)] 
Markup wibbles.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@19

23 years agoChange message "Use of uninitialized CPU condition code" to
Julian Seward [Sun, 24 Mar 2002 11:29:13 +0000 (11:29 +0000)] 
Change message "Use of uninitialized CPU condition code" to
"Conditional jump or move depends on uninitialised value(s)", since
that will be more meaningful to most programmers.  Also change the
suppression-kind to Cond in .supp files.  The old Value0 descriptor
means the same and is still accepted.  Suggested by Joe Buck
<Joe.Buck@synopsys.com>.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@18

23 years agoAdd syscall setresgid32
Julian Seward [Sun, 24 Mar 2002 10:49:46 +0000 (10:49 +0000)] 
Add syscall setresgid32

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@17

23 years ago(merge from 20020320)
Julian Seward [Sun, 24 Mar 2002 10:18:41 +0000 (10:18 +0000)] 
(merge from 20020320)
Final comments.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16

23 years ago(merge from 20020320)
Julian Seward [Sun, 24 Mar 2002 10:17:25 +0000 (10:17 +0000)] 
(merge from 20020320)
Syscalls/ioctls added between 0317 and 0320.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15

23 years ago(merge from 20020320)
Julian Seward [Sun, 24 Mar 2002 10:05:14 +0000 (10:05 +0000)] 
(merge from 20020320)
(commented out): sleep(10) at startup to give enough time to attach GDB.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14

23 years ago(merge from 20020320)
Julian Seward [Sun, 24 Mar 2002 10:03:17 +0000 (10:03 +0000)] 
(merge from 20020320)
Modify codegen_SAHF so the instrumenter doesn't generate spurious
value errors if parts of %eax other than %ah are undefined.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13

23 years ago(merge from 20020320)
Julian Seward [Sun, 24 Mar 2002 10:00:09 +0000 (10:00 +0000)] 
(merge from 20020320)
Implement x86 das instruction.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12

23 years ago(merge from 20020320)
Julian Seward [Sun, 24 Mar 2002 09:45:26 +0000 (09:45 +0000)] 
(merge from 20020320)
Allow suppressions with only a single level of backtrace, for suppressing
against libraries compiled with -fomit-frame-pointer.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11

23 years agothis is a generated file
Frédéric Gobry [Fri, 22 Mar 2002 13:40:55 +0000 (13:40 +0000)] 
this is a generated file

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10

23 years agoimproved the build system
Frédéric Gobry [Fri, 22 Mar 2002 13:38:30 +0000 (13:38 +0000)] 
improved the build system

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9

23 years agoInitial revision
Julian Seward [Fri, 22 Mar 2002 01:27:54 +0000 (01:27 +0000)] 
Initial revision

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2

23 years agoNew repository initialized by cvs2svn.
no author [Fri, 22 Mar 2002 01:27:54 +0000 (01:27 +0000)] 
New repository initialized by cvs2svn.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1