forked from Imagelibrary/binutils-gdb
* infcmd.c (all_registers_info, nexti_command, stepi_command)
(continue_command, interrupt_target_command): Now static. (registers_info): Remove declaration. * inferior.h (all_registers_info, nexti_command, stepi_command) (continue_command, interrupt_target_command): Don't declare.
This commit is contained in:
@@ -242,20 +242,10 @@ extern void set_inferior_args (char *);
|
||||
|
||||
extern void set_inferior_args_vector (int, char **);
|
||||
|
||||
extern void all_registers_info (char *, int);
|
||||
|
||||
extern void registers_info (char *, int);
|
||||
|
||||
extern void nexti_command (char *, int);
|
||||
|
||||
extern void stepi_command (char *, int);
|
||||
|
||||
extern void continue_1 (int all_threads);
|
||||
|
||||
extern void continue_command (char *, int);
|
||||
|
||||
extern void interrupt_target_command (char *args, int from_tty);
|
||||
|
||||
extern void interrupt_target_1 (int all_threads);
|
||||
|
||||
extern void delete_longjmp_breakpoint_cleanup (void *arg);
|
||||
|
||||
Reference in New Issue
Block a user