This patch allows to retrieve an address object for ValueObject's children retrieved through e.g. GetChildAtIndex or GetChildMemberWithName. It just uses the corresponding method of the implementation object m_impl to achieve that.
Details
Details
- Reviewers
zturner JDevlieghere clayborg labath serge-sans-paille - Commits
- rGb4c1e4c2fb03: [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChild
rLLDB351065: [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChild
rL351065: [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChild
Diff Detail
Diff Detail
- Repository
- rL LLVM