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

@ -45,6 +45,12 @@ void read_memory ();
/* Read an integer from debugged memory, given address and number of bytes. */
long read_memory_integer ();
void write_memory (
#ifdef __STDC__
CORE_ADDR, char *, int
#endif
);
/* Hook for `exec_file_command' command to call. */
extern void (*exec_file_display_hook) ();