summaryrefslogtreecommitdiff
path: root/coregrind/m_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Fix link error for 32-bit build on OSX 10.7 (Lion). This is thesewardj1-0/+98
2011-08-18Add a new simulation hint, --sim-hints=fuse-compatible, which causessewardj1-1/+1
2011-07-12Make the location for temporary files configurable at runtime.florian1-4/+4
2011-07-12Allow selection of an alternative location for temporary files atsewardj1-2/+2
2011-07-05Make the wait-for-gdb delay loop somewhat more modern-compiler-proof.sewardj1-4/+3
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-274/+4
2011-06-18Minor GDBserver source tidying. Also a small usability fix: ifsewardj1-1/+3
2011-06-07Add a fourth --smc-check= variant, --smc-check=all-non-file. Thissewardj1-2/+7
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj1-3/+26
2011-05-03arm-linux: Set _start symbol alignment and type. Bug 266035 comment 1.sewardj1-1/+3
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj1-0/+1
2011-03-28Fix up most but not all warnings generated by gcc-4.6 about sewardj1-2/+1
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-0/+44
2010-12-06New command line option: --trace-children-skip-by-arg, which allowssewardj1-1/+7
2010-10-13Documentation update for 3.6.0 (not including NEWS).sewardj1-1/+1
2010-10-12Make the --prefix-to-strip=... command-line option added in r11312sewardj1-10/+16
2010-09-07Consistency improvement: made sure that VG_TRACK(die_mem_stack, address, len)bart1-7/+10
2010-08-31Added command-line option --prefix-to-strip=... Closes #245535.bart1-0/+10
2010-08-22Merge from branches/THUMB: link-time stub needed on Ubuntu 10.04 (ARM)sewardj1-0/+6
2010-07-23In XML mode, properly escape test strings in the preamble.sewardj1-2/+3
2010-07-06Make -h -h be equivalent to --help-debug.njn1-4/+4
2010-07-06Make error messages at start-up more consistent. Every line of suchnjn1-93/+56
2010-07-01Give prototypes for the 64-bit integer division replacements, so sewardj1-1/+7
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn1-47/+382
2010-06-14Fixed compiler warnings about casting from const char * to char *.bart1-2/+2
2010-06-13Made the abort() function available on PPC too.bart1-6/+7
2010-05-09New flag --require-text-symbol=:sopatt:fnpatt, to be used to checksewardj1-1/+39
2010-05-03Update copyright dates to 2010.sewardj1-3/+3
2010-03-27The help text printed by command-line option -h does now show the defaultbart1-1/+1
2010-01-15Add command line flag --vex-guest-chase-cond=no|yes [no] to controlsewardj1-0/+3
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-0/+45
2009-11-05New flag: --trace-children-skip=patt1,patt2,etcsewardj1-0/+4
2009-08-25Switched back from dynamic detection of whether the proc filesystembart1-36/+36
2009-08-25Renamed the function VG_(have_proc_filesystem)() intobart1-1/+1
2009-08-23The configure-time test whether the proc filesystem is mounted (introducedbart1-36/+36
2009-08-15Fix a couple of errors in the revised XML generation that were sewardj1-5/+7
2009-08-12Output tweaks:njn1-10/+11
2009-08-10Make "option" terminology consistent some more. Also tweaked the mempoolnjn1-1/+1
2009-08-07Tidy up of messaging:sewardj1-29/+17
2009-08-04Various option-related tweaks:njn1-28/+37
2009-08-04Don't wrap the "Command:" line, as doing so makes cutting-and-pasting thenjn1-29/+11
2009-08-02In the "Command:" line in the preamble, escape special chars such as ' ' andnjn1-2/+18
2009-07-30Don't bother printing "My PID" when logging to a file or socket, as thatnjn1-1/+1
2009-07-30Now that we always print the command, no need to reprint it when logging tonjn1-9/+2
2009-07-30Don't print the command in the preamble with --xml=yes.njn1-4/+4
2009-07-29Print the command being run at startup. It wraps to avoid going over 80njn1-13/+35
2009-07-29Started overhauling the documentation:njn1-2/+2
2009-07-24Add Valgrind version back into the preamble.njn1-2/+2
2009-07-22Include valgrind_libdir and VG_(libdir) in the debugLog output. This wasnjn1-0/+1
2009-07-22Updated documentation related to the --read-var-info flag.bart1-1/+2