]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Small updates in NEWS
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 29 Aug 2015 12:14:42 +0000 (12:14 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 29 Aug 2015 12:14:42 +0000 (12:14 +0000)
* 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

NEWS

diff --git a/NEWS b/NEWS
index ae0ad720a72553ba53e04b8e054c322be038f636..cb674615c872602a8c2c3a9924d59b19106a52f0 100644 (file)
--- 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=<yes|no> 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