summaryrefslogtreecommitdiff
path: root/coregrind/pub_core_options.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2009-11-05New flag: --trace-children-skip=patt1,patt2,etcsewardj1-0/+7
2009-08-04Various option-related tweaks:njn1-1/+1
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj1-22/+6
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+4
2009-03-10Updated copyright years.njn1-1/+1
2009-02-10Cleaned up the mess that was the treatment of "below main" functions such asnjn1-2/+0
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-4/+4
2008-05-13Increased maximum number of suppression files from 10 to 100. Fixes #161487.bart1-1/+1
2008-03-03Merge in the DATASYMS branch.sewardj1-0/+2
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2008-01-09Move VG_(clo_backtrace_size) to a tool-visible header file.sewardj1-2/+0
2007-12-18Improve handling of programs which require very large main threadsewardj1-0/+3
2007-11-23Fixed up the log file mess throughout, including the docs. This killednjn1-11/+5
2007-11-22Add support for %q in --massif-out-file. Todo: use this mechanism for thenjn1-0/+2
2007-11-17Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled,sewardj1-0/+6
2007-08-28Make the --max-stackframe machinery 64-bit clean.sewardj1-2/+3
2007-02-12Essentially non-functional tidyings and improvements to debuginfosewardj1-0/+8
2007-02-12Get rid of the unused --model-pthreads flag.sewardj1-2/+0
2007-02-09Oops; make declarations match definitions. So much for C's type system.sewardj1-2/+2
2007-02-07Make VG_(clo_log_file_qualifier) tool-visible.sewardj1-1/+1
2007-01-08Update copyright dates.sewardj1-1/+1
2006-10-19Move a couple of functions out of tool view.sewardj1-0/+11
2006-10-17Merge r6126:sewardj1-0/+2
2006-06-05Update copyright dates.sewardj1-1/+1
2006-05-12A new flag, --error-exitcode=, has been added, to allow changing thesewardj1-1/+5
2005-11-12Rename --simulation-hints as --sim-hints for brevity.njn1-1/+1
2005-10-20Remove all remaining references to pointercheck. It's sad to see itsewardj1-3/+0
2005-10-20The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= tosewardj1-2/+2
2005-10-06The m_syswrap subsystem is Valgrind's model of how the kernel behavessewardj1-0/+5
2005-09-28Get rid of some macros used only by the old aspacemgr, and tidy upsewardj1-1/+0
2005-07-26Make VG_(clo_vex_control) tool-visible so tools can control howsewardj1-2/+0
2005-07-24--branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd.sewardj1-2/+0
2005-07-24Get rid of --support-elan3=. This flag wasn't doing anything sincesewardj1-3/+0
2005-07-24Rename --smc-support= to --smc-check=.sewardj1-1/+1
2005-07-19New command line option: --log-file-qualifier=VAR. When specified,sewardj1-2/+9
2005-07-07Support for self modifying code on unfriendly platforms (x86, amd64)sewardj1-0/+16
2005-06-18Move VG_CLO_DEFAULT_LOGPORT to a better spot.njn1-4/+0
2005-06-12Finished the modularisation of vg_mylibc.c, which meant it could be removed.njn1-16/+0
2005-06-01Move VALGRINDCLO and VALGRINDOPTS into m_options.njn1-0/+16
2005-05-16Added module m_options for holding all the command-line option stuff.njn1-0/+162