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


 >                  ... 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?

Because, over time, normal GDB output is likely to change in a way that will
break your parser.  In contrast, GDB/MI output shouldn't change in unexpected
ways.


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