Add facility to debug GRUB with gdb under qemu.

* grub-core/gdb_grub.in: New file.
	* grub-core/gmodule.pl.in: Likewise.
	* grub-core/Makefile.core.def (gmodule.pl): New script.
	(gdb_grub): Likewise.
This commit is contained in:
Lubomir Kundrak 2011-11-13 22:59:46 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent bc108a4a8a
commit 2536cf6463
4 changed files with 133 additions and 0 deletions

View file

@ -18,6 +18,18 @@ script = {
common = modinfo.sh.in;
};
script = {
installdir = noinst;
name = gmodule.pl;
common = gmodule.pl.in;
};
script = {
installdir = noinst;
name = gdb_grub;
common = gdb_grub.in;
};
kernel = {
name = kernel;