mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
rename getRegisters() to getMIRegisterValues() more
descriptive
This commit is contained in:
parent
dc61120019
commit
883ffe3747
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class MIDataListRegisterValuesInfo extends MIInfo {
|
|||
super(rr);
|
||||
}
|
||||
|
||||
MIRegisterValue[] getRegistersValues () {
|
||||
public MIRegisterValue[] getMIRegisterValues() {
|
||||
if (registers == null) {
|
||||
parse();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue