Lines Matching defs:from

133 static int last_sig = 0;	/* Set if a signal was received from the
158 static DEBUG_EVENT current_event; /* The current debug event from
171 static int debug_events = 0; /* show events from kernel */
411 /* Note: In the functions below, the `huh' parameter is a string passed from the
451 /* Read arbitrary stuff from a socket. */
519 stub_error ("error getting record type from host - %s.", huh);
523 stub_error ("error getting %s from host.", huh);
528 /* Get a an ID (possibly) and a WORD from the host gdb.
538 stub_error ("error getting record type from host - %s.", huh);
542 stub_error ("error getting %s from host.", huh);
554 /* Retrieve the result of an operation from the stub. If nbytes < 0) then nbytes
574 stub_error ("couldn't read information from wince stub - %s", huh);
617 over the socket and waiting for results from the socket.
933 which would be executed. This code hails from sh-stub.c.
948 which would be executed. This code hails from sh-stub.c.
985 which would be executed. This code hails from sh-stub.c.
1084 /* Delete a thread from the list of threads */
1224 the offset from 0 of the first byte in an image - because
1235 /* Handle DEBUG_STRING output from child process. */
1357 /* Get the next event from the child. Return 1 if the event requires
1463 case OUTPUT_DEBUG_STRING_EVENT: /* message from the kernel */
1556 upload_to_device (const char *to, const char *from)
1588 if ((fd = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, (char *) from, O_RDONLY,
1590 error ("couldn't open %s", from);
1794 /* Move memory from child to/from gdb. */