diff options
author | Steve Chamberlain <sac@cygnus> | 1993-11-15 23:22:31 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-11-15 23:22:31 +0000 |
commit | ef419d261c717e471fee4a03943effa8cb790dd6 (patch) | |
tree | 546c7ebe2f41af8b9cf489389722c9b4add9d53c /gdb/remote-utils.h | |
parent | bf2429ab86d69f5bfe715c6272e2999575df587f (diff) | |
download | gdb-ef419d261c717e471fee4a03943effa8cb790dd6.zip gdb-ef419d261c717e471fee4a03943effa8cb790dd6.tar.gz gdb-ef419d261c717e471fee4a03943effa8cb790dd6.tar.bz2 |
Why does cvs keep core dumping?
Diffstat (limited to 'gdb/remote-utils.h')
-rw-r--r-- | gdb/remote-utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-utils.h b/gdb/remote-utils.h index 477f8bf..c8042d7 100644 --- a/gdb/remote-utils.h +++ b/gdb/remote-utils.h @@ -142,6 +142,5 @@ void sr_write_cr PARAMS((char *s)); void gr_open PARAMS((char *args, int from_tty, struct gr_settings *gr_settings)); - - +void gr_load_image PARAMS((char*, int from_tty)); #endif /* REMOTE_UTILS_H */ |