Re: [PATCH] testing: Enhance gdb probe script

2024-10-21 Thread Alex Bennée
Gustavo Romero writes: > Use list and set comprehension to simplify code. Also, gently handle > invalid gdb filenames. > > Signed-off-by: Gustavo Romero Queued to gdbstub/next, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH] testing: Enhance gdb probe script

2024-10-15 Thread Gustavo Romero
Use list and set comprehension to simplify code. Also, gently handle invalid gdb filenames. Signed-off-by: Gustavo Romero --- scripts/probe-gdb-support.py | 75 +++- 1 file changed, 39 insertions(+), 36 deletions(-) diff --git a/scripts/probe-gdb-support.py b/scr