forked from Imagelibrary/binutils-gdb
2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
* defs.h (nquery, yquery): New prototypes.
* breakpoint.c (break_command_1): Use new nquery interface.
* utils.c (defaulted_query, nquery, yquery): New functions.
This commit is contained in:
@@ -5103,7 +5103,7 @@ break_command_1 (char *arg, int flag, int from_tty, struct breakpoint *pending_b
|
||||
|
||||
error_output_message (NULL, err_msg);
|
||||
xfree (err_msg);
|
||||
if (!query ("Make breakpoint pending on future shared library load? "))
|
||||
if (!nquery ("Make breakpoint pending on future shared library load? "))
|
||||
return rc;
|
||||
copy_arg = xstrdup (addr_start);
|
||||
addr_string = ©_arg;
|
||||
|
||||
Reference in New Issue
Block a user