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

Go to the source code of this file.

Functions

EFI_DEBUG_STATUS DebuggerGo (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 EdbCmdGo.c.

Function Documentation

◆ DebuggerGo()

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

DebuggerCommand - Go.

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

Definition at line 26 of file EdbCmdGo.c.