Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Orjan Friberg <orjan.friberg@axis.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: Next over function and breakpoint setting
Date: Sat, 27 Mar 2004 05:50:00 -0000	[thread overview]
Message-ID: <20040327055037.GA9418@nevyn.them.org> (raw)
In-Reply-To: <40572066.2020304@axis.com>

On Tue, Mar 16, 2004 at 04:42:30PM +0100, Orjan Friberg wrote:
> Out of curiosity I followed what happens when issuing a next command 
> over a function call.  The reason I got curious was that I noticed 
> (remote protocol) that GDB sets a breakpoint on the first instruction of 
> the function being stepped over, and, when stopped there, sets another 
> breakpoint at that function's return address to accomplish the "next".
> 
> Actually, maybe that's a misrepresentation: looking at the code, it 
> seems GDB does a step, and if it *then* finds it ended up inside a 
> function (step_into_function -> step_over_function) it decides to step 
> out of it.
> 
> Looking at the code in infcmd.c and infrun.c I'm sure there's a good 
> reason for not just setting the breakpoint on the address belonging to 
> the next line of code, but I couldn't find any comment saying what that 
> reason is.  Anyone care to enlighten me?
> 
> (I couldn't say if any of this was remote target/CRIS specific; 
> apologies if it is and I missed it.)

[Sorry, missed this the first time.]

"The next line of code" is a very iffy concept.  GDB doesn't analyze a
line to figure out what it does, or where it might transfer control
to... while possible, that would be a very different approach to
debugging.  So the only way we have to implement next is to step and
see where we end up - and if we don't like it, go until we're somewhere
else.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


  parent reply	other threads:[~2004-03-27  5:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-19  0:09 Orjan Friberg
2004-03-16 15:42 ` Orjan Friberg
2004-03-27  5:50 ` Daniel Jacobowitz [this message]
2004-03-29  8:48   ` Orjan Friberg
2004-03-29 13:36     ` Andrew Cagney

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=20040327055037.GA9418@nevyn.them.org \
    --to=drow@false.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=orjan.friberg@axis.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