Skip to main content

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

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


Back to the top