Searched refs:gdb_byte (Results 151 - 175 of 815) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-obsd-tdep.c73 static const gdb_byte arm_obsd_thumb_le_breakpoint[] = {0xfe, 0xdf};
74 static const gdb_byte arm_obsd_thumb_be_breakpoint[] = {0xdf, 0xfe};
H A Dhppa-obsd-tdep.c47 gdb_byte zero[4] = { 0 };
48 const gdb_byte *regs = (const gdb_byte *) gregs;
117 const gdb_byte *regs = (const gdb_byte *) fpregs;
H A Dnios2-linux-tdep.c63 const gdb_byte *gregs = (const gdb_byte *) gregs_buf;
65 static const gdb_byte zero_buf[4] = {0, 0, 0, 0};
84 gdb_byte *gregs = (gdb_byte *) gregs_buf;
H A Dgmp-utils.c45 gdb_mpz::read (gdb::array_view<const gdb_byte> buf, enum bfd_endian byte_order,
68 gdb_mpz::write (gdb::array_view<gdb_byte> buf, enum bfd_endian byte_order,
78 gdb_mpz::safe_export (gdb::array_view<gdb_byte> buf,
192 gdb_mpq::read_fixed_point (gdb::array_view<const gdb_byte> buf,
206 gdb_mpq::write_fixed_point (gdb::array_view<gdb_byte> buf,
H A Dmn10300-tdep.c172 struct regcache *regcache, const gdb_byte *valbuf)
200 gdb_byte buf[MN10300_MAX_REGISTER_SIZE];
237 gdb_byte *readbuf, const gdb_byte *writebuf)
311 constexpr gdb_byte mn10300_break_insn[] = {0xff};
395 gdb_byte instr[2];
407 gdb_byte save_mask;
514 gdb_byte buf[1];
532 gdb_byte buf[2];
549 gdb_byte bu
[all...]
H A Dregcache.c199 m_registers.reset (new gdb_byte[m_descr->sizeof_cooked_registers]);
205 m_registers.reset (new gdb_byte[m_descr->sizeof_raw_registers]);
222 [&src] (int regnum, gdb_byte *buf)
237 gdb_byte *
262 gdb_byte *dst_buf = register_buffer (regnum);
605 readable_regcache::raw_read (int regnum, gdb_byte *buf)
632 gdb_byte *buf = (gdb_byte *) alloca (len);
661 gdb_byte *buf;
664 buf = (gdb_byte *) alloc
[all...]
H A Dtarget.h242 gdb_byte *readbuf,
243 const gdb_byte *writebuf,
249 raw_memory_xfer_partial (struct target_ops *ops, gdb_byte *readbuf,
250 const gdb_byte *writebuf, ULONGEST memaddr,
271 const char *annex, gdb_byte *buf,
277 gdb::unique_xmalloc_ptr<gdb_byte> &&data_)
295 gdb::unique_xmalloc_ptr<gdb_byte> data;
318 const char *annex, const gdb_byte *buf,
330 const char *annex, const gdb_byte *buf,
368 gdb_byte *bu
[all...]
H A Dbpf-tdep.c224 static const gdb_byte *
272 gdb_byte *valbuf)
275 gdb_byte vbuf[8];
286 const gdb_byte *valbuf)
289 gdb_byte vbuf[8];
302 gdb_byte *readbuf, const gdb_byte *writebuf)
H A Darch-utils.h31 template <size_t bp_size, const gdb_byte *break_insn>
40 static const gdb_byte *
49 const gdb_byte *break_insn_little,
50 const gdb_byte *break_insn_big>
59 static const gdb_byte *
116 bool default_execute_dwarf_cfa_vendor_op (struct gdbarch *gdbarch, gdb_byte op,
226 extern const gdb_byte *default_breakpoint_from_pc (struct gdbarch *gdbarch,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-ia64-low.cc34 const gdb_byte *sw_breakpoint_from_kind (int kind, int *size) override;
53 const gdb_byte *
333 const gdb_byte zero[8] = { 0 };
343 const gdb_byte f_zero[16] = { 0 };
353 const gdb_byte f_one[16] =
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dhppa-obsd-tdep.c47 gdb_byte zero[4] = { 0 };
48 const gdb_byte *regs = (const gdb_byte *) gregs;
117 const gdb_byte *regs = (const gdb_byte *) fpregs;
H A Dnios2-linux-tdep.c63 const gdb_byte *gregs = (const gdb_byte *) gregs_buf;
65 static const gdb_byte zero_buf[4] = {0, 0, 0, 0};
84 gdb_byte *gregs = (gdb_byte *) gregs_buf;
H A Dmn10300-tdep.c172 struct regcache *regcache, const gdb_byte *valbuf)
201 gdb_byte buf[MN10300_MAX_REGISTER_SIZE];
239 gdb_byte *readbuf, const gdb_byte *writebuf)
315 constexpr gdb_byte mn10300_break_insn[] = {0xff};
399 gdb_byte instr[2];
411 gdb_byte save_mask;
518 gdb_byte buf[1];
536 gdb_byte buf[2];
553 gdb_byte bu
[all...]
H A Dregcache.c188 m_registers.reset (new gdb_byte[m_descr->sizeof_cooked_registers] ());
194 m_registers.reset (new gdb_byte[m_descr->sizeof_raw_registers] ());
211 [&src] (int regnum, gdb_byte *buf)
226 gdb_byte *
251 gdb_byte *dst_buf = register_buffer (regnum);
594 readable_regcache::raw_read (int regnum, gdb_byte *buf)
619 gdb_byte *buf;
623 buf = (gdb_byte *) alloca (m_descr->sizeof_register[regnum]);
653 gdb_byte *buf;
656 buf = (gdb_byte *) alloc
[all...]
H A Dframe.h568 gdb_byte *valuep);
577 int regnum, gdb_byte *buf);
579 int regnum, gdb_byte *buf);
612 gdb_byte *valuep);
618 const gdb_byte *buf);
626 gdb_byte *myaddr,
633 const gdb_byte *myaddr);
659 gdb_byte *buf, int len);
668 gdb_byte *buf, int len);
776 gdb_byte *bu
[all...]
H A Dalpha-nbsd-tdep.c59 const gdb_byte *regs = (const gdb_byte *) fpregs;
83 const gdb_byte *regs = (const gdb_byte *) gregs;
127 const gdb_byte *regs = (const gdb_byte *) gregs;
279 gdb_byte ret[RETCODE_SIZE], w[4];
H A Dbpf-tdep.c223 static const gdb_byte *
271 gdb_byte *valbuf)
274 gdb_byte vbuf[8];
285 const gdb_byte *valbuf)
288 gdb_byte vbuf[8];
301 gdb_byte *readbuf, const gdb_byte *writebuf)
H A Darch-utils.h31 template <size_t bp_size, const gdb_byte *break_insn>
40 static const gdb_byte *
49 const gdb_byte *break_insn_little,
50 const gdb_byte *break_insn_big>
59 static const gdb_byte *
118 bool default_execute_dwarf_cfa_vendor_op (struct gdbarch *gdbarch, gdb_byte op,
208 extern const gdb_byte *default_breakpoint_from_pc (struct gdbarch *gdbarch,
H A Dtarget.h241 gdb_byte *readbuf,
242 const gdb_byte *writebuf,
248 raw_memory_xfer_partial (struct target_ops *ops, gdb_byte *readbuf,
249 const gdb_byte *writebuf, ULONGEST memaddr,
270 const char *annex, gdb_byte *buf,
276 gdb::unique_xmalloc_ptr<gdb_byte> &&data_)
294 gdb::unique_xmalloc_ptr<gdb_byte> data;
317 const char *annex, const gdb_byte *buf,
329 const char *annex, const gdb_byte *buf,
367 gdb_byte *bu
[all...]
H A Dvax-tdep.c74 const gdb_byte *regs = (const gdb_byte *) gregs;
114 gdb_byte buf[4];
152 gdb_byte buf[4];
207 gdb_byte *readbuf, const gdb_byte *writebuf)
210 gdb_byte buf[8];
259 constexpr gdb_byte vax_break_insn[] = { 3 };
271 gdb_byte op = read_memory_unsigned_integer (pc, 1, byte_order);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-ia64-low.cc34 const gdb_byte *sw_breakpoint_from_kind (int kind, int *size) override;
53 const gdb_byte *
333 const gdb_byte zero[8] = { 0 };
343 const gdb_byte f_zero[16] = { 0 };
353 const gdb_byte f_one[16] =
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dmacro.c245 static const gdb_byte *
246 skip_form_bytes (bfd *abfd, const gdb_byte *bytes, const gdb_byte *buffer_end,
334 static const gdb_byte *
336 const gdb_byte **opcode_definitions,
337 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
344 const gdb_byte *defn;
377 static const gdb_byte *
378 dwarf_parse_macro_header (const gdb_byte **opcode_definition
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dmacro.c230 static const gdb_byte *
231 skip_form_bytes (bfd *abfd, const gdb_byte *bytes, const gdb_byte *buffer_end,
319 static const gdb_byte *
321 const gdb_byte **opcode_definitions,
322 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
329 const gdb_byte *defn;
362 static const gdb_byte *
363 dwarf_parse_macro_header (const gdb_byte **opcode_definition
[all...]
H A Dexpr.c222 gdb_byte *buf = (gdb_byte *) alloca (this->addr_size);
299 dwarf_expr_context::eval (const gdb_byte *addr, size_t len)
312 const gdb_byte *
313 safe_read_uleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
324 const gdb_byte *
325 safe_read_sleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
334 const gdb_byte *
[all...]
H A Dline-header.c133 read_checked_initial_length_and_offset (bfd *abfd, const gdb_byte *buf,
158 const gdb_byte **bufp, struct line_header *lh,
166 gdb_byte format_count, formati;
168 const gdb_byte *buf = *bufp;
169 const gdb_byte *format_header_data;
187 const gdb_byte *format = format_header_data;
290 const gdb_byte *line_ptr;
318 const gdb_byte *start_here = line_ptr;
337 gdb_byte segment_selector_size;

Completed in 240 milliseconds

1234567891011>>