Home
last modified time | relevance | path

Searched refs:memory_error (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/src/external/gpl2/xcvs/dist/src/
Dbuffer.c47 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 …]
Dbuffer.h99 type_buf_memory_error memory_error; member
Dserver.c3140 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 …]
Dlog-buffer.c389 retbuf = fd_buffer_initialize (fd, 0, NULL, true, buf->memory_error); in log_buffer_rewind()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcorefile.c118 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()
Dgdbcore.h38 extern void memory_error (enum target_xfer_status status, CORE_ADDR memaddr);
Dcsky-tdep.c554 memory_error (TARGET_XFER_E_IO, addr); in csky_get_insn()
561 memory_error (TARGET_XFER_E_IO, addr); in csky_get_insn()
Dtilegx-tdep.c430 memory_error (TARGET_XFER_E_IO, next_addr); in tilegx_analyze_prologue()
Dc-lang.c357 memory_error (TARGET_XFER_E_IO, addr); in c_get_string()
Dor1k-tdep.c83 memory_error (TARGET_XFER_E_IO, addr); in or1k_fetch_instruction()
Ddisasm.c1171 memory_error (TARGET_XFER_E_IO, *m_err_memaddr); in print_insn()
Dalpha-tdep.c679 memory_error (TARGET_XFER_E_IO, pc); in alpha_read_insn()
Dvalops.c1077 memory_error (TARGET_XFER_E_IO, memaddr + xfered_total); in read_value_memory()
1079 memory_error (status, memaddr + xfered_total); in read_value_memory()
Dloongarch-tdep.c44 memory_error (TARGET_XFER_E_IO, pc); in loongarch_fetch_instruction()
Driscv-tdep.c1853 memory_error (TARGET_XFER_E_IO, addr); in fetch_instruction()
1864 memory_error (TARGET_XFER_E_IO, addr + 2); in fetch_instruction()
Dtarget.c2339 memory_error (TARGET_XFER_E_IO, addr); in get_target_memory()
DChangeLog-2015972 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.
DChangeLog-1990173 (read_memory_check): Rename to memory_error, and only call it
175 (read_memory, write_memory): call memory_error.
Drs6000-tdep.c903 memory_error (TARGET_XFER_E_IO, from); in ppc_displaced_step_copy_insn()
DChangeLog-20132731 (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.
DChangeLog-19943252 * 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),
Dmips-tdep.c1497 memory_error (TARGET_XFER_E_IO, addr); in mips_fetch_instruction()
DChangeLog-19991123 * 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/
Dpy-prettyprint.c176 struct memory_error struct
306 struct memory_error me; in main()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dglob.c1117 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()

12