Re: [PATCH] tests/util/grub-shell: Print gdbinfo if on EFI platform

2024-06-12 Thread Daniel Kiper
On Sat, Jun 08, 2024 at 09:22:31PM -0500, Glenn Washburn wrote: > Allow using GDB to debug a failing QEMU test. This output does not cause > issues for tests because it happens before the trim line, and so will be > ignored. > > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel __

[PATCH] tests/util/grub-shell: Print gdbinfo if on EFI platform

2024-06-08 Thread Glenn Washburn
Allow using GDB to debug a failing QEMU test. This output does not cause issues for tests because it happens before the trim line, and so will be ignored. Signed-off-by: Glenn Washburn --- tests/util/grub-shell.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/util/grub-shell.in b/