[Patch] Win32 gdbserver new interrupt support, and attach to process fix.

Andreas Schwab schwab@suse.de
Sat Feb 24 21:44:00 GMT 2007


Pedro Alves <pedro_alves@portugalmail.pt> writes:

> Lerele wrote:
>> +/* Send a signal to the inferior process, however is appropriate. */
>> +static void
>> +win32_send_signal (int signo)
>> +{
>> +  if ( signo == TARGET_SIGNAL_INT )
>> +    {
>> +      if ( !GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, current_process_id) )
>>   
> Missing space: "GenerateConsoleCtrlEvent ("

And too many spaces.

+  if (signo == TARGET_SIGNAL_INT)
+    {
+      if (!GenerateConsoleCtrlEvent (CTRL_BREAK_EVENT, current_process_id))

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gdb-patches mailing list