diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-10-07 16:55:52 +0200 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-10-07 16:55:52 +0200 |
commit | b68bef998c81f01d73c02e7a8fb41ad8db685db1 (patch) | |
tree | f1c8d7d08eb8078141034feeed2da73156c98697 /gdbserver | |
parent | 4641551a7a176f31ebe75bf068b4a6e3fa5a612f (diff) | |
download | gdb-b68bef998c81f01d73c02e7a8fb41ad8db685db1.zip gdb-b68bef998c81f01d73c02e7a8fb41ad8db685db1.tar.gz gdb-b68bef998c81f01d73c02e7a8fb41ad8db685db1.tar.bz2 |
gdb/infcmd: remove redundant clear_proceed_status call
In `attach_command`, there is a call to `init_wait_for_inferior`
followed by a call to `clear_proceed_status`. However,
`init_wait_for_inferior` already calls `clear_proceed_status`. Remove
the redundant call.
Regression-tested on X86_64 Linux.
gdb/ChangeLog:
2020-10-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* infcmd.c (attach_command): Remove the redundant call to
`clear_proceed_status`.
Diffstat (limited to 'gdbserver')
0 files changed, 0 insertions, 0 deletions