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

2022-04-08 Thread Bob Feng
Created the PR. https://github.com/tianocore/edk2/pull/2758 -Original Message- From: Rebecca Cran Sent: Thursday, April 7, 2022 6:34 AM To: devel@edk2.groups.io; Leif Lindholm ; Kinney, Michael D ; Wu, Hao A ; Feng, Bob C ; Gao, Liming ; Chen, Christine Cc: Andrew Fish Subject: Re:

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

2022-04-06 Thread Rebecca Cran
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

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

2022-03-21 Thread Rebecca Cran
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