From: Philippe Waroquiers Date: Sat, 29 Aug 2015 12:14:42 +0000 (+0000) Subject: Small updates in NEWS X-Git-Tag: svn/VALGRIND_3_11_0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2433500f3022dc86a73a9f738258d8ec2641913d;p=thirdparty%2Fvalgrind.git Small updates in NEWS * Now that gdb 7.10 is out, reference the release for target remote exec file * fix typo git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15598 --- diff --git a/NEWS b/NEWS index ae0ad720a7..cb674615c8 100644 --- a/NEWS +++ b/NEWS @@ -54,7 +54,7 @@ X86/MacOSX 10.10 and 10.11 and AMD64/MacOSX 10.10 and 10.11. for those targets only. - New command line option: --expensive-definedness-check= which - is usefult to avoid occasional invalid complaints on optimised code. + is useful to avoid occasional invalid complaints on optimised code. Watchout for runtime degradation: 25% have been observed but, as always, this is highly application specific. @@ -128,7 +128,7 @@ X86/MacOSX 10.10 and 10.11 and AMD64/MacOSX 10.10 and 10.11. with SIGNAL instead of the signal reported to GDB. Use 'signal 0' to continue without passing the signal to the process. - - With recent GDB (>= 7.9.50.20150514-cvs), the command 'target remote' + - With GDB >= 7.10, the command 'target remote' will automatically load the executable file of the process running under Valgrind. This means you do not need to specify the executable file yourself, GDB will discover it itself. See GDB documentation about