From: Sahil <icegambit91@gmail.com>
To: gdb-patches@sourceware.org, Guinevere Larsen <blarsen@redhat.com>
Cc: Sahil Siddiq <sahilcdq@proton.me>
Subject: Re: [PATCH v3] gdb: fix "frame function" failure to get frame when call is it's last instruction
Date: Fri, 05 Jul 2024 19:53:19 +0530 [thread overview]
Message-ID: <4933009.GXAFRqVoOG@valdaarhun> (raw)
In-Reply-To: <bd07e78f-c74b-49ff-986c-d286cd9f6e10@redhat.com>
Hi,
Thank you for the review.
On Friday, July 5, 2024 6:36:52 PM GMT+5:30 Guinevere Larsen wrote:
> [...]
> I have tested, it fixes the issue reported and adds no regressions! I
> have a minor nit inlined, but with that fixes, feel free to add my git
> trailer to the commit message:
>
> Reviewed-By: Guinevere Larsen <blarsen@redhat.com>
>
> I hope a maintainer approves this for pushing soon!
>
> [...]
> > diff --git a/gdb/testsuite/gdb.base/frame-selection.exp
> > b/gdb/testsuite/gdb.base/frame-selection.exp index e8d9c87c3a..4333f6a2d1
> > 100644
> > --- a/gdb/testsuite/gdb.base/frame-selection.exp
> > +++ b/gdb/testsuite/gdb.base/frame-selection.exp
> > @@ -63,7 +63,7 @@ proc check_frame { level address function } {
> >
> > set re [multi_line \
> >
> > "Stack level ${level}, frame at ($address):" \
> >
> > - ".* = $hex in ${function} \(\[^\r\n\]*\); saved .* = $hex" \
> > + ".* = $hex in ${function}( \(\[^\r\n\]*\))*; saved .* = $hex" \
>
> This looks like a spurious change. I removed the change and everything
> works.
>
> There's no need to send a new version for just this change though, just
> fix it locally and apply my review tag :)
>
Since this is my first time contributing to gdb, I am a little unsure
about what comes next.
My understanding is that a maintainer will respond to this thread
with an "Approved-By" tag and then I'll be able to push this patch
to the repository with the "Reviewed-By" and "Approved-By" tags
appended in the commit message. Is this correct?
Thanks,
Sahil
next prev parent reply other threads:[~2024-07-05 14:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 16:33 Sahil Siddiq
2024-07-05 13:06 ` Guinevere Larsen
2024-07-05 14:23 ` Sahil [this message]
2024-07-05 14:38 ` Guinevere Larsen
2024-07-05 18:16 ` Eli Zaretskii
2024-07-06 8:44 ` Sahil
2025-10-22 17:50 ` Tom Tromey
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=4933009.GXAFRqVoOG@valdaarhun \
--to=icegambit91@gmail.com \
--cc=blarsen@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=sahilcdq@proton.me \
/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