Do SIGINT and SIGCONT exist on win32?

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Thu Dec 6 19:39:45 CET 2007


Andreas Pakulat schrieb:
> Hi,
> 
> while doing some QProcess/KProcess porting in the KDevelop debugger I
> noticed it doesn't support stopping and continuing a process. This is
> needed for the talking to gdb in kdevelop. On unix the situation is
> easily solved with ::kill(process->pid(), SIGINT).
> 
> I was wondering if there's something as simple as that on win32 as well?
> If so Oswald would be willing to add apropriate functions to KProcess,
> but obviously only if the win32 folks can write the win32 code for it :)
> 
I'm not aware of anything which can be used like SIGCONT.
SIGINT can be emulated (for an app with an eventloop) with a WM_QUIT
message.
Maybe ask the cygwin folks how they emulate this behaviour.


Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-windows/attachments/20071206/c0d6e19e/attachment.pgp 


More information about the Kde-windows mailing list