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: Command history in MI interpreter


On Fri, Aug 01, 2008 at 09:12:40PM -0400, Marc Khouzam wrote:
> 
> Hi,
> 
> any way to use command history with the MI interpreter?  I realize that
> for a frontend this makes no sense, but when debugging a frontend by hand,
> it would be useful.

Nope.  Readline is not involved when using MI.  You can use the CLI
with interpreter-exec (though you won't get some notifications this
way):

interpreter-exec mi "-gdb-set whatever"
<up><enter>

-- 
Daniel Jacobowitz
CodeSourcery


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