MdeModulePkg/EbcDxe: Add comments for functions
Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Pete Batard <pete@akeo.ie> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen.yao@intel.com
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
#include "EdbCommon.h"
|
||||
#include "EdbSupport.h"
|
||||
|
||||
/**
|
||||
|
||||
The function that displays the utility usage message.
|
||||
|
||||
**/
|
||||
VOID
|
||||
PrintUsage (
|
||||
VOID
|
||||
@@ -38,6 +43,13 @@ PrintUsage (
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
The function is to show some information.
|
||||
|
||||
@param DebuggerConfiguration Point to the EFI_DEBUGGER_CONFIGURATION_PROTOCOL.
|
||||
|
||||
**/
|
||||
VOID
|
||||
EdbShowInfo (
|
||||
EFI_DEBUGGER_CONFIGURATION_PROTOCOL *DebuggerConfiguration
|
||||
@@ -47,6 +59,15 @@ EdbShowInfo (
|
||||
return ;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
EdbConfigBreak function.
|
||||
|
||||
@param DebuggerConfiguration Point to the EFI_DEBUGGER_CONFIGURATION_PROTOCOL.
|
||||
@param Command Point to the command.
|
||||
@param CommandArg The argument for this command.
|
||||
|
||||
**/
|
||||
VOID
|
||||
EdbConfigBreak (
|
||||
EFI_DEBUGGER_CONFIGURATION_PROTOCOL *DebuggerConfiguration,
|
||||
|
Reference in New Issue
Block a user