Rename some trace functions
[deliverable/binutils-gdb.git] / gdb / tracefile.c
index 56fb0d2e2becdf7de612fc3ecb00de7fa7f9ea68..9aacdb75e78158b018dca7b80b977d423a2f9196 100644 (file)
@@ -306,7 +306,7 @@ trace_save (const char *filename, struct trace_file_writer *writer,
 }
 
 static void
-trace_save_command (char *args, int from_tty)
+tsave_command (char *args, int from_tty)
 {
   int target_does_save = 0;
   char **argv;
@@ -500,7 +500,7 @@ extern initialize_file_ftype _initialize_tracefile;
 void
 _initialize_tracefile (void)
 {
-  add_com ("tsave", class_trace, trace_save_command, _("\
+  add_com ("tsave", class_trace, tsave_command, _("\
 Save the trace data to a file.\n\
 Use the '-ctf' option to save the data to CTF format.\n\
 Use the '-r' option to direct the target to save directly to the file,\n\
This page took 0.032261 seconds and 4 git commands to generate.