mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 09:37:03 +08:00
SBFrame::GetRegisters() (and the .registers / .regs extensions in Python) returns an array of register-set's, not registers like you might expect from the API name. Document this. --------- Co-authored-by: Will Hawkins <whh8b@obs.cr>