Searched refs:memory_error (Results 1 – 19 of 19) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | corefile.c | 209 memory_error (int status, CORE_ADDR memaddr) in memory_error() function 239 memory_error (status, memaddr); in read_memory() 354 memory_error (status, memaddr); in write_memory()
|
H A D | gdbcore.h | 57 extern void memory_error (int status, CORE_ADDR memaddr);
|
H A D | disasm.c | 60 memory_error (status, memaddr); in dis_asm_memory_error()
|
H A D | alpha-tdep.c | 621 memory_error (status, pc); in alpha_read_insn()
|
H A D | target.c | 1371 memory_error (EIO, addr); in get_target_memory()
|
H A D | mips-tdep.c | 860 memory_error (status, addr); in mips_fetch_instruction()
|
H A D | ChangeLog-1990 | 173 (read_memory_check): Rename to memory_error, and only call it 175 (read_memory, write_memory): call memory_error.
|
H A 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),
|
H A D | ChangeLog-1999 | 1127 * corefile.c (memory_error): Use mem_fileopen instead of 1221 * corefile.c (memory_error): Use make_cleanup_gdb_file_delete. 2281 * corefile.c (memory_error): Use error_stream() and eliminate call
|
H A D | ChangeLog-1991 | 3037 * core.c (memory_error): Reword error msg to mislead less.
|
H A D | ChangeLog-1992 | 4241 * core.c (memory_error): Replace use of sys_errlist with
|
H A D | ChangeLog-1993 | 6122 * core.c (dis_asm_{read_memory,memory_error}): New functions.
|
H A D | ChangeLog-2002 | 4615 memory_error when hardware breakpoints can't be inserted. Remove
|
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | buffer.c | 46 buf->memory_error = memory ? memory : buf_default_memory_error; 197 (*buf->memory_error) (buf); 430 (*buf->memory_error) (buf); 466 (*buf->memory_error) (buf); 707 (*buf->memory_error) (buf); 840 (*buf->memory_error) (buf); 924 (*buf->memory_error) (buf); 1545 (*pb->buf->memory_error) (pb->buf); 1607 (*pb->buf->memory_error) (pb->buf); 1698 (*pb->buf->memory_error) (pb->buf);
|
H A D | buffer.h | 70 void (*memory_error) PROTO((struct buffer *)); member
|
H A D | server.c | 2332 buf_to_net->memory_error); 2335 buf_from_net->memory_error); 2364 buf_to_net->memory_error); 2367 buf_from_net->memory_error); 2392 buf_to_net->memory_error); 2395 buf_from_net->memory_error); 2869 saved_output->memory_error = protocol_memory_error; 2870 saved_outerr->memory_error = protocol_memory_error; 4272 (*protocol->memory_error) (protocol); 4551 buf_to_net->memory_error); [all …]
|
H A D | ChangeLog-96 | 2073 just initialize memory_error field of saved_output and
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Address.cpp | 776 Status memory_error; in Dump() local 778 process->ReadPointerFromMemory(load_addr, memory_error); in Dump()
|
/openbsd-src/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 6833 * util/texindex.c (memory_error): Move to avoid incorrect implicit 7371 (xmalloc, xrealloc, memory_error): Remove these functions, they're
|