[edk2-devel] [PATCH 0/3] Add support for gdb and lldb

Rebecca Cran rebecca at bsdio.com
Fri Jan 7 02:42:52 UTC 2022


Since it's now the new year, I thought it might be worth pinging people 
again to try and get these patches pushed.


-- 

Rebecca Cran


On 12/13/21 14:59, Rebecca Cran wrote:
>
> (cc other TianoCore stewards)
>
>
> With edk2-stable202111 just tagged, now would be a good time to get 
> the patches pushed.
>
>
> -- 
> Rebecca Cran
>
>
> On 9/14/21 18:47, Andrew Fish wrote:
>> Sorry the patches stalled out. I need to push them….
>>
>> Thanks,
>>
>> Andrew Fish
>>
>>> On Sep 14, 2021, at 4:47 PM, Rebecca Cran <rebecca at bsdio.com> wrote:
>>>
>>> I was wondering what your plan for committing these to the repo is? 
>>> It would be nice to get them committed so people can start using them.
>>>
>>>
>>> --
>>> Rebecca Cran
>>>
>>>
>>> On 8/8/21 3:46 PM, Andrew Fish viagroups.io <http://groups.io/>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.
>>>>
>>>> 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
>>>>
>>>
>>>
>>>
>>
>
>
> 


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20220106/2b24d74a/attachment.htm>


More information about the edk2-devel-archive mailing list