]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/breakpoint.h
* breakpoint.c (mark_breakpoints_out): Make public.
authorPedro Alves <palves@redhat.com>
Tue, 8 Jul 2008 10:59:57 +0000 (10:59 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 8 Jul 2008 10:59:57 +0000 (10:59 +0000)
commit25b22b0a6f353d95932f8ee0b9bf861d3eed3261
tree71079bc123086beec131668ccfc9f6b1c64a24d5
parentcce9b6bff92ae507e4517198c4b64e268f975760
* breakpoint.c (mark_breakpoints_out): Make public.
(update_breakpoints_after_exec): Don't call mark_breakpoints_out
here.  Update comment.
* breakpoint.h (mark_breakpoints_out): Declare.

* linux-nat.c (linux_handle_extended_wait): On
TARGET_WAITKIND_EXECD, call mark_breakpoints_out.
* inf-ttrace.c (inf_ttrace_wait): Likewise.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/inf-ttrace.c
gdb/linux-nat.c