]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdExtIo.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EdbCmdExtIo.c
CommitLineData
e8a5ac7c 1/** @file\r
748edcd5 2\r
e8a5ac7c 3Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
9d510e61 4SPDX-License-Identifier: BSD-2-Clause-Patent\r
748edcd5 5\r
748edcd5 6\r
e8a5ac7c 7**/\r
748edcd5 8\r
e8a5ac7c 9#include "Edb.h"\r
748edcd5 10\r
e8a5ac7c 11/**\r
748edcd5 12\r
e8a5ac7c 13 DebuggerCommand - IB.\r
748edcd5 14\r
e8a5ac7c
DB
15 @param CommandArg The argument for this command\r
16 @param DebuggerPrivate EBC Debugger private data structure\r
17 @param ExceptionType Exception type.\r
18 @param SystemContext EBC system context.\r
19\r
20 @retval EFI_DEBUG_CONTINUE formal return value\r
748edcd5 21\r
e8a5ac7c 22**/\r
748edcd5
PB
23EFI_DEBUG_STATUS\r
24DebuggerExtIoIB (\r
25 IN CHAR16 *CommandArg,\r
26 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
27 IN EFI_EXCEPTION_TYPE ExceptionType,\r
28 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
29 )\r
748edcd5
PB
30{\r
31 EDBPrint (L"Unsupported\n");\r
32 //\r
33 // TBD\r
34 //\r
35 return EFI_DEBUG_CONTINUE;\r
36}\r
37\r
e8a5ac7c
DB
38\r
39/**\r
40\r
41 DebuggerCommand - IW.\r
42\r
43\r
44 @param CommandArg - The argument for this command\r
45 @param DebuggerPrivate - EBC Debugger private data structure\r
46 @param ExceptionType - Exception type.\r
47 @param SystemContext - EBC system context.\r
48\r
49 @retval EFI_DEBUG_CONTINUE - formal return value\r
50\r
51**/\r
748edcd5
PB
52EFI_DEBUG_STATUS\r
53DebuggerExtIoIW (\r
54 IN CHAR16 *CommandArg,\r
55 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
56 IN EFI_EXCEPTION_TYPE ExceptionType,\r
57 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
58 )\r
748edcd5
PB
59{\r
60 EDBPrint (L"Unsupported\n");\r
61 //\r
62 // TBD\r
63 //\r
64 return EFI_DEBUG_CONTINUE;\r
65}\r
66\r
e8a5ac7c
DB
67/**\r
68\r
69 DebuggerCommand - ID.\r
70\r
71\r
72 @param CommandArg - The argument for this command\r
73 @param DebuggerPrivate - EBC Debugger private data structure\r
74 @param ExceptionType - Exception type.\r
75 @param SystemContext - EBC system context.\r
76\r
77 @retval EFI_DEBUG_CONTINUE - formal return value\r
78\r
79**/\r
748edcd5
PB
80EFI_DEBUG_STATUS\r
81DebuggerExtIoID (\r
82 IN CHAR16 *CommandArg,\r
83 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
84 IN EFI_EXCEPTION_TYPE ExceptionType,\r
85 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
86 )\r
748edcd5
PB
87{\r
88 EDBPrint (L"Unsupported\n");\r
89 //\r
90 // TBD\r
91 //\r
92 return EFI_DEBUG_CONTINUE;\r
93}\r
94\r
e8a5ac7c
DB
95/**\r
96\r
97 DebuggerCommand - OB.\r
98\r
99 @param CommandArg - The argument for this command\r
100 @param DebuggerPrivate - EBC Debugger private data structure\r
101 @param ExceptionType - Interrupt type.\r
102 @param SystemContext - EBC system context.\r
103\r
104 @retval EFI_DEBUG_CONTINUE - formal return value\r
105\r
106**/\r
748edcd5
PB
107EFI_DEBUG_STATUS\r
108DebuggerExtIoOB (\r
109 IN CHAR16 *CommandArg,\r
110 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
111 IN EFI_EXCEPTION_TYPE ExceptionType,\r
112 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
113 )\r
748edcd5
PB
114{\r
115 EDBPrint (L"Unsupported\n");\r
116 //\r
117 // TBD\r
118 //\r
119 return EFI_DEBUG_CONTINUE;\r
120}\r
121\r
e8a5ac7c
DB
122\r
123/**\r
124\r
125 DebuggerCommand - OW.\r
126\r
127 @param CommandArg - The argument for this command\r
128 @param DebuggerPrivate - EBC Debugger private data structure\r
129 @param ExceptionType - Interrupt type.\r
130 @param SystemContext - EBC system context.\r
131\r
132 @retval EFI_DEBUG_CONTINUE - formal return value\r
133\r
134**/\r
748edcd5
PB
135EFI_DEBUG_STATUS\r
136DebuggerExtIoOW (\r
137 IN CHAR16 *CommandArg,\r
138 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
139 IN EFI_EXCEPTION_TYPE ExceptionType,\r
140 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
141 )\r
748edcd5
PB
142{\r
143 EDBPrint (L"Unsupported\n");\r
144 //\r
145 // TBD\r
146 //\r
147 return EFI_DEBUG_CONTINUE;\r
148}\r
149\r
e8a5ac7c
DB
150\r
151/**\r
152\r
153 DebuggerCommand - OD.\r
154\r
155 @param CommandArg - The argument for this command\r
156 @param DebuggerPrivate - EBC Debugger private data structure\r
157 @param ExceptionType - Interrupt type.\r
158 @param SystemContext - EBC system context.\r
159\r
160 @retval EFI_DEBUG_CONTINUE - formal return value\r
161\r
162**/\r
748edcd5
PB
163EFI_DEBUG_STATUS\r
164DebuggerExtIoOD (\r
165 IN CHAR16 *CommandArg,\r
166 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
167 IN EFI_EXCEPTION_TYPE ExceptionType,\r
168 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
169 )\r
748edcd5
PB
170{\r
171 EDBPrint (L"Unsupported\n");\r
172 //\r
173 // TBD\r
174 //\r
175 return EFI_DEBUG_CONTINUE;\r
176}\r