mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +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);
|
super(rr);
|
||||||
}
|
}
|
||||||
|
|
||||||
MIRegisterValue[] getRegistersValues () {
|
public MIRegisterValue[] getMIRegisterValues() {
|
||||||
if (registers == null) {
|
if (registers == null) {
|
||||||
parse();
|
parse();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue