Home
last modified time | relevance | path

Searched refs:read_code (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcorefile.c187 read_code (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len) in read_code() function
254 read_code (memaddr, buf, len); in read_code_integer()
264 read_code (memaddr, buf, len); in read_code_unsigned_integer()
Dgdbcore.h56 extern void read_code (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len);
Damd64-tdep.c1621 read_code (addr, buf.data (), buf.size ()); in amd64_classify_insn_at()
2363 read_code (pc + 1, buf, 3); in amd64_analyze_prologue()
2385 read_code (pc + 1, buf, 3); in amd64_analyze_prologue()
Ddisasm.c472 read_code (pc, m_opcode_data.data (), size); in pretty_print_insn()
Damd64-linux-tdep.c1717 read_code (addr - 3, buf, 5); in amd64_dtrace_probe_is_enabled()
Di386-tdep.c771 read_code (addr, buf, I386_MAX_INSN_LEN); in i386_insn_is_call()
784 read_code (addr, buf, I386_MAX_INSN_LEN); in i386_insn_is_ret()
797 read_code (addr, buf, I386_MAX_INSN_LEN); in i386_insn_is_jump()
DChangeLog-2013359 instead of read_memory_unsigned_integer. Call read_code
365 * corefile.c (read_code): New function.
368 * gdbcore.h (read_code): Declare.
DChangeLog-20212949 read_code.
DChangeLog-20167566 (read_code): Likewise.
DChangeLog-20151379 * corefile.c (read_stack, read_code, write_memory): Always pass
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git100887 gdb/disasm: read opcodes bytes with a single read_code call
100888 This commit reduces the number of times we call read_code when
100894 then resized as needed, and filled with a single read_code call for