TianoCore EDK2 master
Loading...
Searching...
No Matches
EdbCmdExtPci.c
Go to the documentation of this file.
1
9#include "Edb.h"
10
23EFI_DEBUG_STATUS
25 IN CHAR16 *CommandArg,
26 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
27 IN EFI_EXCEPTION_TYPE ExceptionType,
28 IN OUT EFI_SYSTEM_CONTEXT SystemContext
29 )
30{
31 EDBPrint (L"Unsupported\n");
32 //
33 // TBD
34 //
35 return EFI_DEBUG_CONTINUE;
36}
37
50EFI_DEBUG_STATUS
52 IN CHAR16 *CommandArg,
53 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
54 IN EFI_EXCEPTION_TYPE ExceptionType,
55 IN OUT EFI_SYSTEM_CONTEXT SystemContext
56 )
57{
58 EDBPrint (L"Unsupported\n");
59 //
60 // TBD
61 //
62 return EFI_DEBUG_CONTINUE;
63}
64
77EFI_DEBUG_STATUS
79 IN CHAR16 *CommandArg,
80 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
81 IN EFI_EXCEPTION_TYPE ExceptionType,
82 IN OUT EFI_SYSTEM_CONTEXT SystemContext
83 )
84{
85 EDBPrint (L"Unsupported\n");
86 //
87 // TBD
88 //
89 return EFI_DEBUG_CONTINUE;
90}
91
104EFI_DEBUG_STATUS
106 IN CHAR16 *CommandArg,
107 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
108 IN EFI_EXCEPTION_TYPE ExceptionType,
109 IN OUT EFI_SYSTEM_CONTEXT SystemContext
110 )
111{
112 EDBPrint (L"Unsupported\n");
113 //
114 // TBD
115 //
116 return EFI_DEBUG_CONTINUE;
117}
118
131EFI_DEBUG_STATUS
133 IN CHAR16 *CommandArg,
134 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
135 IN EFI_EXCEPTION_TYPE ExceptionType,
136 IN OUT EFI_SYSTEM_CONTEXT SystemContext
137 )
138{
139 EDBPrint (L"Unsupported\n");
140 //
141 // TBD
142 //
143 return EFI_DEBUG_CONTINUE;
144}
EFI_DEBUG_STATUS DebuggerExtPciPCID(IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
Definition: EdbCmdExtPci.c:51
EFI_DEBUG_STATUS DebuggerExtPciPCIL(IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
Definition: EdbCmdExtPci.c:24
EFI_DEBUG_STATUS DebuggerExtPciCFGB(IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
Definition: EdbCmdExtPci.c:78
EFI_DEBUG_STATUS DebuggerExtPciCFGD(IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
Definition: EdbCmdExtPci.c:132
EFI_DEBUG_STATUS DebuggerExtPciCFGW(IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
Definition: EdbCmdExtPci.c:105
UINTN EFIAPI EDBPrint(IN CONST CHAR16 *Format,...)
Definition: EdbSupportUI.c:683
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
INTN EFI_EXCEPTION_TYPE
Definition: DebugSupport.h:35