diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 7ad4a44..d94db48 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -3487,7 +3487,7 @@ overlay_command (char *args, int from_tty) { printf_unfiltered ("\"overlay\" must be followed by the name of an overlay command.\n"); - help_list (overlaylist, "overlay ", -1, gdb_stdout); + help_list (overlaylist, "overlay ", all_commands, gdb_stdout); } /* Target Overlays for the "Simplest" overlay manager: |