grub/grub-core/kern
Lubomir Kundrak ff27c3dd5d GDB serial and backtrace support.
* grub-core/kern/i386/realmode.S (real_to_prot): Reload IDT.
	(prot_to_real): Likewise.
	* grub-core/kern/i386/int.S (grub_bios_interrupt): Remove IDT reload.
	* grub-core/Makefile.core.def (backtrace): New module.
	(gdb): Likewise.
	* grub-core/gdb/cstub.c: New file.
	* grub-core/gdb/gdb.c: Likewise.
	* grub-core/gdb/i386/idt.c: Likewise.
	* grub-core/gdb/i386/machdep.S: Likewise.
	* grub-core/gdb/i386/signal.c: Likewise.
	* grub-core/lib/i386/backtrace.c: Likewise.
	* include/grub/backtrace.h: Likewise.
	* include/grub/gdb.h: Likewise.
	* include/grub/i386/gdb.h: Likewise.

	Also-By: Vladimir Serbinenko <phcoder@gmail.com>
2012-02-26 19:17:37 +01:00
..
efi Increase warning level. 2012-02-10 16:48:48 +01:00
emu Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
generic automake commit without merge history 2010-05-06 11:34:04 +05:30
i386 GDB serial and backtrace support. 2012-02-26 19:17:37 +01:00
ia64 Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
ieee1275 * grub-core/kern/ieee1275/openfw.c (grub_claimmap): Change to 2012-02-04 14:00:23 +01:00
mips Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
powerpc Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
sparc64 Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
x86_64 Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
command.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
corecmd.c * grub-core/font/font.c (grub_font_load): Add support for default 2012-02-24 11:18:06 +01:00
device.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
disk.c * grub-core/kern/disk.c (grub_disk_write): Add missing const qualifier. 2012-02-22 05:12:18 +01:00
dl.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
elf.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
env.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
err.c * grub-core/kern/err.c (GRUB_MAX_ERRMSG): Move to ... 2012-02-05 10:24:53 +01:00
file.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
fs.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
list.c Make list_push and list_remove functions rather than inline functions 2012-02-22 05:01:20 +01:00
main.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
misc.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
mm.c * grub-core/kern/mm.c: Add missing include of i18n.h 2012-02-03 14:20:31 +01:00
parser.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
partition.c * grub-core/kern/partition.c (grub_partition_get_name): Fix uninited 2012-02-08 20:19:44 +01:00
rescue_parser.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
rescue_reader.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
term.c Replace grub_checkkey with grub_getkey_noblock. 2012-02-18 19:59:01 +01:00
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30
vga_init.c VGA text support in qemu-mips 2011-07-05 23:46:15 +02:00