aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-04-09 15:26:54 +0000
committerPedro Alves <palves@redhat.com>2010-04-09 15:26:54 +0000
commitd337e9f09eed4c2c3d58abf23d2da25ff4fc5e5e (patch)
tree264b2e59458f3a62e48aa3ab3d26c36fb438de36 /gdb
parenta97153c7f8c806c0ebc5ba99e6cbe2f0f94b8804 (diff)
downloadgdb-d337e9f09eed4c2c3d58abf23d2da25ff4fc5e5e.zip
gdb-d337e9f09eed4c2c3d58abf23d2da25ff4fc5e5e.tar.gz
gdb-d337e9f09eed4c2c3d58abf23d2da25ff4fc5e5e.tar.bz2
* NEWS: Mention tracepoints support.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 083e420..f7c76c7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-09 Pedro Alves <pedro@codesourcery.com>
+
+ * NEWS: Mention tracepoints support.
+
2010-04-09 Pedro Alves <pedro@codesourcery.com>
* tracepoint.c (trace_status_mi): Report disconnected tracing and
diff --git a/gdb/NEWS b/gdb/NEWS
index 8ccdc08..ef7d82d 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,11 @@
*** Changes since GDB 7.1
+* New features in the GDB remote stub, GDBserver
+
+ - GDBserver now support tracepoints. The feature is currently
+ supported by the i386-linux and amd64-linux builds.
+
* GDB now sends xmlRegisters= in qSupported packet to indicate that
it understands register description.