| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | buffer.c | 47 type_buf_memory_error memory_error, in buf_initialize() argument 62 buf->memory_error = memory_error ? memory_error : buf_default_memory_error; in buf_initialize() 186 (*buf->memory_error) (buf); in buf_output() 427 (*buf->memory_error) (buf); in buf_send_counted() 462 (*buf->memory_error) (buf); in buf_send_special_count() 753 (*buf->memory_error) (buf); in buf_input_data() 897 (*buf->memory_error) (buf); in buf_read_short_line() 978 (*buf->memory_error) (buf); in buf_read_data() 1475 (*pb->buf->memory_error) (pb->buf); in packetizing_buffer_input() 1537 (*pb->buf->memory_error) (pb->buf); in packetizing_buffer_input() [all …]
|
| D | buffer.h | 99 type_buf_memory_error memory_error; member
|
| D | server.c | 3140 buf_to_net->memory_error); in serve_kerberos_encrypt() 3143 buf_from_net->memory_error); in serve_kerberos_encrypt() 3175 buf_to_net->memory_error); in serve_gssapi_encrypt() 3178 buf_from_net->memory_error); in serve_gssapi_encrypt() 3206 buf_to_net->memory_error); in serve_gssapi_authenticate() 3209 buf_from_net->memory_error); in serve_gssapi_authenticate() 3706 saved_output->memory_error = protocol_memory_error; in do_cvs_command() 3707 saved_outerr->memory_error = protocol_memory_error; in do_cvs_command() 5187 (*protocol->memory_error) (protocol); in server_updated() 5561 buf_from_net->memory_error); in serve_gzip_stream() [all …]
|
| D | log-buffer.c | 389 retbuf = fd_buffer_initialize (fd, 0, NULL, true, buf->memory_error); in log_buffer_rewind()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | corefile.c | 118 memory_error (enum target_xfer_status err, CORE_ADDR memaddr) in memory_error() function 160 memory_error (status == TARGET_XFER_EOF ? TARGET_XFER_E_IO : status, in read_memory_object() 287 memory_error (TARGET_XFER_E_IO, memaddr); in write_memory()
|
| D | gdbcore.h | 38 extern void memory_error (enum target_xfer_status status, CORE_ADDR memaddr);
|
| D | csky-tdep.c | 554 memory_error (TARGET_XFER_E_IO, addr); in csky_get_insn() 561 memory_error (TARGET_XFER_E_IO, addr); in csky_get_insn()
|
| D | tilegx-tdep.c | 430 memory_error (TARGET_XFER_E_IO, next_addr); in tilegx_analyze_prologue()
|
| D | c-lang.c | 357 memory_error (TARGET_XFER_E_IO, addr); in c_get_string()
|
| D | or1k-tdep.c | 83 memory_error (TARGET_XFER_E_IO, addr); in or1k_fetch_instruction()
|
| D | disasm.c | 1171 memory_error (TARGET_XFER_E_IO, *m_err_memaddr); in print_insn()
|
| D | alpha-tdep.c | 679 memory_error (TARGET_XFER_E_IO, pc); in alpha_read_insn()
|
| D | valops.c | 1077 memory_error (TARGET_XFER_E_IO, memaddr + xfered_total); in read_value_memory() 1079 memory_error (status, memaddr + xfered_total); in read_value_memory()
|
| D | loongarch-tdep.c | 44 memory_error (TARGET_XFER_E_IO, pc); in loongarch_fetch_instruction()
|
| D | riscv-tdep.c | 1853 memory_error (TARGET_XFER_E_IO, addr); in fetch_instruction() 1864 memory_error (TARGET_XFER_E_IO, addr + 2); in fetch_instruction()
|
| D | target.c | 2339 memory_error (TARGET_XFER_E_IO, addr); in get_target_memory()
|
| D | ChangeLog-2015 | 972 memory_error. 1376 memory_error. Rename local 'status' to 'res'. 1378 memory_error. 1380 TARGET_XFER_E_IO to memory_error. 1382 memory_error. Rename parameter 'status' to 'err'. 1386 TARGET_XFER_E_IO to memory_error. 1393 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
|
| D | ChangeLog-1990 | 173 (read_memory_check): Rename to memory_error, and only call it 175 (read_memory, write_memory): call memory_error.
|
| D | rs6000-tdep.c | 903 memory_error (TARGET_XFER_E_IO, from); in ppc_displaced_step_copy_insn()
|
| D | ChangeLog-2013 | 2731 (c_get_string): Use memory_error to throw error. 2735 (memory_error): Change parameter type to target_xfer_error. 2737 (read_memory): Use memory_error instead of 2740 (memory_error): Change parameter type to target_xfer_error. 2745 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error, 4589 (memory_error): Defer EIO to target_memory_error.
|
| D | ChangeLog-1994 | 3252 * core.c (memory_error), symtab.c (cplusplus_hint, decode_line_1), 3296 * core.c (memory_error): Use error_begin, printf_unfiltered, 5081 * buildsym.c (make_blockvector), core.c (memory_error),
|
| D | mips-tdep.c | 1497 memory_error (TARGET_XFER_E_IO, addr); in mips_fetch_instruction()
|
| D | ChangeLog-1999 | 1123 * corefile.c (memory_error): Use mem_fileopen instead of 1217 * corefile.c (memory_error): Use make_cleanup_gdb_file_delete. 2276 * corefile.c (memory_error): Use error_stream() and eliminate call
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-prettyprint.c | 176 struct memory_error struct 306 struct memory_error me; in main()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | glob.c | 1117 goto memory_error; in glob_in_dir() 1218 goto memory_error; in glob_in_dir() 1241 goto memory_error; in glob_in_dir() 1254 goto memory_error; in glob_in_dir() 1276 memory_error: in glob_in_dir()
|