From: Joel Brobecker <brobecker@adacore.com>
To: Michael Snyder <msnyder@vmware.com>
Cc: Jan Kratochvil <jan.kratochvil@redhat.com>,
Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>,
"gdb@sourceware.org" <gdb@sourceware.org>
Subject: Re: next/step after main() function's return
Date: Wed, 29 Dec 2010 02:26:00 -0000 [thread overview]
Message-ID: <20101229022609.GA2413@adacore.com> (raw)
In-Reply-To: <4D1A6C99.6050202@vmware.com>
> I'm guessing this happens because libc_start_main is compiled with -g.
> Otherwise, gdb would continue executing "in the woods" until exit.
Actually, off-by-one error :-). __libc_start_main is not compiled with
debugging info, but main is. When you do a "next" in main, GDB takes
the debugging info, and computes the address range that we need to
step out of. So, when main returns back to __libc_start_main, we're
done, and tell the user where we are. What you are describing, however,
happens once we land inside __libc_start_main, since there is no line
info to help us compute the next/step range.
--
Joel
next prev parent reply other threads:[~2010-12-29 2:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-27 22:34 Edjunior Barbosa Machado
2010-12-28 5:21 ` Joel Brobecker
2010-12-28 8:24 ` Jan Kratochvil
2010-12-28 23:02 ` Michael Snyder
2010-12-29 2:26 ` Joel Brobecker [this message]
2010-12-29 2:37 ` Jan Kratochvil
2010-12-29 2:49 ` Joel Brobecker
2010-12-29 3:07 ` Jan Kratochvil
2010-12-29 19:26 ` Michael Snyder
2010-12-28 23:05 ` Michael Snyder
2010-12-29 3:58 ` Edjunior Barbosa Machado
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=20101229022609.GA2413@adacore.com \
--to=brobecker@adacore.com \
--cc=emachado@linux.vnet.ibm.com \
--cc=gdb@sourceware.org \
--cc=jan.kratochvil@redhat.com \
--cc=msnyder@vmware.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