OSDN Git Service

* infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
authorgraces <graces>
Fri, 23 Aug 2002 20:49:38 +0000 (20:49 +0000)
committergraces <graces>
Fri, 23 Aug 2002 20:49:38 +0000 (20:49 +0000)
commit1bc7df36d3219bb1ad6374305a75b8dbd67aebbc
tree244f1943a3104bc7538e6ee26df304e6834929ec
parent59d0c4b6f922178bb0550c585c72b4e763473d19
* 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