]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb_spawn_attach_cmdline: use unsupported instead of untested
authorLancelot SIX <lancelot.six@amd.com>
Thu, 21 Apr 2022 08:28:21 +0000 (09:28 +0100)
committerLancelot SIX <lancelot.six@amd.com>
Thu, 21 Apr 2022 13:41:19 +0000 (14:41 +0100)
commit78088b89602ad5c2b68142d6a56481fb792725aa
tree99a4da2e9ba1126211e104947367fb47d8abf351
parent9d748d023d2df565e04974b5bb45618c24b30c15
gdb_spawn_attach_cmdline: use unsupported instead of untested

In a previous commit (b750766ac96: gdb/testsuite: Introduce and use
gdb_spawn_attach_cmdline), if gdb_spawn_attach_cmdline cannot have GDB
attach to the process because of ptrace restrictions (operation not
permitted), the proc issues UNTESTED.  This should really be
UNSUPPORTED, as it is done in gdb_attach.

This patch fixes this oversight.

Change-Id: Ib87e33b9230f3fa7a85e06220ef4c63814b71f7d
gdb/testsuite/lib/gdb.exp