[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] target request failed. failed to interrupt
|
Hi,
the console output of the application on Windows is not
handled very nicely because Windows does not have TTYs.
You can add the following command in a gdbinit file:
set new-console on
That will cause a new window to come up for the output
to work. Although, with CDT 6, there may be a way to
do that automatically, I don't know.
As for the interrupt, I can't help more than this,
since we fixed those issues already.
Good luck
Marc
> -----Original Message-----
> From: Abdelhalim Ragab [mailto:abdelhalim@xxxxxxxxx]
> Sent: Tuesday, June 21, 2011 12:54 AM
> To: Marc Khouzam
> Cc: CDT General developers list.
> Subject: Re: [cdt-dev] target request failed. failed to interrupt
>
> Hi Marc,
>
> I saw this issue, it's similar but The console output of the
> application being debugged stops as well, so it looks like CDT is not
> connected anymore to gdb. And this happens before I attempt to press
> pause, then when I press pause I get the error message about failing
> to interrupt the process.
>
> also this happens on some windows 7 machine, and does not happen ever
> on Some other, so it's Not consistent although I'm using the same CDT
> and gdb versions.
>
> Sent from my iPad
>
> On Jun 20, 2011, at 7:37 PM, Marc Khouzam
> <marc.khouzam@xxxxxxxxxxxx> wrote:
>
> > Hi,
> >
> > John worked very hard to get the interrupt to work properly
> for Windows for CDT 7.
> > The work is in bug 304096
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=304096
> >
> > I'm not sure there is an easy way to get this to work with CDT 6.
> >
> > Marc
> >
> > ________________________________________
> > From: cdt-dev-bounces@xxxxxxxxxxx
> [cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Abdelhalim Ragab
> [abdelhalim@xxxxxxxxx]
> > Sent: June 20, 2011 8:02 PM
> > To: cdt-dev
> > Subject: Re: [cdt-dev] target request failed. failed to interrupt
> >
> >> I have CDT 6.0.2 integrated in our product, and I use gdb
> 7.2 with it.
> >
> > Forgot to mention that I'm running on Windows 7 64bit, and
> I'm using MinGW.
> >
> > ..Abdelhalim
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
>