diff options
Diffstat (limited to 'gdb/symfile-mem.c')
-rw-r--r-- | gdb/symfile-mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symfile-mem.c b/gdb/symfile-mem.c index 914976c..3790bae 100644 --- a/gdb/symfile-mem.c +++ b/gdb/symfile-mem.c @@ -209,12 +209,12 @@ void _initialize_symfile_mem () { add_cmd ("add-symbol-file-from-memory", class_files, - add_symbol_file_from_memory_command, + add_symbol_file_from_memory_command, _("Load the symbols out of memory from a " "dynamically loaded object file.\n" "Give an expression for the address " "of the file's shared object file header."), - &cmdlist); + &cmdlist); /* Want to know of each new inferior so that its vsyscall info can be extracted. */ |