mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2002-04-24 Michal Ludvig <mludvig@suse.cz>
* gdbserver/linux-low.c (regsets_fetch_inferior_registers), (regsets_store_inferior_registers): Removed cast to int from ptrace() calls. * gdbserver/regcache.h: Added declaration of struct inferior_info.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#ifndef REGCACHE_H
|
||||
#define REGCACHE_H
|
||||
|
||||
struct inferior_info;
|
||||
|
||||
/* Create a new register cache for INFERIOR. */
|
||||
|
||||
void create_register_cache (struct inferior_info *inferior);
|
||||
|
||||
Reference in New Issue
Block a user