aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-pending-frame-level.py
diff options
context:
space:
mode:
authorGuinevere Larsen <guinevere@redhat.com>2025-04-09 15:08:13 -0300
committerGuinevere Larsen <guinevere@redhat.com>2025-04-11 09:17:58 -0300
commitda9ffdece9b30cec63bb890c4e36575648b3f222 (patch)
treec91891b3b810b2dc7ce93ccf8bc7269755f4dd40 /gdb/testsuite/gdb.python/py-pending-frame-level.py
parentea0498f46e440199907213d920b7964d4fc38dc5 (diff)
downloadbinutils-da9ffdece9b30cec63bb890c4e36575648b3f222.zip
binutils-da9ffdece9b30cec63bb890c4e36575648b3f222.tar.gz
binutils-da9ffdece9b30cec63bb890c4e36575648b3f222.tar.bz2
gdb/testsuite: fix gdb.base/dlmopen-ns-ids.exp racy test
The recently included gdb.base/dlmopen-ns-ids.exp test can sometimes fail the call to get_integer_valueof when trying to check the namespace ID of the fourth dlopened SO, for apparently no reason. What's happening is that the call to get_first_so_ns doesn't necessarily consume the GDB prompt, and so get_integer_valueof will see the prompt immediately and not find the value the test is looking for. To fix this, the test was changed so that we consume all of the output of the command "info sharedlibrary", but only set the namespace ID for the first occurrence of the SO we're looking for. The command now also gets the solib name as a parameter, to reduce the amount of output. Co-Authored-By: Tom de Vries <tdevries@suse.de> Approved-By: Tom de Vries <tdevries@suse.de>
Diffstat (limited to 'gdb/testsuite/gdb.python/py-pending-frame-level.py')
0 files changed, 0 insertions, 0 deletions