From: Andrew Burgess <andrew.burgess@embecosm.com>
To: gdb-patches@sourceware.org
Cc: Pedro Alves <palves@redhat.com>,
Andrew Burgess <andrew.burgess@embecosm.com>
Subject: [PATCHv3 0/2] gdb/remote: Restore support for 'S' stop reply packet
Date: Mon, 02 Mar 2020 11:54:00 -0000 [thread overview]
Message-ID: <cover.1583149853.git.andrew.burgess@embecosm.com> (raw)
In-Reply-To: <137d09cf-9f97-fa5e-19a0-71231a3f760a@redhat.com>
Pedro,
Thanks for your feedback.
In this version I have:
1. Added a new patch #1 that adds a debug feature to gdbserver to
allow it to send S packets.
2. Used this new feature to add a test for S packets into patch #2.
3. Moved a call to switch_to_inferior_no_thread as part of patch #2
to make sure that inferior_ptid is null_ptid during wait code.
4. Rewritten the commit message for patch #2 to describe what's
going on.
Thanks,
Andrew
---
Andrew Burgess (2):
gdbserver: Add mechanism to prevent sending T stop packets
gdb/remote: Restore support for 'S' stop reply packet
gdb/ChangeLog | 10 +++
gdb/infrun.c | 8 ++-
gdb/remote.c | 43 ++++++++----
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.server/stop-reply-no-thread.exp | 80 ++++++++++++++---------
gdbserver/ChangeLog | 8 +++
gdbserver/remote-utils.cc | 20 ++++++
gdbserver/server.cc | 3 +
gdbserver/server.h | 1 +
9 files changed, 133 insertions(+), 45 deletions(-)
--
2.14.5
next prev parent reply other threads:[~2020-03-02 11:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-31 7:35 [PATCH] gdb/remote: Ask target for current thread if it doesn't tell us Andrew Burgess
2020-02-26 18:52 ` Andrew Burgess
2020-02-26 19:28 ` Pedro Alves
2020-02-27 16:17 ` [PATCHv2] gdb/remote: Restore support for 'S' stop reply packet Andrew Burgess
2020-02-27 19:46 ` Pedro Alves
2020-02-28 14:03 ` Andrew Burgess
2020-02-28 17:46 ` Pedro Alves
2020-03-02 11:54 ` [PATCHv3 2/2] " Andrew Burgess
2020-03-02 12:25 ` Pedro Alves
2020-03-02 15:19 ` Andrew Burgess
2020-03-02 19:07 ` Pedro Alves
2020-03-02 19:25 ` Andrew Burgess
2020-03-09 17:35 ` Tom Tromey
2020-03-10 19:05 ` Andrew Burgess
2020-03-11 16:23 ` Andrew Burgess
2020-03-11 18:02 ` Tom Tromey
2020-03-02 11:54 ` Andrew Burgess [this message]
[not found] ` <27befec6c761c43f2e1a9e59403644c198cbd75b.1583149853.git.andrew.burgess@embecosm.com>
2020-03-02 12:24 ` [PATCHv3 1/2] gdbserver: Add mechanism to prevent sending T stop packets Pedro Alves
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1583149853.git.andrew.burgess@embecosm.com \
--to=andrew.burgess@embecosm.com \
--cc=gdb-patches@sourceware.org \
--cc=palves@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox