From mboxrd@z Thu Jan 1 00:00:00 1970 From: hollerer@gmx.net To: gdb@sourceware.cygnus.com Subject: gdb m68k remote debugging - unwanted program stop after 24 lines console output Date: Tue, 18 Apr 2000 01:40:00 -0000 Message-id: <38FC1F40.FB4B7D45@gmx.net> X-SW-Source: 2000-04/msg00082.html hi, i have a little question which i hope you can answer. host: linux, m68k-gdb-aout 4.18 target: motorola 68332, m68k-stub.c remote debugging via rs232 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 to continue, or q to quit--- can i avoid this? it's ok that the output would get lost. but the program should not be stopped. thx for any answer franz hollerer -- Austria Usually we don't have kangaroos. >From msalter@cygnus.com Tue Apr 18 01:55:00 2000 From: Mark Salter To: hollerer@gmx.net Cc: gdb@sourceware.cygnus.com Subject: Re: gdb m68k remote debugging - unwanted program stop after 24 lines console output Date: Tue, 18 Apr 2000 01:55:00 -0000 Message-id: <200004180855.BAA06942@rtl.cygnus.com> References: <38FC1F40.FB4B7D45@gmx.net> X-SW-Source: 2000-04/msg00083.html Content-length: 462 >>>>> 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 to continue, or q 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