Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Broken Resume without signal in CDI?

I suspect Mikhail is the only one can answer that question. I believe his in the progress of moving back to Canada, so he might not be monitoring the CDT list at this time.

John

At 09:06 AM 3/10/2010, Marc Khouzam wrote:
Hi,

I'm trying to understand "resume without signal", but when I execute the command,
CDI sends -exec-continue instead of 'signal 0'.

Looking at CDebugTarget.resumeWithoutSignal() it calls cdiTarget.resume( false )
This is the same call as when doing a simple resume from CDebugTarget.resume()

Isn't this wrong? But its' been like this for a very long time.
I must be missing something...

I actually tried sending a kill -SEGV to my program and then doing
the "Resume Without Signal" action and I saw a simple -exec-continue
and my program died.

Any ideas?

Thanks

Marc
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top