This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How about remote MI?


Hi all,


In May, I release GDBRUI(http://sourceforge.net/projects/gdbrui/) that is an interpreter to make GDB can be controlled by the other programe through TCP. But some people ask me why not extend MI to support TCP. Now, I think this idea is cool. Does GDB MI support TCP? Maybe I can extend MI to support TCP. How do you think about it?

BTW, I am trying to make vim2gdb (An vim plug-in to make vim can debug
code through GDB. It use GDBRUI in before.) support MI. But the MI
output format is not very easy to parse. Could some people recommend a
programe or example that parse the MI output for me? If not, I think I
will use lex to parse it.


Thanks, teawater


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]