mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 13:06:09 +00:00

Introduces a `member` property to `SBValue`. This property provides pythonic access to a value's members, by name. The expression `value.member["name"]` will be an alternate form form of writing `value.GetChildMemberWithName("name")`.