gdb m68k remote debugging - unwanted program stop after 24 lines console output
Mark Salter
msalter@cygnus.com
Tue Apr 18 01:55:00 GMT 2000
>>>>> hollerer writes:
> hi,
> i have a little question which i hope you can answer.
> i have wrapped the output of the target into a 'O' message.
> this works fine. but the host gdb stops the program after
> 24 lines of output with the message:
> ---Type <return> to continue, or q <return> to quit---
> can i avoid this? it's ok that the output would get lost.
> but the program should not be stopped.
Try "set height 0" in your .gdbinit file.
--Mark
More information about the Gdb
mailing list