TianoCore EDK2 master
|
#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 [] |
Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EdbCommand.c.
CHAR16 * GetCommandNameByKey | ( | IN EFI_INPUT_KEY | CommandKey | ) |
Find the command name according to the function key.
CommandKey | - Command Function Key |
Definition at line 634 of file EdbCommand.c.
Find the command according to name.
CommandName | - Command Name |
CommandArg | - Command Argument |
Definition at line 582 of file EdbCommand.c.
EFI_DEBUGGER_COMMAND_SET mDebuggerCommandSet[] |
Definition at line 14 of file EdbCommand.c.