[edk2-devel] 回复: [PATCH v2 0/3] BaseTools: Add support for gdb and lldb

gaoliming gaoliming at byosoft.com.cn
Thu Apr 7 05:02:45 UTC 2022


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

> -----邮件原件-----
> 发件人: Rebecca Cran <quic_rcran at quicinc.com>
> 发送时间: 2022年4月7日 6:34
> 收件人: devel at edk2.groups.io; Leif Lindholm <quic_llindhol at quicinc.com>;
> Michael D Kinney <michael.d.kinney at intel.com>; Hao A Wu
> <hao.a.wu at intel.com>; Bob Feng <bob.c.feng at intel.com>; Liming Gao
> <gaoliming at byosoft.com.cn>; Yuwei Chen <yuwei.chen at intel.com>
> 抄送: Andrew Fish <afish at 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
> >





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88504): https://edk2.groups.io/g/devel/message/88504
Mute This Topic: https://groups.io/mt/90307109/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list