[Bug testsuite/33345] [gdb/testsuite] FAIL: gdb.dap/scopes.exp: fetch all registers success
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Thu Sep 4 21:20:01 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=33345
--- Comment #16 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Burgess <aburgess@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b652ce7b808cd81346da587e4b4f7c3754c9d98e
commit b652ce7b808cd81346da587e4b4f7c3754c9d98e
Author: Andrew Burgess <aburgess@redhat.com>
Date: Mon Sep 1 16:58:58 2025 +0100
gdb/python: add gdb.Value.is_unavailable attribute
Add a new gdb.Value.is_unavailable attribute. This is similar to the
existing Value.is_optimized_out attribute, but returns True if any
part of the value is <unavailable>.
The existing Value.is_optimized_out attribute returns true if any part
of the value is optimized out, so I thought that Value.is_unavailable
should work the same way.
There's also a test.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33345
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Reviewed-By: Christina Schimpe <christina.schimpe@intel.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list