diff options
Diffstat (limited to 'gdb/skip.c')
-rw-r--r-- | gdb/skip.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -545,6 +545,7 @@ extern initialize_file_ftype _initialize_step_skip; void _initialize_step_skip (void) { + static struct cmd_list_element *skiplist = NULL; struct cmd_list_element *c; skiplist_entry_chain = 0; |