forked from Imagelibrary/binutils-gdb
* defs.h (error): Add printf format attribute.
* thread-db.c (thread_from_lwp): Fix error format string. * stack.c (parse_frame_specification): Ditto. * cli/cli-decode.c (undef_cmd_error): Ditto. * scm-lang.c (scm_lookup_name): Ditto. * tracepoint.c (trace_error): Ditto. * remote-utils.c (usage): Ditto. * remote.c (compare_sections_command): Ditto. Fix PR gdb/328.
This commit is contained in:
@@ -180,7 +180,7 @@ scm_lookup_name (char *str)
|
||||
(struct symtab **) NULL);
|
||||
if (sym)
|
||||
return value_of_variable (sym, NULL);
|
||||
error ("No symbol \"%s\" in current context.");
|
||||
error ("No symbol \"%s\" in current context.", str);
|
||||
}
|
||||
|
||||
struct value *
|
||||
|
||||
Reference in New Issue
Block a user