[Lldb-commits] [lldb] [lldb] Add a single bit constructor for RegisterFlags::Field (PR #69315)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 18 02:36:45 PDT 2023


DavidSpickett wrote:

> Is there anywhere you can begin to use this other than in the tests? Or is this building up to [your proposal on adding register field info to lldb-server](https://discourse.llvm.org/t/rfc-adding-register-field-information-to-lldb-server/74143)?

Yes. I'm working on a tree including this that I'll PR bit by bit and that's where it's really key. The rest is testing or the gdb stub doing it all behind the scenes.

So I'll sit on this for a bit until the RFC has settled, thanks for the review so far.

https://github.com/llvm/llvm-project/pull/69315


More information about the lldb-commits mailing list