TianoCore EDK2 master
Loading...
Searching...
No Matches
EdbCmdExtIo.c File Reference
#include "Edb.h"

Go to the source code of this file.

Functions

EFI_DEBUG_STATUS DebuggerExtIoIB (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtIoIW (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtIoID (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtIoOB (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtIoOW (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtIoOD (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 

Detailed Description

Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file EdbCmdExtIo.c.

Function Documentation

◆ DebuggerExtIoIB()

EFI_DEBUG_STATUS DebuggerExtIoIB ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - IB.

Parameters
CommandArgThe argument for this command
DebuggerPrivateEBC Debugger private data structure
ExceptionTypeException type.
SystemContextEBC system context.
Return values
EFI_DEBUG_CONTINUEformal return value

Definition at line 24 of file EdbCmdExtIo.c.

◆ DebuggerExtIoID()

EFI_DEBUG_STATUS DebuggerExtIoID ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - ID.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Exception type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 80 of file EdbCmdExtIo.c.

◆ DebuggerExtIoIW()

EFI_DEBUG_STATUS DebuggerExtIoIW ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - IW.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Exception type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 52 of file EdbCmdExtIo.c.

◆ DebuggerExtIoOB()

EFI_DEBUG_STATUS DebuggerExtIoOB ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - OB.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 107 of file EdbCmdExtIo.c.

◆ DebuggerExtIoOD()

EFI_DEBUG_STATUS DebuggerExtIoOD ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - OD.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 161 of file EdbCmdExtIo.c.

◆ DebuggerExtIoOW()

EFI_DEBUG_STATUS DebuggerExtIoOW ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - OW.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 134 of file EdbCmdExtIo.c.