From: Pete Batard <pete@akeo.ie>
To: edk2-devel@lists.01.org
Cc: Jiewen Yao <jiewen.yao@intel.com>, Pete Batard <pete@akeo.ie>
Subject: [PATCH 0/1] MdeModulePkg/EbcDxe: add EBC Debugger configuration application
Date: Thu, 24 Nov 2016 11:29:55 +0000 [thread overview]
Message-ID: <20161124112956.3960-1-pete@akeo.ie> (raw)
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
next reply other threads:[~2016-11-24 11:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-24 11:29 Pete Batard [this message]
2016-11-24 11:29 ` [PATCH 1/1] MdeModulePkg/EbcDxe: add EBC Debugger configuration application Pete Batard
2016-11-24 12:40 ` Yao, Jiewen
2016-11-24 13:06 ` Pete Batard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161124112956.3960-1-pete@akeo.ie \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox