Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start

2022-12-22 Thread Daniel Kiper
On Thu, Dec 22, 2022 at 12:08:17AM -0600, Glenn Washburn wrote: > On Wed, 21 Dec 2022 12:19:16 -0600 > Glenn Washburn wrote: > > > On Wed, 21 Dec 2022 16:27:40 +0100 > > Daniel Kiper wrote: > > > > > On Thu, Dec 15, 2022 at 11:29:35PM -0600, Glenn Washburn wrote: > > > > A new command, run_on_sta

Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start

2022-12-21 Thread Glenn Washburn
On Wed, 21 Dec 2022 12:19:16 -0600 Glenn Washburn wrote: > On Wed, 21 Dec 2022 16:27:40 +0100 > Daniel Kiper wrote: > > > On Thu, Dec 15, 2022 at 11:29:35PM -0600, Glenn Washburn wrote: > > > A new command, run_on_start, is created which handles some > > > complexities of the EFI platform when

Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start

2022-12-21 Thread Glenn Washburn
On Wed, 21 Dec 2022 16:27:40 +0100 Daniel Kiper wrote: > On Thu, Dec 15, 2022 at 11:29:35PM -0600, Glenn Washburn wrote: > > A new command, run_on_start, is created which handles some > > complexities of the EFI platform when breaking on GRUB start. If > > GRUB start is hooked, run "onstart" comm

Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start

2022-12-21 Thread Daniel Kiper
On Thu, Dec 15, 2022 at 11:29:35PM -0600, Glenn Washburn wrote: > A new command, run_on_start, is created which handles some complexities > of the EFI platform when breaking on GRUB start. If GRUB start is hooked, > run "onstart" command if it is defned. > > Signed-off-by: Glenn Washburn > --- >