Remove regcache_cooked_read
Remove regcache_cooked_read, update callers to use readable_regcache::cooked_read instead. gdb/ChangeLog: * regcache.h (regcache_cooked_read): Remove, update callers to use readable_regcache::cooked_read instead. * regcache.c (regcache_cooked_read): Remove.
This commit is contained in:
parent
10eaee5f56
commit
dca08e1fe1
31 changed files with 127 additions and 143 deletions
|
@ -1337,7 +1337,7 @@ mips_linux_get_syscall_number (struct gdbarch *gdbarch,
|
|||
|
||||
/* Getting the system call number from the register.
|
||||
syscall number is in v0 or $2. */
|
||||
regcache_cooked_read (regcache, MIPS_V0_REGNUM, buf);
|
||||
regcache->cooked_read (MIPS_V0_REGNUM, buf);
|
||||
|
||||
ret = extract_signed_integer (buf, regsize, byte_order);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue