* breakpoint.c (condition_command): Post breakpoint_modify
authorKeith Seitz <keiths@redhat.com>
Tue, 18 Jun 2002 21:58:55 +0000 (21:58 +0000)
committerKeith Seitz <keiths@redhat.com>
Tue, 18 Jun 2002 21:58:55 +0000 (21:58 +0000)
commit221ea385940527924acd72069506108b77a5f554
treed4c59d2eb424593126b240c6fe272a9431a3ec24
parent7cd524839ae09d0bc5448c45414ba03f1a6e854e
    * breakpoint.c (condition_command): Post breakpoint_modify
        when a condition is added to an existing breakpoint.
        (commands_command): Likewise for commands.
        (set_ignore_count): Likewise for ignore counts.
        If no tty, do not simply return, still need to send event
        notification.
        (ignore_command): Only print a newline if the command came
        from a tty.
        Don't call breakpoints_changed, since this is now properly
        handled by set_ignore_count.
gdb/ChangeLog
gdb/breakpoint.c