Re: [PATCH] gdb: Add gdbinfo command for printing the load address of the EFI application

2023-05-30 Thread Daniel Kiper
On Tue, May 30, 2023 at 04:29:08PM +0200, Daniel Kiper wrote: > On Sat, May 13, 2023 at 09:25:38PM -0500, Glenn Washburn wrote: > > EFI firmware determines where to load the GRUB EFI at runtime, and so the > > addresses of debug symbols are not known ahead of time. There is a command > > defined in

Re: [PATCH] gdb: Add gdbinfo command for printing the load address of the EFI application

2023-05-30 Thread Daniel Kiper
On Sat, May 13, 2023 at 09:25:38PM -0500, Glenn Washburn wrote: > EFI firmware determines where to load the GRUB EFI at runtime, and so the > addresses of debug symbols are not known ahead of time. There is a command > defined in the gdb_grub script which will load the debug symbols at the > approp

[PATCH] gdb: Add gdbinfo command for printing the load address of the EFI application

2023-05-13 Thread Glenn Washburn
EFI firmware determines where to load the GRUB EFI at runtime, and so the addresses of debug symbols are not known ahead of time. There is a command defined in the gdb_grub script which will load the debug symbols at the appropriate addresses, if given given the application load address for GRUB. S