From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15087 invoked by alias); 7 Dec 2005 17:51:48 -0000 Received: (qmail 15074 invoked by uid 595); 7 Dec 2005 17:51:48 -0000 Date: Wed, 07 Dec 2005 17:51:00 -0000 Message-ID: <20051207175148.15072.qmail@sourceware.org> From: kevinb@sourceware.org To: src-cvs@sources.redhat.com Subject: src/rda/unix ChangeLog Makefile.am Makefile.in ... Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00043.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: kevinb@sourceware.org 2005-12-07 17:51:48 Modified files: rda/unix : ChangeLog Makefile.am Makefile.in configure configure.in diagnostics.h ptrace-target.c thread-db.c Added files: rda/unix : diagnostics.c Log message: * Makefile.am (EXTRA_rda_SOURCES): Add diagnostics.c. * configure.in (TARGET_MODULES): Add diagnostics.o. * Makefile.in, configure: Regenerate. * diagnostics.c: New file. * diagnostics.h (output_O_packet, print_sigstop_message): New functions. * ptrace-target.c (diagnostics.h): Include. (ptrace_break_program): Call print_sigstop_message(). * thread_db.c (thread_db_break_program): Likewise. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/diagnostics.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.58&r2=1.59 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/Makefile.am.diff?cvsroot=src&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/Makefile.in.diff?cvsroot=src&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/configure.diff?cvsroot=src&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/configure.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/diagnostics.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.18&r2=1.19