diff options
author | John Gilmore <gnu@cygnus> | 1991-04-06 01:18:22 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-04-06 01:18:22 +0000 |
commit | be2c3f354cf23ebf052e38a615f5471d7b95d867 (patch) | |
tree | 42e4ee9edfded20b9bf3a7e690c1ce10e1714b6a /gdb/exec.c | |
parent | 64e5222463cee4d23f43fdafa2ab7b36437a57e9 (diff) | |
download | gdb-be2c3f354cf23ebf052e38a615f5471d7b95d867.zip gdb-be2c3f354cf23ebf052e38a615f5471d7b95d867.tar.gz gdb-be2c3f354cf23ebf052e38a615f5471d7b95d867.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern char *getenv(); extern void child_create_inferior (), child_attach (); +extern void add_syms_addr_command (); extern void symbol_file_command (); /* The Binary File Descriptor handle for the executable file. */ |