OSDN Git Service

* breakpoint.c (condition_command): Post breakpoint_modify
authorkseitz <kseitz>
Tue, 18 Jun 2002 21:58:52 +0000 (21:58 +0000)
committerkseitz <kseitz>
Tue, 18 Jun 2002 21:58:52 +0000 (21:58 +0000)
commit18b1b54a06942df19d631164d4959e0eb15bf2c4
tree7ed4f1f098d4555fedab598f3f6641f4c98c2c6a
parent0371a742c378c687f2be0d4d9404b1cf35af1209
    * 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