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 v9 10/23] remote, btrace: add branch tracing protocol to Qbtrace packet


On Mon, 04 Mar 2013 18:05:57 +0100, Markus Metzger wrote:
> We might want to add support for LBR branch tracing in the future.
> 
> To prepare for this, I would specify the branch trace recording method
> in the Qbtrace packet when requesting branch tracing.
> 
> Similar to qXfer, I am adding separate packets for each recording method plus
> one packet to disable tracing.  The currently supported packets are:
> 
>   Qbtrace:off
>   Qbtrace:bts

As explained in a different mail the patch should be merged, so that no
intermediate unapproved features get into the FSF GDB repository history.


> 
> CC: Pedro Alves <palves@redhat.com>
> 
> 
> 2013-03-04  Markus Metzger  <markus.t.metzger@intel.com>
> ---
>  gdb/doc/gdb.texinfo    |   18 +++++++++---
>  gdb/gdbserver/server.c |    7 +++--
>  gdb/remote.c           |   69 +++++++++++++++++++++++++----------------------
>  3 files changed, 54 insertions(+), 40 deletions(-)

I do not see here FSF ChangeLog so I do not understand now if it was meant as
a separate CVS check-in or not.


The content is OK for check-in in the patchset.


Thanks,
Jan


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