mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
Remove regcache_raw_supply
Remove regcache_raw_supply, update callers to use detached_regcache::raw_supply. gdb/ChangeLog: * regcache.h (regcache_raw_supply): Remove, update callers to use detached_regcache::raw_supply. * regcache.c (regcache_raw_supply): Remove.
This commit is contained in:
@@ -946,7 +946,7 @@ default_guess_tracepoint_registers (struct gdbarch *gdbarch,
|
||||
regs = (gdb_byte *) alloca (register_size (gdbarch, pc_regno));
|
||||
store_unsigned_integer (regs, register_size (gdbarch, pc_regno),
|
||||
gdbarch_byte_order (gdbarch), addr);
|
||||
regcache_raw_supply (regcache, pc_regno, regs);
|
||||
regcache->raw_supply (pc_regno, regs);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user