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