public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25467] GDB cannot step over a function if the following lines don't include and decision or branch
[not found] <bug-25467-4717@http.sourceware.org/bugzilla/>
@ 2023-12-30 12:54 ` ssbssa at sourceware dot org
0 siblings, 0 replies; only message in thread
From: ssbssa at sourceware dot org @ 2023-12-30 12:54 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=25467
Hannes Domani <ssbssa at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ssbssa at sourceware dot org
--- Comment #3 from Hannes Domani <ssbssa at sourceware dot org> ---
As I understand it, rs6000_in_function_epilogue_frame_p() should return 1 if
the pc is between an instruction where insn_changes_sp_or_jumps()==1 and a
'blr'.
But should it also return 1 if insn_changes_sp_or_jumps()==1 for an instruction
before pc, and no 'blr' found after pc, because that's what the current logic
does.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-30 12:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-25467-4717@http.sourceware.org/bugzilla/>
2023-12-30 12:54 ` [Bug c++/25467] GDB cannot step over a function if the following lines don't include and decision or branch ssbssa at sourceware dot org
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).