When lldb and Xcode loop through a set of fields, we get calls for both regular named fields and ampersand prefix fields, which is presumably some form of "address of". I'm not sure why, and both our support and the original python formatter skipped them. We should do some research and figure out what they're for.
When lldb and Xcode loop through a set of fields, we get calls for both regular named fields and ampersand prefix fields, which is presumably some form of "address of". I'm not sure why, and both our support and the original python formatter skipped them. We should do some research and figure out what they're for.