This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] not trigger pagination with dprintf


> From: Hui Zhu <teawater@gmail.com>
> Date: Tue, 7 May 2013 10:29:39 +0800
> Cc: Tom Tromey <tromey@redhat.com>, gdb-patches ml <gdb-patches@sourceware.org>, 
> 	Eli Zaretskii <eliz@gnu.org>
> 
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -51,6 +51,9 @@ show remote trace-status-packet
>    ** The -trace-save MI command can optionally save trace buffer in Common
>       Trace Format now.
> 
> +* When GDB executes the commands of any breakpoint, the GDB output
> +  pagination will be auto set to off.
                        ^^^^
"automatically"

> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -4619,6 +4619,9 @@ commands to execute when your program st
>  example, you might want to print the values of certain expressions, or
>  enable other breakpoints.
> 
> +When @value{GDBN} executes the commands of any breakpoint,
> +the @value{GDBN} output pagination will be auto set to off.
                                              ^^^^
Same here.

OK with these changes.

Thanks.


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