summaryrefslogtreecommitdiff
path: root/coregrind/m_main.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Merge the DARWIN branch onto the trunk.njn1-2/+126
2009-05-21DARWIN sync: minor layout things, comments.njn1-6/+8
2009-05-21DARWIN sync: tweak debuglog output.njn1-2/+3
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn1-6/+9
2009-05-08Created a new module, m_aspacehl. Factored out three(!) copies ofnjn1-36/+3
2009-03-10Updated copyright years.njn1-4/+4
2009-02-27Remove dead code relating to interface versions.njn1-1/+1
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn1-141/+124
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn1-4/+2
2009-01-31Move an assertion (pertaining to showing initial segments to thesewardj1-1/+22
2008-12-21Move description of --read-var-info= from the "debugging options"sewardj1-1/+3
2008-11-17Don't let GDB_PATH be "" if no GDB is found at configure time, as this causessewardj1-4/+0
2008-11-01Fixes for compilation warnings from the apparently very strictsewardj1-1/+1
2008-10-30Get rid of longstanding and now pointless restriction that disallowedsewardj1-9/+0
2008-10-25Merge Helgrind from branches/YARD into the trunk. Also includes somesewardj1-0/+7
2008-10-22Track recent AIX 5.3 updates.sewardj1-0/+12
2008-09-19m_mallocfree.c: omit the 8 byte per block cost-center field usedsewardj1-1/+10
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-21/+96
2008-07-18Format string fixes for ppc{32,64}-aix5.sewardj1-2/+2
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart1-26/+29
2008-06-04Followup to r8178: don't segfault if VG_(clo_log_name) is NULL.sewardj1-1/+2
2008-06-04Reinstate printing of log-file-qualifiers in XML output (Ashley Pittman).sewardj1-10/+42
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj1-11/+14
2008-03-03Merge in the DATASYMS branch.sewardj1-0/+2
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-4/+4
2008-01-02Mark the main thread as running while the initial memory declarationstom1-0/+10
2007-12-22Comment-only change.sewardj1-2/+2
2007-12-22AIX5 counterpart to r7302: Improve handling of programs which requiresewardj1-1/+3
2007-12-18Improve handling of programs which require very large main threadsewardj1-29/+53
2007-12-15When allocating space for the client stack on Linux, take notice ofsewardj1-2/+12
2007-11-30Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO,sewardj1-1/+1
2007-11-23Fixed up the log file mess throughout, including the docs. This killednjn1-90/+20
2007-11-20Followup to r7192: don't bork the compilation if GDB_PATH is notsewardj1-1/+7
2007-11-20In the --help text, print the actual name of the GDB that will bysewardj1-5/+5
2007-11-17Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled,sewardj1-1/+4
2007-11-09Merge (from branches/THRCHECK) r6804:sewardj1-3/+17
2007-11-09Add Bryan Meredith's Omega tool as an experimental tool. Maintainersewardj1-0/+11
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn1-2/+2
2007-08-28Make the --max-stackframe machinery 64-bit clean.sewardj1-1/+1
2007-07-09Get rid of VG_(getcwd) and replace it with a pair of functions,sewardj1-0/+16
2007-04-09When doing 'demo' translations for --profile-flags=, make at leastsewardj1-0/+1
2007-03-26Fix bug 142197: don't free --toolname:foo options after they've been munged,njn1-15/+23
2007-03-19Make ptrace-based launchers able to handle --help, --version etc.sewardj1-0/+12
2007-03-08Generate valid XML (conforming to docs/internals/xml-output.txt) evensewardj1-0/+3
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj1-23/+46
2007-02-16--wait-for-gdb=yes: gcc 4.1.2 now appears to delete do-nothing loops, sosewardj1-1/+2
2007-02-12Essentially non-functional tidyings and improvements to debuginfosewardj1-1/+9
2007-02-12Get rid of the unused --model-pthreads flag.sewardj1-12/+0
2007-01-08Update copyright dates.sewardj1-4/+4
2006-12-30Remove redundant \nsewardj1-1/+1