From: Daniel Jacobowitz <drow@mvista.com>
To: Jan Hoogerbrugge <hoogerbrugge@hotmail.com>
Cc: gdb@sources.redhat.com
Subject: Re: two gdb porting questions
Date: Sun, 26 Jan 2003 16:21:00 -0000 [thread overview]
Message-ID: <20030126162147.GA3439@nevyn.them.org> (raw)
In-Reply-To: <F1482Np2VSAuzUreQii0000782f@hotmail.com>
On Sun, Jan 26, 2003 at 11:50:55AM +0100, Jan Hoogerbrugge wrote:
> >From: Daniel Jacobowitz <drow@mvista.com>
>
> >> * I want to use stabs to pass frame information from my compiler to
> >> gdb. Which stab number(s) should I use for this? How do I get this
> >> information in my xxx-tdep.c given the start address of the
> >> function? (I use ELF in the case that matters)
> >
> >Is it absolutely necessary that you use stabs? There are clean ways to
> >express this information in DWARF-2, and if you're using ELF, there's
> >really no excuse.
>
> My compiler (which is not gcc) happens to generate stabs. So I have to do
> it with stabs. Currently the compiler misuses a N_ROSYM to pass frame info
> to its debugger. However, gdb does not like this.
>
> Are there other targets where a stab is used for frame information?
>
> The instruction format of the debug target is so complex that decoding the
> prologue is not a real option.
We did something similar for an unpublished port; as a local hack it
wasn't too bad and we did it just about the same way you're describing.
You just stuff the value in a new field in the symbol struct.
Eventually we arranged to generate DWARF-2 instead, though, and it went
away.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2003-01-26 16:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-26 10:50 Jan Hoogerbrugge
2003-01-26 16:21 ` Daniel Jacobowitz [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-01-24 14:24 Jan Hoogerbrugge
2003-01-25 22:10 ` Daniel Jacobowitz
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=20030126162147.GA3439@nevyn.them.org \
--to=drow@mvista.com \
--cc=gdb@sources.redhat.com \
--cc=hoogerbrugge@hotmail.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