From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25579 invoked by alias); 10 Mar 2005 23:50:47 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 25564 invoked by uid 442); 10 Mar 2005 23:50:47 -0000 Date: Thu, 10 Mar 2005 23:50:00 -0000 Message-ID: <20050310235047.25563.qmail@sourceware.org> From: jimb@sourceware.org To: src-cvs@sources.redhat.com Subject: src/rda/unix ChangeLog Makefile.am Makefile.in ... X-SW-Source: 2005-q1/txt/msg00036.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: jimb@sourceware.org 2005-03-10 23:50:47 Modified files: rda/unix : ChangeLog Makefile.am Makefile.in gdbserv-thread-db.h linux-target.c ptrace-target.c server.c thread-db.c Log message: Compile with no warnings. * Makefile.am (AM_CFLAGS): Compile with -Wall. * Makefile.in: Regenerated. * gdbserv-thread-db.h (stop_lwp, handle_waitstatus, ps_pdread, ps_pdwrite): Add declarations for these functions to gdbserv-thread-db.h. * linux-target.c: #include , , and to get declarations for system functions used in this file. (linux_get_reg): When register REGNO doesn't exist, provide zeros for its value; don't use an uninitialized pointer. (linux_set_reg): Delete unused variables. (decr_pc_after_break): Fix printf format directive to match arguments. * ptrace-target.c (ptrace_read_user, ptrace_check_child_state, ptrace_attach): Delete unused variables. (ptrace_singlestep_program, ptrace_continue_program): Fix printf format directive to match arguments. * server.c (invalid_speed): Same. (main): Initialize infd, outfd, and speed. (tty_raw): Use proper name for speed_t "zero baud" value. * thread-db.c: #include and "gdbserv-utils.h", to get declarations for functions used in this file. (thread_db_open, wait_all_threads) (thread_db_check_child_state, thread_db_get_thread_reg) (thread_db_set_thread_reg): Fix printf format directive to match arguments. (continue_thread, thread_db_get_thread_reg, continue_all_threads, thread_db_attach): Delete unused variables. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.44&r2=1.45 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/Makefile.am.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/gdbserv-thread-db.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.14&r2=1.15 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/server.c.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.12&r2=1.13