From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26952 invoked by alias); 15 Nov 2007 06:52:53 -0000 Received: (qmail 26932 invoked by uid 9636); 15 Nov 2007 06:52:53 -0000 Date: Thu, 15 Nov 2007 06:52:00 -0000 Message-ID: <20071115065253.26930.qmail@sourceware.org> From: vprus@sourceware.org To: src-cvs@sourceware.org Subject: src ChangeLog 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: 2007-q4/txt/msg00025.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: vprus@sourceware.org 2007-11-15 06:52:53 Modified files: . : ChangeLog Log message: Apply const qualifier to some users of bp_location. * breakpoint.h (struct bpstats): Make the breakpoint_at field point at const bp_location. * breakpoint.c (bpstat_alloc): Accept const bp_location. (breakpoint_here_p, breakpoint_inserted_here_p) (software_breakpoint_inserted_here_p) (breakpoint_thread_match, bpstat_stop_status) (read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use const bp_location for iteration. (print_it_typical, print_bp_stop_message): Use const bp_location variable. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.773&r2=1.774