Make check_for_argument skip whitespace after arg itself
authorPedro Alves <palves@redhat.com>
Wed, 12 Jun 2019 23:06:52 +0000 (00:06 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 12 Jun 2019 23:08:50 +0000 (00:08 +0100)
commitcbba3ecd36f0f861e4e810fbd5415c9759080cdc
tree0ff7941e323a33afd43355872000ab351762f195
parentb9a3f8429b012b753e30a4222bd8e4cbba019fad
Make check_for_argument skip whitespace after arg itself

Basically every caller of check_for_argument needs to skip space after
the argument.  This patch makes check_for_argument do it itself.

Suggested by Philippe Waroquiers.

gdb/ChangeLog:
2019-06-13  Pedro Alves <palves@redhat.com>

* ax-gdb.c (agent_command_1): Remove skip_spaces call.
* breakpoint.c (watch_maybe_just_location): Remove skip_spaces
call.
* cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
* cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
calls.
(check_for_argument): Skip spaces after argument.
gdb/ChangeLog
gdb/ax-gdb.c
gdb/breakpoint.c
gdb/cli/cli-cmds.c
gdb/cli/cli-utils.c
gdb/cli/cli-utils.h
This page took 0.026329 seconds and 4 git commands to generate.