gdb/ChangeLog:
* windows-nat.c (handle_output_debug_string): Add empty line
after local block variable definition.
+2013-03-26 Joel Brobecker <brobecker@adacore.com>
+
+ * windows-nat.c (handle_output_debug_string): Add empty line
+ after local block variable definition.
+
2013-03-26 Pedro Alves <palves@redhat.com>
* ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
char *p;
int sig = strtol (s + sizeof (_CYGWIN_SIGNAL_STRING) - 1, &p, 0);
int gotasig = gdb_signal_from_host (sig);
+
ourstatus->value.sig = gotasig;
if (gotasig)
{
LPCVOID x;
SIZE_T n;
+
ourstatus->kind = TARGET_WAITKIND_STOPPED;
retval = strtoul (p, &p, 0);
if (!retval)