mirror_edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger
Pete Batard 2b2efe33ea MdeModulePkg/EbcDxe: add EBC Debugger configuration application
* Introduce a generic Debugger Configuration protocol.
* Add private configuration data in the EBC Debugger and make it
  register the Debugger Configuration protocol on initialization.
* Add a shell application that uses the protocol above to access
  the private data in order to configure the EBC debugger.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Pete Batard <pete@akeo.ie>
reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2016-11-29 12:48:33 +08:00
..
EbcDebuggerConfig.c MdeModulePkg/EbcDxe: add EBC Debugger configuration application 2016-11-29 12:48:33 +08:00
Edb.c MdeModulePkg/EbcDxe: add EBC Debugger configuration application 2016-11-29 12:48:33 +08:00
Edb.h MdeModulePkg/EbcDxe: reorganize EBC header definitions 2016-11-23 10:20:28 +08:00
EdbCmdBranch.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdBreak.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdBreakpoint.c MdeModulePkg: Fix GCC build failure 2016-11-29 09:42:54 +08:00
EdbCmdExtIo.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdExtPci.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdGo.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdHelp.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdMemory.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdQuit.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdRegister.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdScope.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdStep.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCmdSymbol.c MdeModulePkg/EbcDebugger: Add missing check for symbol not found 2016-11-25 13:34:21 +08:00
EdbCommand.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCommand.h MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbCommon.h MdeModulePkg/EbcDxe: add EBC Debugger configuration application 2016-11-29 12:48:33 +08:00
EdbDisasm.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbDisasm.h MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbDisasmSupport.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbDisasmSupport.h MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbHook.c MdeModulePkg/EbcDxe: add EBC Debugger configuration application 2016-11-29 12:48:33 +08:00
EdbHook.h MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbSupport.h MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbSupportFile.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbSupportString.c MdeModulePkg/EbcDebugger: Compare ASCII char with '\0' 2016-11-25 13:34:28 +08:00
EdbSupportUI.c MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00
EdbSymbol.c MdeModulePkg: Fix GCC build failure 2016-11-29 09:42:54 +08:00
EdbSymbol.h MdeModulePkg/EbcDxe: add EBC Debugger 2016-11-23 10:20:26 +08:00