OSDN Git Service

* breakpoint.c (mark_breakpoints_out): Make public.
authorPedro Alves <pedro@codesourcery.com>
Tue, 8 Jul 2008 10:59:57 +0000 (10:59 +0000)
committerPedro Alves <pedro@codesourcery.com>
Tue, 8 Jul 2008 10:59:57 +0000 (10:59 +0000)
commite58e16208228dc878391a692f1446a5effb2b1db
tree1a2f9e7d52a39336ef17797810da2e03f11ad75a
parentd162d338475a9f57b99a2bfa5d62cc339eb47ed6
* 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