]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
gdb: Remove workaround for the vCont packet
authorChristina Schimpe <christina.schimpe@intel.com>
Thu, 9 Dec 2021 13:18:36 +0000 (14:18 +0100)
committerChristina Schimpe <christina.schimpe@intel.com>
Mon, 30 Jan 2023 11:45:31 +0000 (12:45 +0100)
commit34f0de5a4acbd328f4a89ac1232aece6d8151b74
tree758db9fbfafaf567b44349eb0bafd6cb3c885872
parentfe4c3ca0036b37ea43be1c36728b323f195ef1bb
gdb: Remove workaround for the vCont packet

The workaround for the vCont packet is no longer required due to the
former commit "gdb: Make global feature array a per-remote target array".
The vCont packet is now checked once when the connection is started and
the supported vCont actions are set to the target's remote state
attribute.
gdb/remote.c