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

Go to the source code of this file.

Functions

EFI_DEBUGGER_COMMAND MatchDebuggerCommand (IN CHAR16 *CommandName, IN CHAR16 **CommandArg)
 
CHAR16 * GetCommandNameByKey (IN EFI_INPUT_KEY CommandKey)
 

Variables

EFI_DEBUGGER_COMMAND_SET mDebuggerCommandSet []
 

Detailed Description

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

Definition in file EdbCommand.c.

Function Documentation

◆ GetCommandNameByKey()

CHAR16 * GetCommandNameByKey ( IN EFI_INPUT_KEY  CommandKey)

Find the command name according to the function key.

Parameters
CommandKey- Command Function Key
Returns
Not NULL - The DebuggerName is found successfully
NULL - not found

Definition at line 634 of file EdbCommand.c.

◆ MatchDebuggerCommand()

EFI_DEBUGGER_COMMAND MatchDebuggerCommand ( IN CHAR16 *  CommandName,
IN CHAR16 **  CommandArg 
)

Find the command according to name.

Parameters
CommandName- Command Name
CommandArg- Command Argument
Returns
Not NULL - The DebuggerCommand is found successfully
NULL - not found

Definition at line 582 of file EdbCommand.c.

Variable Documentation

◆ mDebuggerCommandSet

EFI_DEBUGGER_COMMAND_SET mDebuggerCommandSet[]

Definition at line 14 of file EdbCommand.c.