Home
last modified time | relevance | path

Searched refs:throw_error (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-mips.c72 static int mips_receive_packet (char *buff, int throw_error, int timeout);
978 mips_receive_packet (char *buff, int throw_error, int timeout) in mips_receive_packet() argument
997 if (throw_error) in mips_receive_packet()
1037 if (throw_error) in mips_receive_packet()
1059 if (throw_error) in mips_receive_packet()
1119 if (throw_error) in mips_receive_packet()
1159 if (throw_error) in mips_receive_packet()
H A DChangeLog-199330 * remote-mips.c (mips_receive_packet): New arg throw_error.