OSDN Git Service

* diagnostics.h, diagnostics.c (print_sigint_message): New function.
authorkevinb <kevinb>
Tue, 1 Dec 2009 09:27:08 +0000 (09:27 +0000)
committerkevinb <kevinb>
Tue, 1 Dec 2009 09:27:08 +0000 (09:27 +0000)
commit756bd0ba7f12733dbc3c222001fe1abf451b9622
treef88cbcc79849dc3695efa7136409708a01fbe581
parent60b1da65662415c47be35274d594a5decc1181d9
* diagnostics.h, diagnostics.c (print_sigint_message): New function.
* linux-target.c (linux_process_rcmd): Add monitor commands
"interrupt-with-SIGSTOP and interrupt-with-SIGINT".
* server.h (struct child_process): Add new field
interrupt_with_SIGSTOP.
* thread-db.c (thread_db_break_program): Interrupt using either
SIGSTOP or SIGINT depending upon user's preference.
rda/unix/ChangeLog
rda/unix/diagnostics.c
rda/unix/diagnostics.h
rda/unix/linux-target.c
rda/unix/server.h
rda/unix/thread-db.c