gdb/
* tracepoint.c (_initialize_tracepoint): Indent the code.
This commit is contained in:
parent
6221be90ef
commit
9b67fcec82
@ -1,3 +1,7 @@
|
||||
2013-03-08 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* tracepoint.c (_initialize_tracepoint): Indent the code.
|
||||
|
||||
2013-03-08 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
|
||||
|
@ -5423,14 +5423,14 @@ up and stopping the trace run."),
|
||||
&showlist);
|
||||
|
||||
add_setshow_zuinteger_unlimited_cmd ("trace-buffer-size", no_class,
|
||||
&trace_buffer_size, _("\
|
||||
&trace_buffer_size, _("\
|
||||
Set requested size of trace buffer."), _("\
|
||||
Show requested size of trace buffer."), _("\
|
||||
Use this to choose a size for the trace buffer. Some targets\n\
|
||||
may have fixed or limited buffer sizes. A value of -1 disables\n\
|
||||
any attempt to set the buffer size and lets the target choose."),
|
||||
set_trace_buffer_size, NULL,
|
||||
&setlist, &showlist);
|
||||
set_trace_buffer_size, NULL,
|
||||
&setlist, &showlist);
|
||||
|
||||
add_setshow_string_cmd ("trace-user", class_trace,
|
||||
&trace_user, _("\
|
||||
|
Loading…
x
Reference in New Issue
Block a user