Acked-by: Liming Gao <gaolim...@byosoft.com.cn> > -----邮件原件----- > 发件人: Rebecca Cran <quic_rc...@quicinc.com> > 发送时间: 2022年4月7日 6:34 > 收件人: devel@edk2.groups.io; Leif Lindholm <quic_llind...@quicinc.com>; > Michael D Kinney <michael.d.kin...@intel.com>; Hao A Wu > <hao.a...@intel.com>; Bob Feng <bob.c.f...@intel.com>; Liming Gao > <gaolim...@byosoft.com.cn>; Yuwei Chen <yuwei.c...@intel.com> > 抄送: Andrew Fish <af...@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/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-