| /src/external/gpl3/gdb.old/dist/gdb/ |
| frame.c | 1113 auto cooked_read = [this_frame] (int regnum, gdb::array_view<gdb_byte> buf) local 1122 (new readonly_detached_regcache (get_frame_arch (this_frame), cooked_read));
|
| regcache.c | 224 { return src.cooked_read (regnum, buf); }) 263 reg_buffer::save (register_read_ftype cooked_read) 281 register_status status = cooked_read (regnum, dst_buf); 716 readable_regcache::cooked_read (int regnum, gdb::array_view<gdb_byte> dst) function in class:readable_regcache 761 readable_regcache::cooked_read (int regnum, gdb_byte *dst) function in class:readable_regcache 767 return cooked_read (regnum, gdb::make_array_view (dst, size)); 786 if (cooked_read (regnum, result->contents_raw ()) == REG_UNAVAILABLE) 803 return regcache->cooked_read (regnum, val); 808 readable_regcache::cooked_read (int regnum, T *val) function in class:readable_regcache 814 register_status status = cooked_read (regnum, view) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| frame.c | 1110 auto cooked_read = [this_frame] (int regnum, gdb::array_view<gdb_byte> buf) local 1119 (new readonly_detached_regcache (get_frame_arch (this_frame), cooked_read));
|
| regcache.c | 224 { return src.cooked_read (regnum, buf); }) 263 reg_buffer::save (register_read_ftype cooked_read) 281 register_status status = cooked_read (regnum, dst_buf); 716 readable_regcache::cooked_read (int regnum, gdb::array_view<gdb_byte> dst) function in class:readable_regcache 761 readable_regcache::cooked_read (int regnum, gdb_byte *dst) function in class:readable_regcache 767 return cooked_read (regnum, gdb::make_array_view (dst, size)); 786 if (cooked_read (regnum, result->contents_raw ()) == REG_UNAVAILABLE) 803 return regcache->cooked_read (regnum, val); 808 readable_regcache::cooked_read (int regnum, T *val) function in class:readable_regcache 814 register_status status = cooked_read (regnum, view) [all...] |