OSDN Git Service

2003-08-09 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 9 Aug 2003 14:57:30 +0000 (14:57 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 9 Aug 2003 14:57:30 +0000 (14:57 +0000)
commit03ad7f9247ba431b5079e4e526c166618b8c3e1f
tree0688ac43de01d9890d3284538769f4ad664bf85b
parentcff12bf115fab24d5db82e40f2ab818e47dc2d6d
2003-08-09  Andrew Cagney  <cagney@redhat.com>

* defs.h (xstrprintf): Declare.
* utils.c (xstrprintf): New function.
* breakpoint.c (insert_breakpoints): Replace sprintf and
non-literal format strings, with xstrprintf and cleanups.
(delete_breakpoint,breakpoint_re_set): Ditto.
(commands_command, insert_breakpoints): Ditto.
(bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
(break_at_finish_command_1): Ditto.
gdb/ChangeLog
gdb/breakpoint.c
gdb/defs.h
gdb/utils.c