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:
@@ -278,6 +278,14 @@ EbcDebuggerPushStepEntry (
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Notify the callback function when an event is triggered.
|
||||
|
||||
@param Event Indicates the event that invoke this function.
|
||||
@param Context Indicates the calling context.
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
EbcDebuggerBreakEventFunc (
|
||||
@@ -467,7 +475,6 @@ EbcDebuggerHookUnload (
|
||||
@param Handle - The EbcImage handle.
|
||||
|
||||
**/
|
||||
|
||||
VOID
|
||||
EbcDebuggerHookEbcUnloadImage (
|
||||
IN EFI_HANDLE Handle
|
||||
|
Reference in New Issue
Block a user