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]

Re: CLI commands in MI


> Now, if we look at the command set someday (around mi4 maybe), and find
> that it's become complete, then perhaps we can disable the CLI hack.

How about if the front-end wants to provide a debugger console, so
that the user can also enter commands manually? I would have hoped
that we could still allow the user to use CLI commands in that console,
because MI commands output are somewhat difficult to read for a normal
human.

Basically, the front-end would take the user command in CLI format,
send it to the MI interpreter via this feature, and then get the
output back, extract it from the MI output, and then display it
on the console.

Is there another way of doing this?

-- 
Joel


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