1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

new method getMIGDBShowInfo.

This commit is contained in:
Alain Magloire 2003-02-12 18:54:10 +00:00
parent 818d86129c
commit 2ce8155ffa

View file

@ -23,6 +23,10 @@ public class MIGDBShow extends MICommand {
super("-gdb-show", params);
}
public MIGDBShowInfo getMIGDBShowInfo() throws MIException {
return (MIGDBShowInfo)getMIInfo();
}
public MIInfo getMIInfo() throws MIException {
MIInfo info = null;
MIOutput out = getMIOutput();