This is the mail archive of the gdb-patches@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: RFC: Introduce remote console for CLI interpreter via telnet


>>>>> "Marc" == Marc Khouzam <marc.khouzam@ericsson.com> writes:

Marc> I'm actually hoping to use this feature directly from Eclipse, to
Marc> provide a full-fledge GDB-console within Eclipse, with
Marc> - prompt
Marc> - command completion
Marc> - command history

I don't think it will do completion or history.  It doesn't use readline.

It seems trivial to support these from Eclipse though.
You can send plain gdb commands and you can use the complete command to
do completion.

History you can implement in your UI.

I agree about the prompt.

Marc> - synchronization with the Eclipse UI

What does this mean?

Tom


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