Lines Matching refs:gdb_byte
80 const gdb_byte *data;
139 value *evaluate (const gdb_byte *addr, size_t len, bool as_lval,
165 const gdb_byte *m_data = nullptr;
207 void eval (const gdb_byte *addr, size_t len);
212 void execute_stack_op (const gdb_byte *op_ptr, const gdb_byte *op_end);
229 void get_frame_base (const gdb_byte **start, size_t *length);
254 void read_mem (gdb_byte *buf, CORE_ADDR addr, size_t length);
261 void dwarf_expr_require_composition (const gdb_byte *, const gdb_byte *,
264 int dwarf_block_to_dwarf_reg (const gdb_byte *buf, const gdb_byte *buf_end);
266 int dwarf_block_to_dwarf_reg_deref (const gdb_byte *buf,
267 const gdb_byte *buf_end,
270 int dwarf_block_to_fb_offset (const gdb_byte *buf, const gdb_byte *buf_end,
273 int dwarf_block_to_sp_offset (struct gdbarch *gdbarch, const gdb_byte *buf,
274 const gdb_byte *buf_end,
280 static inline const gdb_byte *
281 gdb_read_uleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
291 static inline const gdb_byte *
292 gdb_read_sleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
302 static inline const gdb_byte *
303 gdb_skip_leb128 (const gdb_byte *buf, const gdb_byte *buf_end)
312 extern const gdb_byte *safe_read_uleb128 (const gdb_byte *buf,
313 const gdb_byte *buf_end,
316 extern const gdb_byte *safe_read_sleb128 (const gdb_byte *buf,
317 const gdb_byte *buf_end,
320 extern const gdb_byte *safe_skip_leb128 (const gdb_byte *buf,
321 const gdb_byte *buf_end);