]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove fall throughs in core_target::xfer_partial.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 17 Mar 2022 16:37:24 +0000 (09:37 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 17 Mar 2022 16:37:59 +0000 (09:37 -0700)
commit0e30a3b0f233f828cc3274c2131ed31db275629c
treee9f927d3bfd6eaad8a8a3054f5063a0ffbfdfdfa
parent575b4c298a60e1aeae9f34756ba72b31b2f166ec
Remove fall throughs in core_target::xfer_partial.

The cases for TARGET_OBJECT_LIBRARIES and TARGET_OBJECT_LIBRARIES_AIX
can try to fetch different data objects (such as
TARGET_OBJECT_SIGNAL_INFO) if gdbarch methods for the requested data
aren't present.  Return with TARGET_XFER_E_IO if the gdbarch method
isn't present instead.
gdb/corelow.c