TianoCore EDK2 master
|
#include "DebugAgent.h"
Go to the source code of this file.
Functions | |
VOID | InitializeDebugIdt (VOID) |
VOID * | GetExceptionHandlerInIdtEntry (IN UINTN ExceptionNum) |
VOID | SetExceptionHandlerInIdtEntry (IN UINTN ExceptionNum, IN VOID *ExceptionHandler) |
Supporting functions for IA32 architecture.
Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ArchDebugSupport.c.
Retrieve exception handler from IDT table by ExceptionNum.
[in] | ExceptionNum | Exception number |
Definition at line 76 of file ArchDebugSupport.c.
VOID InitializeDebugIdt | ( | VOID | ) |
Initialize IDT entries to support source level debug.
Definition at line 16 of file ArchDebugSupport.c.
Set exception handler in IDT table by ExceptionNum.
[in] | ExceptionNum | Exception number |
[in] | ExceptionHandler | Exception Handler to be set |
Definition at line 98 of file ArchDebugSupport.c.