X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ftop.h;h=987279b69aeedaae02fbcf24b3469b6cbfed73d2;hb=003ea5a89ab7e9eaa65cb158a953d63dac2612c6;hp=94f6c488030ec81bdd55d40473b562fe2f660778;hpb=a0eaec95753c0f093f5cb80080ef423030d35edd;p=platform%2Fupstream%2Fgdb.git diff --git a/gdb/top.h b/gdb/top.h index 94f6c48..987279b 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -1,6 +1,6 @@ /* Top level stuff for GDB, the GNU debugger. - Copyright (C) 1986-2014 Free Software Foundation, Inc. + Copyright (C) 1986-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -79,6 +79,8 @@ extern int history_expansion_p; extern int server_command; extern char *lim_at_start; +extern void gdb_add_history (const char *); + extern void show_commands (char *args, int from_tty); extern void set_history (char *, int);