mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Put new method getMIDataReadMemoryInfo() to help.
This commit is contained in:
parent
9c1bc6352d
commit
3a91e2903c
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ public class MIDataReadMemory extends MICommand {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public MIDataReadMemoryInfo getMIDataReadMemoryInfo() throws MIException {
|
||||||
|
return (MIDataReadMemoryInfo)getMIInfo();
|
||||||
|
}
|
||||||
|
|
||||||
public MIInfo getMIInfo() throws MIException {
|
public MIInfo getMIInfo() throws MIException {
|
||||||
MIInfo info = null;
|
MIInfo info = null;
|
||||||
MIOutput out = getMIOutput();
|
MIOutput out = getMIOutput();
|
||||||
|
|
Loading…
Add table
Reference in a new issue