Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] strange issue with GDB MI interface with pretty prints

On 2014-09-25 02:18 PM, Marc Khouzam wrote:
> For example you might find out the crash happens because CDT uses -enable-pretty-printing which you didn’t use when you originally tried in the GDB command-line.  This will allow you to know if the problem in in GDB or not.

In that case, there is for sure a GDB bug. GDB should never crash, whatever the commands you give it. A failed assertion necessarily indicates a problem with GDB.

What Marc said is still valid, if you can find a reduced set of MI commands to reproduce the crash, it will be incredibly useful for GDB devs to fix the problem.

Simon


Back to the top