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:
Michal Ludvig 2002-04-24 15:33:55 +00:00
parent 062cd5e7fc
commit d06f167ab3
3 changed files with 11 additions and 2 deletions

View file

@ -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);