public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* How frame command with address works
@ 2023-02-08 10:01 Roger Phillips
  2023-02-08 21:50 ` Simon Marchi
  0 siblings, 1 reply; 4+ messages in thread
From: Roger Phillips @ 2023-02-08 10:01 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

Greetings,

I have to analyze a coredump on an Aarch64 system. The callstack is broken so I only see the bottom frame. However, if I manually unwind the stack via $x29 register then I see what looks like intact stack frames. Now I try to use the frame / frame address command with the addresses from the $x29 registers which should point to the bases of the stackframes (the location where the address of the next frame is). However it always tells me "No frame at address ...".

What does frame address need to correctly parse a frame?

Regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-10  1:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08 10:01 How frame command with address works Roger Phillips
2023-02-08 21:50 ` Simon Marchi
2023-02-09 10:43   ` Roger Phillips
2023-02-10  1:59     ` Simon Marchi

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).