]> git.ipfire.org Git - thirdparty/qemu.git/commit
testing: Enhance gdb probe script
authorGustavo Romero <gustavo.romero@linaro.org>
Wed, 23 Oct 2024 11:34:03 +0000 (12:34 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 24 Oct 2024 08:56:45 +0000 (09:56 +0100)
commit345dedbad2db44af897e838a6505f572b982e52e
tree2478b9f3be01a8805140b9134607070b62400694
parentbb77c68dbd54931b7bb4a3385021f2c43ed61f3e
testing: Enhance gdb probe script

Use list and set comprehension to simplify code. Also, gently handle
invalid gdb filenames.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20241015145848.387281-1-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241023113406.1284676-16-alex.bennee@linaro.org>
scripts/probe-gdb-support.py