* [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS
@ 2013-04-08 14:57 Markus Metzger
2013-04-08 16:04 ` Pedro Alves
2013-04-08 19:16 ` Eli Zaretskii
0 siblings, 2 replies; 5+ messages in thread
From: Markus Metzger @ 2013-04-08 14:57 UTC (permalink / raw)
To: jan.kratochvil, palves; +Cc: gdb-patches, markus.t.metzger
This is for mainline and 7.6.
2013-04-08 Markus Metzger <markus.t.metzger@intel.com>
* NEWS: Mention new btrace RSP packets.
---
gdb/NEWS | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/gdb/NEWS b/gdb/NEWS
index a1bc679..24f77b3 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -26,6 +26,24 @@ show remote trace-status-packet
*** Changes in GDB 7.6
+* New RSP packets
+
+Qbtrace:bts
+
+ Enable Branch Trace Store (BTS)-based branch tracing for the current
+ thread. The remote stub reports support for this packet to gdb's
+ qSupported query.
+
+Qbtrace:off
+
+ Disable branch tracing for the current thread. The remote stub reports
+ support for this packet to gdb's qSupported query.
+
+qXfer:btrace:read
+
+ Read the traced branches for the current thread. The remote stub
+ reports support for this packet to gdb's qSupported query.
+
* Target record has been renamed to record-full.
Record/replay is now enabled with the "record full" command.
This also affects settings that are associated with full record/replay
--
1.7.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS
2013-04-08 14:57 [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS Markus Metzger
@ 2013-04-08 16:04 ` Pedro Alves
2013-04-08 19:16 ` Eli Zaretskii
1 sibling, 0 replies; 5+ messages in thread
From: Pedro Alves @ 2013-04-08 16:04 UTC (permalink / raw)
To: Markus Metzger; +Cc: jan.kratochvil, gdb-patches, markus.t.metzger
Hi Markus.
Thanks for doing this.
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -26,6 +26,24 @@ show remote trace-status-packet
>
> *** Changes in GDB 7.6
>
> +* New RSP packets
Note there's already a "New remote packets" section at the
bottom of the 7.6 changes.
--
Pedro Alves
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS
2013-04-08 14:57 [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS Markus Metzger
2013-04-08 16:04 ` Pedro Alves
@ 2013-04-08 19:16 ` Eli Zaretskii
1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2013-04-08 19:16 UTC (permalink / raw)
To: Markus Metzger; +Cc: jan.kratochvil, palves, gdb-patches, markus.t.metzger
> From: Markus Metzger <markus.t.metzger@intel.com>
> Cc: gdb-patches@sourceware.org, markus.t.metzger@gmail.com
> Date: Mon, 8 Apr 2013 10:13:14 +0200
>
> This is for mainline and 7.6.
OK, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS
@ 2013-04-08 14:39 Markus Metzger
2013-04-08 14:57 ` Jan Kratochvil
0 siblings, 1 reply; 5+ messages in thread
From: Markus Metzger @ 2013-04-08 14:39 UTC (permalink / raw)
To: jan.kratochvil, palves; +Cc: gdb-patches, markus.t.metzger
This is for mainline and 7.6.
2013-04-08 Markus Metzger <markus.t.metzger@intel.com>
* NEWS: Mention new btrace RSP packets.
---
gdb/NEWS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/gdb/NEWS b/gdb/NEWS
index a1bc679..bfdc210 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -26,6 +26,12 @@ show remote trace-status-packet
*** Changes in GDB 7.6
+* New RSP packets:
+
+Qbtrace:off
+Qbtrace:bts
+qXfer:btrace:read
+
* Target record has been renamed to record-full.
Record/replay is now enabled with the "record full" command.
This also affects settings that are associated with full record/replay
--
1.7.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS
2013-04-08 14:39 Markus Metzger
@ 2013-04-08 14:57 ` Jan Kratochvil
0 siblings, 0 replies; 5+ messages in thread
From: Jan Kratochvil @ 2013-04-08 14:57 UTC (permalink / raw)
To: Markus Metzger; +Cc: palves, gdb-patches, markus.t.metzger
On Mon, 08 Apr 2013 09:56:04 +0200, Markus Metzger wrote:
> @@ -26,6 +26,12 @@ show remote trace-status-packet
>
> *** Changes in GDB 7.6
>
> +* New RSP packets:
> +
> +Qbtrace:off
> +Qbtrace:bts
> +qXfer:btrace:read
> +
Could you write there some description? Like for example there was:
* New remote packets
QTEnable
Dynamically enable a tracepoint in a started trace experiment.
QTDisable
Dynamically disable a tracepoint in a started trace experiment.
Thanks,
Jan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-08 14:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-08 14:57 [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS Markus Metzger
2013-04-08 16:04 ` Pedro Alves
2013-04-08 19:16 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2013-04-08 14:39 Markus Metzger
2013-04-08 14:57 ` Jan Kratochvil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox