Fix 308644 vgdb command for having the info for the track-fds option
[ambi/valgrind.git] / coregrind / m_main.c
2012-10-21 philippeFix 308644 vgdb command for having the info for the...
2012-10-21 florianFix a few compiler warnings.
2012-10-17 philippeFix 308341 vgdb should report process exit (or fatal...
2012-10-14 florianFix some more Char / HChar mixups
2012-10-12 philippeSome wrong options silently ignored if starting with...
2012-10-04 tomImplement a fake /proc/self/auxv file for linux systems.
2012-09-02 sewardj"Fix" stack bounds check when compiled by Clang 4.0...
2012-08-14 philippeImplement --vex-iropt-register-updates=sp-at-mem-access
2012-08-07 sewardjAdd a couple of useful examples to the --help text for
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-08-02 sewardjAdd initial support for MacOSX 10.8. Note this is...
2012-08-01 philippeRemove --vex-iropt-precise-memory-exns, implement ...
2012-07-31 philippeImplement --redzone-size and --core-redzone-size
2012-07-21 sewardjppc64-linux _start: don't assume ._start_in_C_linux...
2012-07-02 florianAdd command line flag --trace-notabove which I've found...
2012-06-14 philippeHave the inner Valgrind registering the interim_stack...
2012-06-07 sewardjMerge in a port for mips32-linux, by Petar Jovanovic...
2012-05-11 philippefix 219156 support static malloc or alternate malloc...
2012-04-20 sewardjMerge branches/TCHAIN from r12476 (its creation point...
2012-04-16 philippeadd some .globl or used attribute to avoid link failure...
2012-04-05 philippeTCHAIN: remove caused_discard* argument to VG_(translate)
2012-04-02 sewardjAdd translation chaining support for amd64, x86 and ARM
2012-03-11 philippeAllows to run regression tests in an outer/inner setup.
2012-03-08 bartWhen analyzing Valgrind with drd, suppress uninterestin...
2012-03-07 sewardjAh, the joys of applying patches by hand. Redo r12424...
2012-03-07 sewardjx86-darwin: _start: keep the stack 16-aligned. Fixes...
2011-12-08 bartAdd command-line option --fair-sched=[no|yes|try]....
2011-10-24 sewardjDon't break fcntl locks when program does mmap. #280965.
2011-10-23 sewardjUpdate all copyright dates, from 20xy-2010 to 20xy...
2011-10-22 bartFix a compiler warning introduced in r12188
2011-10-22 bartXML output: escape XML-metacharacters in executable...
2011-10-11 bartEmit <state>RUNNING</state> earlier
2011-10-11 bartAdd format specifier %ps: only escape XML-metacharacter...
2011-10-06 bartFormat functions: change format specifier %t into ...
2011-09-29 florianFix a regression (none/tests/cmdline[12]) which was...
2011-09-29 florianRemove hardwired /tmp directory in vgdb. Honour VG_TMPDIR
2011-08-23 sewardjFix link error for 32-bit build on OSX 10.7 (Lion)...
2011-08-18 sewardjAdd a new simulation hint, --sim-hints=fuse-compatible...
2011-07-12 florianMake the location for temporary files configurable...
2011-07-12 sewardjAllow selection of an alternative location for temporar...
2011-07-05 sewardjMake the wait-for-gdb delay loop somewhat more modern...
2011-06-28 sewardjDelete the AIX5 port. The last release this worked...
2011-06-18 sewardjMinor GDBserver source tidying. Also a small usability...
2011-06-07 sewardjAdd a fourth --smc-check= variant, --smc-check=all...
2011-05-06 sewardjImplement a GDB server in Valgrind. See #214909.
2011-05-03 sewardjarm-linux: Set _start symbol alignment and type. Bug...
2011-04-11 sewardjCreate new module m_libcsetjmp, which wraps up uses of
2011-03-28 sewardjFix up most but not all warnings generated by gcc-4...
2011-03-07 sewardjAdd a port to IBM z/Architecture (s390x) running Linux...
2010-12-06 sewardjNew command line option: --trace-children-skip-by-arg...
2010-10-13 sewardjDocumentation update for 3.6.0 (not including NEWS).
2010-10-12 sewardjMake the --prefix-to-strip=... command-line option...
2010-09-07 bartConsistency improvement: made sure that VG_TRACK(die_me...
2010-08-31 bartAdded command-line option --prefix-to-strip=... Closes...
2010-08-22 sewardjMerge from branches/THUMB: link-time stub needed on...
2010-07-23 sewardjIn XML mode, properly escape test strings in the preamble.
2010-07-06 njnMake -h -h be equivalent to --help-debug.
2010-07-06 njnMake error messages at start-up more consistent. Every...
2010-07-01 sewardjGive prototypes for the 64-bit integer division replace...
2010-07-01 njnMerged the MACOSX106 branch to the trunk. Merge command:
2010-06-14 bartFixed compiler warnings about casting from const char...
2010-06-13 bartMade the abort() function available on PPC too.
2010-05-09 sewardjNew flag --require-text-symbol=:sopatt:fnpatt, to be...
2010-05-03 sewardjUpdate copyright dates to 2010.
2010-03-27 bartThe help text printed by command-line option -h does...
2010-01-15 sewardjAdd command line flag --vex-guest-chase-cond=no|yes...
2010-01-01 sewardjMerge from branches/ARM, all parts of the ARM-Linux...
2009-11-05 sewardjNew flag: --trace-children-skip=patt1,patt2,etc
2009-08-25 bartSwitched back from dynamic detection of whether the...
2009-08-25 bartRenamed the function VG_(have_proc_filesystem)() into
2009-08-23 bartThe configure-time test whether the proc filesystem...
2009-08-15 sewardjFix a couple of errors in the revised XML generation...
2009-08-12 njnOutput tweaks:
2009-08-10 njnMake "option" terminology consistent some more. Also...
2009-08-07 sewardjTidy up of messaging:
2009-08-04 njnVarious option-related tweaks:
2009-08-04 njnDon't wrap the "Command:" line, as doing so makes cutti...
2009-08-02 njnIn the "Command:" line in the preamble, escape special...
2009-07-30 njnDon't bother printing "My PID" when logging to a file...
2009-07-30 njnNow that we always print the command, no need to reprin...
2009-07-30 njnDon't print the command in the preamble with --xml...
2009-07-29 njnPrint the command being run at startup. It wraps to...
2009-07-29 njnStarted overhauling the documentation:
2009-07-24 njnAdd Valgrind version back into the preamble.
2009-07-22 njnInclude valgrind_libdir and VG_(libdir) in the debugLog...
2009-07-22 bartUpdated documentation related to the --read-var-info...
2009-07-15 sewardjMerge coregrind/ changes from branches/MESSAGING_TIDYUP...
2009-07-14 njnShorten the preamble by moving some of it into the...
2009-07-14 njnDon't put the Vex SVN revision number in the preamble...
2009-07-01 njnJust whitespace and comment changes.
2009-05-28 njnMerge the DARWIN branch onto the trunk.
2009-05-21 njnDARWIN sync: minor layout things, comments.
2009-05-21 njnDARWIN sync: tweak debuglog output.
2009-05-18 njnMerged non-Darwin-specific parts of r9397,r9423,r9490...
2009-05-08 njnCreated a new module, m_aspacehl. Factored out three...
2009-03-10 njnUpdated copyright years.
2009-02-27 njnRemove dead code relating to interface versions.
2009-02-25 njnatoll() is a terrible function -- you can't do any...
2009-02-24 njnRemove a number of unused parameters, found with -Wunus...
2009-01-31 sewardjMove an assertion (pertaining to showing initial segmen...
next