From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12629 invoked by alias); 1 Dec 2009 00:27:10 -0000 Received: (qmail 12516 invoked by uid 595); 1 Dec 2009 00:27:09 -0000 Date: Tue, 01 Dec 2009 00:27:00 -0000 Message-ID: <20091201002709.12513.qmail@sourceware.org> From: kevinb@sourceware.org To: src-cvs@sourceware.org Subject: src/rda/unix ChangeLog diagnostics.c diagnosti ... Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00028.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: kevinb@sourceware.org 2009-12-01 00:27:09 Modified files: rda/unix : ChangeLog diagnostics.c diagnostics.h linux-target.c server.h thread-db.c Log message: * 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. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.64&r2=1.65 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/diagnostics.c.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/diagnostics.h.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.24&r2=1.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/server.h.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.19&r2=1.20