From: Pedro Alves <palves@redhat.com>
To: Andy Wingo <wingo@igalia.com>
Cc: gdb-patches@sourceware.org, asmundak@google.com
Subject: Re: [PATCH v2] Add Guile frame unwinder interface
Date: Tue, 10 Mar 2015 15:46:00 -0000 [thread overview]
Message-ID: <54FF118D.9010301@redhat.com> (raw)
In-Reply-To: <87pp8iq9wc.fsf@igalia.com>
On 03/09/2015 06:54 PM, Andy Wingo wrote:
> Hi,
>
> On Mon 09 Mar 2015 16:41, Pedro Alves <palves@redhat.com> writes:
>
>> On 03/09/2015 10:34 AM, Andy Wingo wrote:
>>> +@var{register} names a register, and should be a string, for example
>>> +@samp{rip}. @var{value} is the register value, as a @value{GDBN}
>>> +value. Alternately, passing @code{#f} as the value will mark the
>>> +register as unavailable.
>>
>> From a glimpse over the code, I think this actually marks it as
>> "<not saved>" (optimized out), right? That would be the correct
>> thing to do. Marking a register as "<unavailable>" is also possible,
>> but it is a different thing -- it means the value exists, but gdb
>> couln't get to it, because e.g., the core file is trimmed, or the
>> ptrace interface is missing access to some registers.
>>
>> That said, you may want to consider how you'd expand the API
>> to allow marking registers as unavailable.
>
> I didn't realize that "unavailable" and "not saved" were different
> things, thanks for the pointer. I guess given that the default is a
> "not saved" result, I can just document this default state, and that
> ephemeral-frame-add-saved-value! adds a value. We remove the #f case.
I wonder whether that's the best default though. That forces the
unwinder to always handle all registers, even random i/o registers, etc
the machine may happen to have/expose? An alternative would be
assume the register is found unmodified in this_frame. You'd need
a ephemeral-frame-mark-not-saved! then, of course.
>
> If we need to support other states like "unavailable", we can add other
> API like ephemeral-frame-mark-unavailable! or similar.
Yeah. Note that GDB can mark _parts_ of registers not saved
or unavailable, down to the bit level (mark_value_bits_optimized_out /
mark_value_bits_unavailable).
Thanks,
Pedro Alves
prev parent reply other threads:[~2015-03-10 15:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-05 15:58 [PATCH] " Andy Wingo
2015-03-09 10:34 ` [PATCH v2] " Andy Wingo
2015-03-09 15:42 ` Pedro Alves
2015-03-09 16:22 ` Eli Zaretskii
2015-03-09 18:54 ` Andy Wingo
2015-03-10 9:03 ` [PATCH v3] " Andy Wingo
2015-03-10 17:48 ` Doug Evans
2015-03-11 9:33 ` Andy Wingo
2015-03-10 15:46 ` Pedro Alves [this message]
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=54FF118D.9010301@redhat.com \
--to=palves@redhat.com \
--cc=asmundak@google.com \
--cc=gdb-patches@sourceware.org \
--cc=wingo@igalia.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