This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
small doubt in prompt_for_continue() : gdb code
- From: Dharmosoth Seetharam <seetharam_21 at yahoo dot com>
- To: gdb at sourceware dot org
- Date: Thu, 19 Apr 2007 21:39:49 -0700 (PDT)
- Subject: small doubt in prompt_for_continue() : gdb code
Hi,
gdb/utils.c: prompt_for_continue()
---
---
---
if (ignore)
{
char *p = ignore;
while (*p == ' ' || *p == '\t')
++p;
if (p[0] == 'q')
async_request_quit (0);
xfree (ignore);
}
While debugging, if pagination mode is set and the
result of the given command is more than one page it
should ask like
---Type <return> to continue, or q <return> to quit---
IF we want to stop scrolling, we will press q.
Some times my 'q' is not working.
I guess this is because of the asyn_request_quit
behaviour.
If so, how can we put it in syncchronization way ??
Pleasse correct me if am wrong.
Thanks
Seetharam
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com