Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] GDB CLI console

You can find the logic of the GDB console handling in:
org.eclipse.cdt.dsf.gdb.service.command.GDBBackendCLIProcess
 
Marc

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ???
Sent: Wednesday, October 30, 2013 5:16 AM
To: 'CDT General developers list.'
Subject: [cdt-dev] GDB CLI console

Hi,
Who can tell me which plugin or packet implemented the GDB CLI console,
I want to try to optimize it.
 
Best regards!
---------------------------------------------
guosheng_gao 高国胜
Realsil Microelectronics Inc.
Tel: +86-512-6258-8966 ext.6617
---------------------------------------------
 
_____________________________________________
发件人: 高国胜 [mailto:guosheng_gao@xxxxxxxxxxxxxx]
发送时间: 2013年6月19日 15:12
收件人: 'CDT General developers list.'
主题: I think we can use GDB console to execute MI commands
 
Hi,
CDT use GDB MI interface to debug a c/c++ program on Linux OS,
But the console is not friendly as GDB CLI console.
In fact GDB can execute MI command from CLI console, like this:
interpreter-exec <interpreter> [ <command> ... ]
if we execute the eclipse MI command from GDB CLI console, the eclipse console must the
same as GDB CLI console.
 
What’s your opinion about this?
 
Best regards!
---------------------------------------------
Tel: +86-512-6258-8966 ext.6617
---------------------------------------------
 
 

Back to the top