X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fskip.c;h=bd9eec9d7c0477740688918a2577653995c0b4aa;hb=a102602bc56e418f9794d653ef103a65f08a5a49;hp=9f772486cefbc6fbf9a6b8494eee6a8c6c6f082e;hpb=de7985c3cca1358b21b49a9872455e2032f48ee3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/skip.c b/gdb/skip.c index 9f772486ce..bd9eec9d7c 100644 --- a/gdb/skip.c +++ b/gdb/skip.c @@ -353,7 +353,7 @@ skip_command (char *arg, int from_tty) } static void -skip_info (char *arg, int from_tty) +info_skip_command (char *arg, int from_tty) { int num_printable_entries = 0; struct value_print_options opts; @@ -659,7 +659,7 @@ If you don't specify any numbers or ranges, we'll delete all skip entries.\n\n\ Usage: skip delete [NUMBERS AND/OR RANGES]"), &skiplist); - add_info ("skip", skip_info, _("\ + add_info ("skip", info_skip_command, _("\ Display the status of skips. You can specify numbers (e.g. \"skip info 1 3\"), \ ranges (e.g. \"skip info 4-8\"), or both (e.g. \"skip info 1 3 4-8\").\n\n\ If you don't specify any numbers or ranges, we'll show all skips.\n\n\