OSDN Git Service

Implement continue/interrupt of thread groups.
authorvprus <vprus>
Mon, 17 Nov 2008 16:39:50 +0000 (16:39 +0000)
committervprus <vprus>
Mon, 17 Nov 2008 16:39:50 +0000 (16:39 +0000)
commitcb939d250b182738ea735b227856af1b681b2562
treef06a6f6cc632d79a343fc3305b9e178b31dbaf02
parenta120fe79aad7bef89d849db48f0688163dd5c139
Implement continue/interrupt of thread groups.

        * mi/mi-main.c (proceed_thread_callback): New.
        (mi_cmd_exec_continue): If --thread-group is specified, resume all
        threads in that group.
        (interrupt_thread_callback): New.
        (mi_cmd_exec_interrupt): If --thread-group is specified, interrupt
        all threads in that group.
gdb/ChangeLog
gdb/mi/mi-main.c