public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Luis Machado <luis.machado@arm.com>
To: Simon Marchi <simark@simark.ca>,
	Andrew Burgess <aburgess@redhat.com>,
	"Terekhov, Mikhail" <Mikhail.Terekhov@dell.com>,
	"gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
	"gdb@sourceware.org" <gdb@sourceware.org>
Cc: Pedro Alves <pedro@palves.net>
Subject: Re: [RFC] Removing in process agent (IPA)
Date: Fri, 14 Jun 2024 14:59:40 +0100	[thread overview]
Message-ID: <0be6727f-03c4-44cd-a9f2-3f05adc72b52@arm.com> (raw)
In-Reply-To: <d104e592-c257-4e34-a58f-4d5165106f45@simark.ca>

On 6/14/24 14:48, Simon Marchi wrote:
> 
> 
> On 2024-06-14 04:08, Andrew Burgess wrote:
>> "Terekhov, Mikhail" <Mikhail.Terekhov@dell.com> writes:
>>
>>>> -----Original Message-----
>>>> From: Luis Machado <luis.machado@arm.com>
>>>>
>>>> Similarly, I also think it might be time to consider dropping the tracepoints
>>>> (mainly static and fast) machinery from gdbserver, as I suspect that is another
>>>> mechanism that is not being used very often.
>>>>
>>> We use tracepoints in our stub from the last millennia I guess (back from EMC days)
>>> and plan to do so in the future.
>>>
>>>> I recall trying to use tracepoints for practical purposes (back in the day), and it
>>>> wasn't up to the task, being too cumbersome to use, having bad failure modes
>>>
>>> Putting some UI/GUI on top of it makes it relatively simple to use.
>>>
>>>> and having other security implications when trying to debug stuff in
>>>> production platforms. The remote protocol side of it is OK, but again, I bet no
>>>> debugging stubs are using that anymore.
>>>
>>> We do use them but not in production though.
>>
>> Just so I'm clear, you're talking about tracepoints here either in
>> gdbserver, or at least (if you have your own stub) in GDB and the remote
>> protocol, right?
>>
>> This doesn't require gdb to continue shipping the IPA right?  Or have I
>> failed to understand your position?
> 
> Just to clarify one thing: the IPA is only needed for the fast
> tracepoints mechanism, which allows recording trace data all in process,
> without hitting a trap and the control going back to GDBserver.  We can
> still use regular trap-based tracepoints without the IPA.
> 
> The possible levels of removal are:
> 
> 1. Remove the IPA, thus removing the support for fast tracepoints in
>    GDBserver (you could still use regular trap-based tracepoints)
> 2. Remove the support for tracepoints in GDBserver altogether (you could
>    still use the tracepoints feature in GDB, when connecting to another
>    RSP implementation than GDBserver, although the tracepoints feature
>    in GDB would become untested code)
> 3. Remove the support for tracepoints in GDB and GDBserver completely
>    (which I would not consider since Mikhail says they use that).

To be clear, I'm only proposing removing (1) at the moment. (2) might be worth
removing in the future if nobody is still using it (drops tracepoint support in
gdbserver). (3) is the more generic layer, and I suppose there are still a few
users out there.


  reply	other threads:[~2024-06-14 13:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-13 14:17 Andrew Burgess
2024-06-13 15:08 ` Luis Machado
2024-06-13 16:38   ` Tom Tromey
2024-06-13 18:11   ` Terekhov, Mikhail
2024-06-14  7:54     ` Luis Machado
2024-06-14 13:47       ` Terekhov, Mikhail
2024-06-14  8:08     ` Andrew Burgess
2024-06-14 13:42       ` Terekhov, Mikhail
2024-06-14 13:48       ` Simon Marchi
2024-06-14 13:59         ` Luis Machado [this message]
2024-06-15 10:28           ` Andrew Burgess

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=0be6727f-03c4-44cd-a9f2-3f05adc72b52@arm.com \
    --to=luis.machado@arm.com \
    --cc=Mikhail.Terekhov@dell.com \
    --cc=aburgess@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=gdb@sourceware.org \
    --cc=pedro@palves.net \
    --cc=simark@simark.ca \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).