If the remote uses include features when communicating
xml register info back to lldb, the existing code would reset the
lldb register index at the beginning of each include node.
This would lead to multiple registers having the same lldb register index.
Since the lldb register numbers should be contiguous and unique,
maintain them accross the parsing of all of the xml feature nodes.
Details
Details
- Reviewers
clayborg jingham jasonmolenda - Commits
- rG212def3a783e: Maintain register numbering across xml include features
rG55954aec7085: Maintain register numbering across xml include features
rLLDB267468: Maintain register numbering across xml include features
rL267468: Maintain register numbering across xml include features
Diff Detail
Diff Detail
- Repository
- rL LLVM