Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Re: Proposed CDT 1.2 patches

> 
> >
> >
> >From: "Mikhail Khodjaiants" <mikhailk@xxxxxxx>
> >
> >Looks good, though I thought that #2 was fixed in 1.2.
> >  
> >
> 
> I believe you are right.   The new getGDBProcess() method in MIPlugin 
> seems to ensure  that  MIException will be rarely thrown  while 
> executing the MISession constructor.
> 

Yes, it tries to sync waiting for the prompt "(gdb)" that would signal
that gdb is ready to roll.

> IMO,  the fix is still valid,  but its importance is greatly reduced.  I 
> will add an appropriate note to the bugzilla report.
> 

Thanks for the note.  I added some quick fixes to make sure that
when exception is thrown the gdb session is terminated.
in the head and CDT_12




Back to the top