1
0
Fork 0
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:
Alain Magloire 2002-10-13 01:58:54 +00:00
parent 9c1bc6352d
commit 3a91e2903c

View file

@ -129,6 +129,10 @@ public class MIDataReadMemory extends MICommand {
}
}
public MIDataReadMemoryInfo getMIDataReadMemoryInfo() throws MIException {
return (MIDataReadMemoryInfo)getMIInfo();
}
public MIInfo getMIInfo() throws MIException {
MIInfo info = null;
MIOutput out = getMIOutput();