This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
MI level command
- From: "Alain Magloire" <alain at qnx dot com>
- To: gdb at sources dot redhat dot com
- Date: Thu, 8 Jul 2004 19:33:17 -0400 (EDT)
- Subject: MI level command
Yellow
Scenario: We want to know wich level of MI that we are currently working in.
This can allow to adjust what MI command to use and how to parse them.
Problems: No such command in MI and no GDB variable that we can test via -gdb-show.
The version of gdb
gdb --version
show different things in different distributions, sometimes it is a number based on date
etc ...
So would a patch implementing
-gdb-mi-level
^done,level=1
be a good thing ?