gdb/:
authorJoel Brobecker <brobecker@gnat.com>
Wed, 28 Oct 2009 15:01:27 +0000 (15:01 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 28 Oct 2009 15:01:27 +0000 (15:01 +0000)
commit9a7071a8ce92ca34996d97b77e72ac8cc3946cd6
tree9f70f54a268195155ff17a5b382b60a41d5d38f3
parent14610ad10e3d4b84565d3590eaa9582f9793f743
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
This page took 0.032073 seconds and 4 git commands to generate.