* infcmd.c (finish_backward): Use breakpoint_set_silent.
authorTom Tromey <tromey@redhat.com>
Mon, 31 Jan 2011 15:16:59 +0000 (15:16 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 31 Jan 2011 15:16:59 +0000 (15:16 +0000)
commit45a4356715b9d5c35c581c14e17978a1cd2aed18
treeeb0d1c4834625704801fb990bfcfa061c5ba4c32
parent09d682a4f353e0e692e602baf229b3b5b93c0142
* infcmd.c (finish_backward): Use breakpoint_set_silent.
* python/py-breakpoint.c (bppy_set_silent): Use
breakpoint_set_silent.
(bppy_set_thread): Use breakpoint_set_thread.
(bppy_set_task): Use breakpoint_set_task.
* breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
(breakpoint_set_task): Declare.
(make_breakpoint_silent): Remove.
* breakpoint.c (breakpoint_set_silent): New function.
(breakpoint_set_thread): Likewise.
(breakpoint_set_task): Likewise.
(make_breakpoint_silent): Remove.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/infcmd.c
gdb/python/py-breakpoint.c
This page took 0.02506 seconds and 4 git commands to generate.