]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* tracepoint.c (trace_find_tracepoint_command): Replace call to
authorDavid Taylor <taylor@redhat.com>
Thu, 16 Nov 2000 14:51:50 +0000 (14:51 +0000)
committerDavid Taylor <taylor@redhat.com>
Thu, 16 Nov 2000 14:51:50 +0000 (14:51 +0000)
commit0e828ed16355f173bcf2f6950fb21c86c7ffb9fe
tree9eb9e542572a3333e1f70d7bfb7e6545eaf3287e
parent5dd42ef455069a3a7787c177ffdf5789d7cebed1
* tracepoint.c (trace_find_tracepoint_command): Replace call to
parse_and_eval_address with a call to parse_and_eval_long as
we are evaluating an integer, not an address.
* top.c (show_commands): Ditto.
gdb/ChangeLog
gdb/top.c
gdb/tracepoint.c