mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* tracepoint.c: add declaration for x_command
* printcmd.c (x_command): remove static declaration
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Wed Dec 3 12:44:15 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||||
|
|
||||||
|
* tracepoint.c: add declaration for x_command
|
||||||
|
|
||||||
|
* printcmd.c (x_command): remove static declaration
|
||||||
|
|
||||||
Wed Dec 3 12:00:42 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
|
Wed Dec 3 12:00:42 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
|
||||||
|
|
||||||
* tracepoint.c (finish_tfind_command): call do_display so that
|
* tracepoint.c (finish_tfind_command): call do_display so that
|
||||||
|
@ -44,6 +44,7 @@ extern int info_verbose;
|
|||||||
extern void (*readline_begin_hook) PARAMS ((char *, ...));
|
extern void (*readline_begin_hook) PARAMS ((char *, ...));
|
||||||
extern char * (*readline_hook) PARAMS ((char *));
|
extern char * (*readline_hook) PARAMS ((char *));
|
||||||
extern void (*readline_end_hook) PARAMS ((void));
|
extern void (*readline_end_hook) PARAMS ((void));
|
||||||
|
extern void x_command PARAMS ((char *, int));
|
||||||
|
|
||||||
/* If this definition isn't overridden by the header files, assume
|
/* If this definition isn't overridden by the header files, assume
|
||||||
that isatty and fileno exist on this system. */
|
that isatty and fileno exist on this system. */
|
||||||
|
Reference in New Issue
Block a user