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:
parent
818d86129c
commit
2ce8155ffa
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue