|
From: <sv...@va...> - 2015-07-31 06:42:26
|
Author: florian
Date: Fri Jul 31 07:42:19 2015
New Revision: 15461
Log:
Remove implicit reference to the --db-attach feature which was
removed in r15445. Patch by Ivo Raisr <iv...@iv...>.
Fixes BZ #350811.
Modified:
trunk/NEWS
trunk/README.solaris
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Jul 31 07:42:19 2015
@@ -269,6 +269,7 @@
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.
Modified: trunk/README.solaris
==============================================================================
--- trunk/README.solaris (original)
+++ trunk/README.solaris Fri Jul 31 07:42:19 2015
@@ -112,9 +112,6 @@
- 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).
|