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:
Jeff Johnston 2004-02-23 19:26:14 +00:00
parent 8ee9a8b2e7
commit cbdeadcaa3
4 changed files with 150 additions and 1 deletions

View file

@ -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 = &copy_arg;