]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Read memory capabilities atomically.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 10 Aug 2022 19:05:52 +0000 (12:05 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 1 Sep 2022 23:47:42 +0000 (16:47 -0700)
commitcabfc6253d9d61d97cd3c6b0c4cae949dd36187b
treeb8c94ed9a1e226ab57f9b37f0c9fe717ad4af40f
parenta4f89e9870e5ed92527bb6879187c5cc28e98001
Read memory capabilities atomically.

When resolving a lazy memory capability value, use
target_read_capability to read the entire capability directly rather
than only using it to read the tag.  Also, just use
target_read_capability directly without requiring a gdbarch wrapper
method.
gdb/value.c