From: Daniel Jacobowitz <drow@mvista.com>
To: christopher j bottaro <cjb@cs.utexas.edu>
Cc: gdb@sources.redhat.com
Subject: Re: newbie gdb help...
Date: Wed, 05 Feb 2003 20:45:00 -0000 [thread overview]
Message-ID: <20030205204505.GA26638@nevyn.them.org> (raw)
In-Reply-To: <200302051438.10934.cjb@cs.utexas.edu>
On Wed, Feb 05, 2003 at 02:38:10PM -0600, christopher j bottaro wrote:
> hello,
> i just started using gdb yesterday. i've read a lot of the manual and to my
> suprise, gdb is pretty easy to use. i got pretty comfortable navagating thru
> the stack, the source, setting break and watch points, etc...
>
> anyways, i have 2 questions that i couldn't find in the documentation:
>
> 1) command to show you what line is about to be executed. sometimes after
> many print commands, and many list commands, i lose track of where i am in
> the program's execution.
Try "f", for "frame". It should show the current line.
> 2) when i resume execution of my program with the continue command, is there
> anyway to break it again from within gdb? while the program is running
> (after issuing the continue command), gdb seems to ignore any input i try to
> tell it.
If you hit Control-C, GDB should stop the program.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2003-02-05 20:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-05 20:37 christopher j bottaro
2003-02-05 20:45 ` Daniel Jacobowitz [this message]
2003-02-05 20:46 ` Tim Combs
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=20030205204505.GA26638@nevyn.them.org \
--to=drow@mvista.com \
--cc=cjb@cs.utexas.edu \
--cc=gdb@sources.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