* [PATCH] gdbstub: Unregister gdbstub_break when unloading module
@ 2023-01-10 21:03 Glenn Washburn
2023-01-11 18:48 ` Daniel Kiper
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Washburn @ 2023-01-10 21:03 UTC (permalink / raw)
To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
grub-core/gdb/gdb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/grub-core/gdb/gdb.c b/grub-core/gdb/gdb.c
index 1818cb6f8e..9e091ee1bc 100644
--- a/grub-core/gdb/gdb.c
+++ b/grub-core/gdb/gdb.c
@@ -98,6 +98,7 @@ GRUB_MOD_INIT (gdb)
GRUB_MOD_FINI (gdb)
{
grub_unregister_command (cmd);
+ grub_unregister_command (cmd_break);
grub_unregister_command (cmd_stop);
grub_gdb_idtrestore ();
}
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gdbstub: Unregister gdbstub_break when unloading module
2023-01-10 21:03 [PATCH] gdbstub: Unregister gdbstub_break when unloading module Glenn Washburn
@ 2023-01-11 18:48 ` Daniel Kiper
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2023-01-11 18:48 UTC (permalink / raw)
To: Glenn Washburn; +Cc: grub-devel
On Tue, Jan 10, 2023 at 03:03:59PM -0600, Glenn Washburn wrote:
> Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-11 18:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 21:03 [PATCH] gdbstub: Unregister gdbstub_break when unloading module Glenn Washburn
2023-01-11 18:48 ` Daniel Kiper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.