]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove implicit reference to the --db-attach feature which was
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 31 Jul 2015 06:42:19 +0000 (06:42 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 31 Jul 2015 06:42:19 +0000 (06:42 +0000)
removed in r15445. Patch by Ivo Raisr <ivosh@ivosh.net>.
Fixes BZ #350811.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15461

NEWS
README.solaris

diff --git a/NEWS b/NEWS
index b3e0eebae9b5fb8ed7e88d3463f3a0dbf10ef20a..77a1612b5f027bc6e58b6c43bb87a6e6dab2f519 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -269,6 +269,7 @@ where XXXXXX is the bug number as listed below.
 349874  Fix typos in source code
 349828  memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so)
 349941  di_notify_mmap might create wrong start/size DebugInfoMapping
+350811  Remove reference to --db-attach which has been removed.
 n-i-bz  Provide implementations of certain compiler builtins to support
         compilers who may not provide those
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.
index 95e6f0f4ac0365dd989ef5cda3651ace89b50a27..9c138d3628b6370030703c89d102a04a4276c136 100644 (file)
@@ -112,9 +112,6 @@ TODO list
 - Performance comparison against other platforms.
 
 - Prevent SIGPIPE when writing to a socket (coregrind/m_libcfile.c).
-- Implement support for attaching a debugger (coregrind/m_debugger.c).  This
-  is a low priority task because this feature is going to be removed in
-  future versions of Valgrind in favor of using only gdbserver.
 - Implement ticket locking for fair scheduling (--fair-sched=yes).
 - Implement support in DRD and Helgrind tools for thr_join() with thread == 0.
 - Add support for accessing thread-local variables via gdb (auxprogs/getoff.c).