Skip to content
Commit a3dd4899 authored by Ashok Thirumurthi's avatar Ashok Thirumurthi
Browse files

Use std::vector for the array of RegisterInfo structs that describe the register context.

- Ensures that this container is populated once for the lifetime of lldb
--- In particular, static methods can query this data even after the first RegisterContext has been destroyed.
- Uses a singleton function to avoid global constructors.

Thanks to Greg Clayton for the suggestion!

llvm-svn: 183313
parent ffcc0107
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment