This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch v2] GDB/GDBserver talks with agents


On 02/17/2012 07:39 PM, Eli Zaretskii wrote:
> What about a NEWS entry? should we have one?

Yes, we should.  If I understand NEWS file correctly, only user-visible
changes are mentioned in it.  Most of the changes in this patch series
is not user-visible, so I only add one entry about using `info
static-tracepoint-marker' on native-linux platform.  WDYT?

-- 
Yao (éå)
2012-02-26  Yao Qi  <yao@codesourcery.com>

	* NEWS: Add one entry about `info static-tracepoint-marker'.
---
 gdb/NEWS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index 46ef6d8..881c185 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -44,6 +44,9 @@
 * The command "info catch" has been removed.  It has been disabled
   since December 2007.
 
+* The "info static-tracepoint-marker" command will now also work on
+  native Linux targets with in-process agent.
+
 * New commands
 
   ** "catch load" and "catch unload" can be used to stop when a shared
-- 
1.7.0.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]