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: GDB GUI


On Wednesday 04 November 2009 15:32:49 Marco Menegazzi wrote:
> 
> Thank you.
> 
> I've already seen that documentation but my problem is that it does  
> not explain how to connect to this interface through code. It explains  
> how it is but not how to use it ... I want to connect through my java  
> code but the only idea I have is to call it directly from the code  
> with Runtime.exec ... but then I ask myself why to use gdb/mi that  
> returns a more complex output instead of calling directly gdb and  
> parse the stout to get what I want?

The MI output is _much_ simpler to parse than the command line output.

Andre'


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