Home
last modified time | relevance | path

Searched refs:print_sys_errmsg (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsol-thread.c1026 print_sys_errmsg ("rw_common (): read", errno); in rw_common()
1028 print_sys_errmsg ("rw_common (): write", errno); in rw_common()
1170 print_sys_errmsg ("ps_lgetxregsize (): PIOCGXREGSIZE", errno); in ps_lgetxregsize()
1193 print_sys_errmsg ("ps_lgetxregs (): PIOCGXREG", errno); in ps_lgetxregs()
1216 print_sys_errmsg ("ps_lsetxregs (): PIOCSXREG", errno); in ps_lsetxregs()
H A Dinflow.c547 print_sys_errmsg (inferior_thisrun_terminal, errno); in new_tty()
H A Dsource.c519 print_sys_errmsg (name, save_errno); in add_path()
1215 print_sys_errmsg (name, errno); in print_source_lines_base()
H A Ddefs.h538 extern void print_sys_errmsg (const char *, int);
H A Dprocfs.c825 print_sys_errmsg (pi->pathname, errno); in dead_procinfo()
830 print_sys_errmsg (procfile, errno); in dead_procinfo()
1091 print_sys_errmsg (errmsg, errno); in proc_warn()
H A Dutils.c921 print_sys_errmsg (const char *string, int errcode) in print_sys_errmsg() function
H A Dwin32-nat.c1847 print_sys_errmsg (inferior_io_terminal, errno); in child_create_inferior()
H A DChangeLog-19922277 * procfs.c (proc_wait): Call print_sys_errmsg() if we get an
4011 * utils.c (print_sys_errmsg): Use stderr. Reported by Pierre Willard.
4279 * utils.c (perror_with_name, print_sys_errmsg): Replace use of
6142 (attach): Call print_sys_errmsg with correct number of args.
H A DChangeLog-20024610 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
12287 (print_sys_errmsg): Ditto.
12290 (print_sys_errmsg): Update.
H A DChangeLog-19945589 * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
H A DChangeLog2119 print_sys_errmsg.
H A DChangeLog-20039277 * infptrace.c (detach): Call print_sys_errmsg rather than
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-source.c67 print_sys_errmsg (name, errno); in tui_set_source_content()