OSDN Git Service

gdb/:
authorbrobecke <brobecke>
Thu, 29 Oct 2009 00:01:26 +0000 (00:01 +0000)
committerbrobecke <brobecke>
Thu, 29 Oct 2009 00:01:26 +0000 (00:01 +0000)
commitd22e615e8f2d6111cb73ff56a2a98f7ef4fac67a
tree1201e44f073a9d548bae702d5136178a4a1c9f57
parent3a7c9917a0272f6a7a3fd603a9fc739124093fd6
gdb/:

    * remote.c (interrupt_sequence_control_c)
        (interrupt_sequence_break, interrupt_sequence_break_g)
        (interrupt_sequence_modes): New constants.
        (interrupt_sequence_mode, interrupt_on_connect): New variable.
        (show_interrupt_sequence): New function.
        (set_remotebreak, show_remotebreak): New function.
        (send_interrupt_sequence): New function.
        (remote_start_remote): Call send_interrupt_sequence if
        interrupt_on_connect is true.
        (remote_stop_as): Call send_interrupt_sequence.
        (_initialize_remote): Add interrupt-sequence and interrupt-on-connect,
        modify remotebreak to call set_remotebreak and show_remotebreak.
        * NEWS: Add entry for "set/show remote interrupt-sequence" and
        "set/show remote interrupt-on-connect". Also mention that
        "set/show remotebreak" is now deprecated.

    gdb/doc/:

        * gdb.texinfo (Remote Configuration): Add "set/show remote
        interrupt-sequence" and "set/show remote interrupt-on-connect" command.
gdb/NEWS
gdb/doc/gdb.texinfo
gdb/remote.c