From: Triple Yang <triple.yang@gmail.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: gdb@sourceware.org
Subject: Re: How to skip function prologues with stabs debug infomation?
Date: Sat, 20 Aug 2011 13:07:00 -0000 [thread overview]
Message-ID: <CAGxstLSBe07GTxcDGeD7O-BXH9OvjhHFhondDn8O9Z34-0e38g@mail.gmail.com> (raw)
In-Reply-To: <20110820114025.GA8472@host1.jankratochvil.net>
2011/8/20 Jan Kratochvil <jan.kratochvil@redhat.com>:
> On Sat, 20 Aug 2011 05:45:01 +0200, Triple Yang wrote:
>> I agree with that. Since we can get line number from binary file's
>> section offset, and vice versa, we can skip prologue using line
>> number. The practical problem is that, I don't know how to implement
>> it, i.e. what functions should be called. Any suggestions?
>
> It is already implemented, if you just want to write a new GDB arch backend.
> This code in GDB is arch-independent.
>
> It would be better to give a reproducer or I do not understand the problem.
>
>
> Regards,
> Jan
>
Sorry.
I will give a C-like pseudocode to describe what I plan to do in
function XXX_skip_prologue(), here XXX represents my architecture
name.
line = get_line_number(func_addr);
next_line = find_next_statement_line_number(line); // take
advantage of debug info
addr = get_addr(nexe_line);
Here, if func_addr is the start address of a function, we actually
skip the function prologue. (But I am not sure this idea is proper.)
And I guess gdb does the similar thing to step a source code line,
which is of course arch-independent. But I don't know where those
codes are placed. GDBing a gdb to locate them is time-consuming and
tiring. I will be very grateful if you or someone else point it out.
Best regards.
--
Yang Yong-Yong
next prev parent reply other threads:[~2011-08-20 13:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-19 16:09 Triple Yang
2011-08-19 16:28 ` Jan Kratochvil
2011-08-19 17:57 ` Triple Yang
2011-08-19 18:04 ` Jan Kratochvil
2011-08-20 3:45 ` Triple Yang
2011-08-20 11:40 ` Jan Kratochvil
2011-08-20 13:07 ` Triple Yang [this message]
2011-08-20 13:33 ` Jan Kratochvil
2011-08-20 14:49 ` Triple Yang
2011-08-19 18:15 ` Joel Brobecker
[not found] ` <CAEG7qUwkM32O1MEoKFNrb5Hk7+npizsWE7hXCeXJvEmGbL-HQA@mail.gmail.com>
2011-08-20 3:18 ` Triple Yang
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=CAGxstLSBe07GTxcDGeD7O-BXH9OvjhHFhondDn8O9Z34-0e38g@mail.gmail.com \
--to=triple.yang@gmail.com \
--cc=gdb@sourceware.org \
--cc=jan.kratochvil@redhat.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