Re: [PATCH v6 09/14] gdb: Add more support for debugging on EFI platforms

2023-03-02 Thread Daniel Kiper
On Mon, Feb 20, 2023 at 09:07:28PM -0600, Glenn Washburn wrote: > On Mon, 20 Feb 2023 15:06:46 -0500 > Robbie Harwood wrote: > > Glenn Washburn writes: > > > > > If the configure option --enable-efi-debug is given, then enable the > > > printing early in EFI startup of the command needed to load

Re: [PATCH v6 09/14] gdb: Add more support for debugging on EFI platforms

2023-02-20 Thread Glenn Washburn
On Mon, 20 Feb 2023 15:06:46 -0500 Robbie Harwood wrote: > Glenn Washburn writes: > > > If the configure option --enable-efi-debug is given, then enable the > > printing early in EFI startup of the command needed to load symbols > > for the GRUB EFI kernel. This is needed because EFI firmware >

Re: [PATCH v6 09/14] gdb: Add more support for debugging on EFI platforms

2023-02-20 Thread Robbie Harwood
Glenn Washburn writes: > If the configure option --enable-efi-debug is given, then enable the > printing early in EFI startup of the command needed to load symbols for > the GRUB EFI kernel. This is needed because EFI firmware determines where > to load the GRUB EFI at runtime, and so the relevan

[PATCH v6 09/14] gdb: Add more support for debugging on EFI platforms

2023-01-10 Thread Glenn Washburn
If the configure option --enable-efi-debug is given, then enable the printing early in EFI startup of the command needed to load symbols for the GRUB EFI kernel. This is needed because EFI firmware determines where to load the GRUB EFI at runtime, and so the relevant addresses are not known ahead o