public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Fix tracepoint register limitations
@ 2018-07-27 21:03 Pedro Franco de Carvalho
  2018-07-27 21:03 ` [PATCH v2 3/6] Use get_remote_packet_size in download_tracepoint Pedro Franco de Carvalho
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Pedro Franco de Carvalho @ 2018-07-27 21:03 UTC (permalink / raw)
  To: gdb-patches; +Cc: uweigand

This is V2 of: https://sourceware.org/ml/gdb-patches/2018-06/msg00501.html

The goal of this series is to address internal limitations with
tracepoints that showed up when I tried to enable more powerpc
registers.

I added two new patches to the series, one that changes
collection_list in tracepoint.c to only set remote register numbers in
the register mask, and one that fixes another limitation from adding
more powerpc registers, which caused a buffer overrun when saving a
.ctf file.

Pedro Franco de Carvalho (6):
  Fix indentation in remote_target::download_tracepoint
  Remove trailing '-' from the last QTDP action packet
  Use get_remote_packet_size in download_tracepoint
  Use remote register numbers in tracepoint mask
  Variable size for regs mask in collection list
  Allow larger regblock sizes when saving tracefiles

 gdb/remote.c     | 161 ++++++++++++++++++++++++++++++-------------
 gdb/tracefile.c  |  42 +++++++-----
 gdb/tracepoint.c | 206 ++++++++++++++++++++++++++++++++-----------------------
 gdb/tracepoint.h |  13 ++--
 4 files changed, 267 insertions(+), 155 deletions(-)

-- 
2.13.6

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-08-08 15:55 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 21:03 [PATCH v2 0/6] Fix tracepoint register limitations Pedro Franco de Carvalho
2018-07-27 21:03 ` [PATCH v2 3/6] Use get_remote_packet_size in download_tracepoint Pedro Franco de Carvalho
2018-08-02 16:47   ` Ulrich Weigand
2018-08-03 21:41     ` Pedro Franco de Carvalho
2018-08-03 21:41     ` Pedro Franco de Carvalho
2018-08-06 12:40       ` Ulrich Weigand
2018-08-08 10:02       ` Szabolcs Nagy
2018-08-08 10:33         ` [committed] Fix gdb/remote.c build failure Szabolcs Nagy
2018-08-08 12:25           ` Ulrich Weigand
2018-08-08 15:55         ` [PATCH v2 3/6] Use get_remote_packet_size in download_tracepoint Pedro Franco de Carvalho
2018-07-27 21:03 ` [PATCH v2 6/6] Allow larger regblock sizes when saving tracefiles Pedro Franco de Carvalho
2018-08-02 17:04   ` Ulrich Weigand
2018-07-27 21:03 ` [PATCH v2 5/6] Variable size for regs mask in collection list Pedro Franco de Carvalho
2018-08-02 17:01   ` Ulrich Weigand
2018-07-27 21:03 ` [PATCH v2 4/6] Use remote register numbers in tracepoint mask Pedro Franco de Carvalho
2018-08-02 16:58   ` Ulrich Weigand
2018-08-03 22:09     ` Pedro Franco de Carvalho
2018-08-03 22:10     ` Pedro Franco de Carvalho
2018-08-06 12:42       ` Ulrich Weigand
2018-08-06 20:18         ` Pedro Franco de Carvalho
2018-07-27 21:03 ` [PATCH v2 1/6] Fix indentation in remote_target::download_tracepoint Pedro Franco de Carvalho
2018-08-02 16:43   ` Ulrich Weigand
2018-07-27 21:03 ` [PATCH v2 2/6] Remove trailing '-' from the last QTDP action packet Pedro Franco de Carvalho
2018-08-02 16:44   ` Ulrich Weigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).