Constify some commands in tracepoint.c
authorTom Tromey <tom@tromey.com>
Wed, 13 Sep 2017 00:37:46 +0000 (18:37 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:47 +0000 (08:44 -0600)
commit2983f7cbdb245e516799f1a5b8ddc0450bce98c9
tree93e86873436d6ef3352aaa9970ec40001f45e12e
parent4fd41b2486e0c3407d39a6a4c0bbeedd057eb20e
Constify some commands in tracepoint.c

In addition to the constification, this fixes a command-repeat bug.

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* tracepoint.c (delete_trace_variable_command)
(tfind_end_command, tfind_start_command, tfind_pc_command)
(tfind_tracepoint_command, tfind_line_command)
(tfind_range_command, tfind_outside_command): Constify.
gdb/ChangeLog
gdb/tracepoint.c