From: Michael Eager <eager@eagerm.com>
To: gdb@sourceware.org, sravan22021987@gmail.com
Subject: Re: Fwd: Backtrace stopped: frame did not save the PC
Date: Mon, 19 Aug 2013 23:33:00 -0000 [thread overview]
Message-ID: <5212AB55.9050203@eagerm.com> (raw)
In-Reply-To: <CAESop7UvR-HURs3kimaeEju=HVq+xwx21sms-OpRBszB2hsjew@mail.gmail.com>
On 08/19/13 00:15, sravan megan wrote:
> Hi All,
>
> I am working on Microblaze GDB (7.4.50) version.
>
> GDB is throwing "frame did not save the PC" error if the program is not compiled with "-g"
> (debugging info)
> I know that without debugging information GDB will not give complete trace information but with
> out debugging info GDB should atleast give the function names.
As far as I can see from your example, gdb did print the function
names.
You don't indicate what options were used when you compile.
When you compile without optimization, MicroBlaze stores
the previous frame pointer in the stack frame. With -O1,
MicroBlaze does not save the frame pointer in the stack frame.
> Can anyone please let me know where to look in to GDB code so that GDBcan store information of
> main frame details and execute backtrace correctly.
You can take a look at microblaze_analyze_prologue() in
gdb/microblaze-tdep.c.
The error is issued in get_prev_frame_1() in frame.c.
--
Michael Eager eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306 650-325-8077
next prev parent reply other threads:[~2013-08-19 23:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CAESop7Uxpo46gbxiPU9-RnvcEbnzNEOsupuWQCotE0Ev9ha_RQ@mail.gmail.com>
2013-08-19 7:15 ` sravan megan
2013-08-19 23:33 ` Michael Eager [this message]
2013-08-20 6:24 ` sravan megan
2013-08-20 16:54 ` Michael Eager
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=5212AB55.9050203@eagerm.com \
--to=eager@eagerm.com \
--cc=gdb@sourceware.org \
--cc=sravan22021987@gmail.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