public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/1] MdeModulePkg/EbcDxe: add EBC Debugger configuration application
@ 2016-11-24 11:29 Pete Batard
  2016-11-24 11:29 ` [PATCH 1/1] " Pete Batard
  0 siblings, 1 reply; 4+ messages in thread
From: Pete Batard @ 2016-11-24 11:29 UTC (permalink / raw)
  To: edk2-devel; +Cc: Jiewen Yao, Pete Batard

This patch adds the UEFI Shell configuration application for the EBC Debugger.
The source for the original Tianocore app can be found at:
  https://github.com/jyao1/EbcDebuggerApp

The changes from the original sources mostly had to do with:
* Using ShellCEntryLib to parse the Shell arguments.
* Returning Shell error codes instead of EFI ones.

You'll notice that the required Shell library dependencies have been added in
MdeModulePkg.dsc under [LibraryClasses.common.UEFI_APPLICATION].

I validated that the generated application compiled successfully for IA32 and
X64 (VS2015/Windows) and could switch breakpoints on or off when used against
a recompiled version of the EBC Debugger.

I also believe that the patch should apply cleanly on top of the recent change
proposal for the EBC Debugger.

Regards,

/Pete

Pete Batard (1):
  MdeModulePkg/EbcDxe: add EBC Debugger configuration application

 .../Include/Protocol/DebuggerConfiguration.h       |  32 ++++
 MdeModulePkg/MdeModulePkg.dec                      |   4 +
 MdeModulePkg/MdeModulePkg.dsc                      |   4 +
 MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf      |   1 +
 .../EbcDxe/EbcDebugger/EbcDebuggerConfig.c         | 207 +++++++++++++++++++++
 MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c    |   4 +
 .../Universal/EbcDxe/EbcDebugger/EdbCommon.h       |   3 +
 .../Universal/EbcDxe/EbcDebugger/EdbHook.c         |  11 ++
 .../Universal/EbcDxe/EbcDebuggerConfig.inf         |  57 ++++++
 .../Universal/EbcDxe/EbcDebuggerConfig.uni         |  18 ++
 .../Universal/EbcDxe/EbcDebuggerConfigExtra.uni    |  17 ++
 11 files changed, 358 insertions(+)
 create mode 100644 MdeModulePkg/Include/Protocol/DebuggerConfiguration.h
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebugger/EbcDebuggerConfig.c
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.uni
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfigExtra.uni

-- 
2.9.3.windows.2



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-24 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24 11:29 [PATCH 0/1] MdeModulePkg/EbcDxe: add EBC Debugger configuration application Pete Batard
2016-11-24 11:29 ` [PATCH 1/1] " Pete Batard
2016-11-24 12:40   ` Yao, Jiewen
2016-11-24 13:06     ` Pete Batard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox