Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low level interrupt code yet. I've been testing on ARM.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10334 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-04-03 00:41:42 +00:00
parent 66c0b4461a
commit 969eba7b0d
14 changed files with 4836 additions and 4 deletions

View File

@@ -88,8 +88,6 @@ UINTN gRegisterOffsets[] = {
0x00000F72,
0x00000F73,
0x00000FFF, // fps
0x00000FFF,
0x00000FFF,
OFFSET_OF(EFI_SYSTEM_CONTEXT_ARM, CPSR)
};