mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
added helper method.
This commit is contained in:
parent
43bb02ca86
commit
00408c875a
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ public class MIDataDisassemble extends MICommand
|
||||||
setParameters(new String[]{mixed});
|
setParameters(new String[]{mixed});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public MIDataDisassembleInfo getMIDataDisassembleInfo() throws MIException {
|
||||||
|
return (MIDataDisassembleInfo)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