public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] BaseTools: Add support for gdb and lldb
@ 2022-03-21 20:20 Rebecca Cran
  2022-03-21 20:20 ` [PATCH v2 1/3] BaseTools: efi_debugging.py: Add debugger agnostic dbg Python Classes Rebecca Cran
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Rebecca Cran @ 2022-03-21 20:20 UTC (permalink / raw)
  To: devel, Leif Lindholm, Michael D Kinney, Hao A Wu, Bob Feng,
	Liming Gao, Yuwei Chen
  Cc: Rebecca Cran, Andrew Fish

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

-- 
2.34.1


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

end of thread, other threads:[~2022-04-09  4:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2022-04-09  4:47   ` Bob Feng

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