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] Change trace buffer size


> Date: Mon, 18 Feb 2013 18:13:36 +0000
> From: "Abid, Hafiz" <hafiz_abid@mentor.com>
> CC: <stan@codesourcery.com>
> 
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -104,6 +104,10 @@ set debug notification
>  show debug notification
>    Control display of debugging info for async remote notification.
>  
> +set trace-buffer-size
> +show trace-buffer-size
> +  Request target to change the size of trace buffer.
> +

OK for this part.

> +@item show trace-buffer-size
> +@kindex show trace-buffer-size
> +Show the current requested size for the trace buffer.  Note that this
> +will only match the actual size if the target supports size-setting,
> +and was able to handle the requested size.  For instance, if the
> +target can only change buffer size between runs, this variable will
> +not reflect until the next run starts.  Use @code{tstatus} to get a
   ^^^^^^^^^^^^^^^^^
"not reflect the change until ..."

The documentation parts are OK with this fixed.


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