public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: "'Rebecca Cran'" <quic_rcran@quicinc.com>, <devel@edk2.groups.io>,
	"'Leif Lindholm'" <quic_llindhol@quicinc.com>,
	"'Michael D Kinney'" <michael.d.kinney@intel.com>,
	"'Hao A Wu'" <hao.a.wu@intel.com>,
	"'Bob Feng'" <bob.c.feng@intel.com>,
	"'Yuwei Chen'" <yuwei.chen@intel.com>
Cc: "'Andrew Fish'" <afish@apple.com>
Subject: 回复: [PATCH v2 0/3] BaseTools: Add support for gdb and lldb
Date: Thu, 7 Apr 2022 13:02:45 +0800	[thread overview]
Message-ID: <02d501d84a3c$b8621b00$29265100$@byosoft.com.cn> (raw)
In-Reply-To: <90db1689-9d3d-8eb3-1e1e-0dbe347530c3@quicinc.com>

Acked-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: Rebecca Cran <quic_rcran@quicinc.com>
> 发送时间: 2022年4月7日 6:34
> 收件人: devel@edk2.groups.io; Leif Lindholm <quic_llindhol@quicinc.com>;
> Michael D Kinney <michael.d.kinney@intel.com>; Hao A Wu
> <hao.a.wu@intel.com>; Bob Feng <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>
> 抄送: Andrew Fish <afish@apple.com>
> 主题: Re: [PATCH v2 0/3] BaseTools: Add support for gdb and lldb
> 
> Could I have some more reviews on this please? I'd like to get this into
> the tree soon.
> 
> --
> Rebecca Cran
> 
> On 3/21/22 14:20, Rebecca Cran wrote:
> > This patch set adds debugging support for gdb and lldb.
> > It also adds generic debugging classes that use a file like object to
> > make it easy to import into any debugger that supports Python.
> >
> > Changes from v1 to v2:
> > - Moved scripts from the root of the repo into BaseTools/Scripts.
> > - Fixed typo of "RISCV" as "RISKV".
> >
> > Testing:
> > - Tested gdb on Ubuntu and lldb on macOS for IA32 and X64.
> > - Tested gdb on openSUSE for AARCH64.
> >
> > Rebecca Cran (3):
> >    BaseTools: efi_debugging.py: Add debugger agnostic dbg Python
> Classes
> >    BaseTools: Scripts/efi_gdb.py: Add gdb EFI commands and pretty Print
> >    BaseTools: Scripts/efi_lldb.py: Add lldb EFI commands and pretty Print
> >
> >   BaseTools/Scripts/efi_debugging.py | 2185 ++++++++++++++++++++
> >   BaseTools/Scripts/efi_gdb.py       |  918 ++++++++
> >   BaseTools/Scripts/efi_lldb.py      | 1044 ++++++++++
> >   3 files changed, 4147 insertions(+)
> >   create mode 100755 BaseTools/Scripts/efi_debugging.py
> >   create mode 100755 BaseTools/Scripts/efi_gdb.py
> >   create mode 100755 BaseTools/Scripts/efi_lldb.py
> >




  reply	other threads:[~2022-04-07  5:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21 20:20 [PATCH v2 0/3] BaseTools: Add support for gdb and lldb Rebecca Cran
2022-03-21 20:20 ` [PATCH v2 1/3] BaseTools: efi_debugging.py: Add debugger agnostic dbg Python Classes Rebecca Cran
2022-03-26 14:04   ` Bob Feng
2022-03-21 20:20 ` [PATCH v2 2/3] BaseTools: Scripts/efi_gdb.py: Add gdb EFI commands and pretty Print Rebecca Cran
2022-03-26 14:05   ` Bob Feng
2022-03-21 20:20 ` [PATCH v2 3/3] BaseTools: Scripts/efi_lldb.py: Add lldb " Rebecca Cran
2022-04-09  4:16   ` [edk2-devel] " Bob Feng
2022-04-06 22:34 ` [PATCH v2 0/3] BaseTools: Add support for gdb and lldb Rebecca Cran
2022-04-07  5:02   ` gaoliming [this message]
2022-04-09  4:47   ` Bob Feng

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='02d501d84a3c$b8621b00$29265100$@byosoft.com.cn' \
    --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