Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] pause/stop debugging operations don't work on win7 with mingw gdb

Thanks John. That was indeed the bug. Adding the win32.x86_64 fragment provided in the patch fixed the issue.

-Siva

On Fri, Mar 11, 2011 at 12:03 AM, John Dallaway <john@xxxxxxxxxxxxxxx> wrote:
Hi Siva

Siva Velusamy wrote:

> Environment:
>
> Eclipse 3.6
> CDT 7.0
> CDI, mingw based gdb 6.5
> Win7 64 bit
>
> Add an infinite loop in a program, and start debugging. While the
> program is is running, the pause button is disabled, and pressing
> terminate comes back with a "Target request failed: failed to interrupt"
> message.
>
> The same thing works on WinXP, so it is Win7 specific.
>
> Could you guys let me know if I should file a bugzilla report, and how I
> can go about fixing this issue?

If you are running a 64-bit build of Eclipse/CDT, you may be observing
this bug:

 http://bugs.eclipse.org/236330

John Dallaway


Back to the top