The list of changes is too long to fit in the cvs log (since it truncates!).

Look at the ChangeLog for Apr 30 and May 1.
This commit is contained in:
Jim Kingdon
1991-05-02 04:28:42 +00:00
parent 04a0511c0a
commit e1ce8aa5ed
30 changed files with 393 additions and 145 deletions

View File

@@ -123,6 +123,8 @@ child_prepare_to_store ()
/* Convert data from raw format for register REGNUM
to virtual format for register REGNUM. */
/* Some machines won't need to use regnum. */
/* ARGSUSED */
void
host_convert_to_virtual (regnum, from, to)
int regnum;
@@ -135,6 +137,7 @@ host_convert_to_virtual (regnum, from, to)
/* Convert data from virtual format for register REGNUM
to raw format for register REGNUM. */
/* ARGSUSED */
void
host_convert_from_virtual (regnum, from, to)
int regnum;
@@ -153,6 +156,7 @@ child_files_info ()
attach_flag? "attached": "child", inferior_pid);
}
/* ARGSUSED */
static void
child_open (arg, from_tty)
char *arg;