This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb m68k remote debugging - unwanted program stop after 24 lines console output


>>>>> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]