Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: Michael Snyder <msnyder@specifix.com>
Cc: Peng Yu <pengyu.ut@gmail.com>, gdb@sourceware.org
Subject: Re: How not to step into functions called as arguments of another 	function?
Date: Fri, 23 Nov 2007 03:26:00 -0000	[thread overview]
Message-ID: <20071123032601.GB23393@adacore.com> (raw)
In-Reply-To: <1195652686.23780.24.camel@localhost.localdomain>

> Not in one command, but in two:
> (gdb) break f
> (gdb) continue

Right, or often people will prefer the temporary breakpoint:

        (gdb) tbreak f
        (gdb) cont

It's actually a good idea to define a user command for that if this
is a common situation for you.

-- 
Joel


      reply	other threads:[~2007-11-23  3:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-21 12:11 Peng Yu
2007-11-21 13:55 ` Michael Snyder
2007-11-23  3:26   ` Joel Brobecker [this message]

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=20071123032601.GB23393@adacore.com \
    --to=brobecker@adacore.com \
    --cc=gdb@sourceware.org \
    --cc=msnyder@specifix.com \
    --cc=pengyu.ut@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