This is the mail archive of the gdb-cvs@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]

[binutils-gdb] Update help text in record-btrace.c


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=55063ddb8e9a3179b65047db21f4c8607782d075

commit 55063ddb8e9a3179b65047db21f4c8607782d075
Author: Tom Tromey <tom@tromey.com>
Date:   Mon Apr 30 08:37:29 2018 -0600

    Update help text in record-btrace.c
    
    This updates the help text in record-btrace.c to conform to GNU
    standards.
    
    2018-04-29  Tom Tromey  <tom@tromey.com>
    
    	* record-btrace.c (_initialize_record_btrace): Update help text.

Diff:
---
 gdb/record-btrace.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/record-btrace.c b/gdb/record-btrace.c
index a7a565b..4249b1d 100644
--- a/gdb/record-btrace.c
+++ b/gdb/record-btrace.c
@@ -3245,8 +3245,8 @@ replay."),
   add_prefix_cmd ("cpu", class_support, cmd_set_record_btrace_cpu,
 		  _("\
 Set the cpu to be used for trace decode.\n\n\
-The format is \"<vendor>:<identifier>\" or \"none\" or \"auto\" (default).\n\
-For vendor \"intel\" the format is \"<family>/<model>[/<stepping>]\".\n\n\
+The format is \"VENDOR:IDENTIFIER\" or \"none\" or \"auto\" (default).\n\
+For vendor \"intel\" the format is \"FAMILY/MODEL[/STEPPING]\".\n\n\
 When decoding branch trace, enable errata workarounds for the specified cpu.\n\
 The default is \"auto\", which uses the cpu on which the trace was recorded.\n\
 When GDB does not support that cpu, this option can be used to enable\n\


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