OSDN Git Service

* infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
authorGrace Sainsbury <graces@redhat.com>
Fri, 23 Aug 2002 20:49:38 +0000 (20:49 +0000)
committerGrace Sainsbury <graces@redhat.com>
Fri, 23 Aug 2002 20:49:38 +0000 (20:49 +0000)
commit5e5c80e9f8fb065f4c04892daf628978ca66b49b
tree9808b9bbbe16814401ac6f5f865492a54130b505
parentbc2561d511bdc0b3eec637a13c15d473e576e8fd
* infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
when breakpoints fail. Move general breakpoint error messages to
insert_breakpoints.
* breakpoint.c (insert_breakpoints): Change warnings when
breakpoints are nto inserted to specify the type. Remove call to
memory_error when hardware breakpoints can't be inserted. Remove
multiple calls to warning so all messages are sent to the user at
once.
(delete_breakpoints): Make insert error messsages more explicit.
gdb/ChangeLog
gdb/breakpoint.c
gdb/infrun.c