]> git.ipfire.org Git - thirdparty/grub.git/commit
gdb: Add extra early initialization symbols for i386-pc
authorGlenn Washburn <development@efficientek.com>
Mon, 27 Feb 2023 21:15:38 +0000 (15:15 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 14 Mar 2023 15:07:54 +0000 (16:07 +0100)
commit954d5ce309b623575d77b13d767d963705f3a7c8
treed7d710f3ad742b1181101ccf93e0b0896360c0b6
parent4692a64a0cc2192d53330e5bb027b8d560086ed0
gdb: Add extra early initialization symbols for i386-pc

Add symbols for boot.image, disk.image, and lzma_decompress.image if the
target is i386-pc. This is only done for i386-pc because that is the only
target that uses the images. By loading the symbols for these images,
these images can be more easily debugged by allowing the setting of break-
points in that code and to see easily get the value of data symbols.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/gdb_grub.in