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.
Since these debugging scripts don't depend on any EFI code I was thinking we could place them in the root of the repo to be easy to discover. I've tested gdb on Ubuntu and lldb on macOS for IA32 and X64. Andrew Fish (3): efi_debugging.py: - Add debugger agnostic debugging Python Classes efi_gdb.py: - Add gdb EFI commands and pretty Print efi_lldb.py: - Add lldb EFI commands and pretty Print efi_debugging.py | 2187 ++++++++++++++++++++++++++++++++++++++++++++++ efi_gdb.py | 918 +++++++++++++++++++ efi_lldb.py | 1044 ++++++++++++++++++++++ 3 files changed, 4149 insertions(+) create mode 100755 efi_debugging.py create mode 100755 efi_gdb.py create mode 100755 efi_lldb.py -- 2.30.1 (Apple Git-130) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#78906): https://edk2.groups.io/g/devel/message/78906 Mute This Topic: https://groups.io/mt/84756249/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
