From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25746 invoked by alias); 12 Feb 2002 21:59:01 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 25685 invoked by uid 426); 12 Feb 2002 21:58:59 -0000 Date: Tue, 12 Feb 2002 13:59:00 -0000 Message-ID: <20020212215859.25682.qmail@sources.redhat.com> From: fche@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid include/ChangeLog include/sidcpuutil.h ... X-SW-Source: 2002-q1/txt/msg00027.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: fche@sources.redhat.com 2002-02-12 13:58:59 Modified files: sid/include : ChangeLog sidcpuutil.h sid/component/gdb: ChangeLog gdb.cxx gdb.h gdbserv-state.c gdbserv-target.h Log message: * step-out-of-range packet support [sid/include] 2002-02-12 Frank Ch. Eigler * sidcpuutil.h (basic_cpu ctor): Add full gdb-register-pc attribute. (basic_cpu add_watchable_register): Associate watchable with raw Value*, not attribute string. [sid/component/gdb] 2002-02-11 Frank Ch. Eigler * gdb.cxx (rangestep_program_hook, rangestep_program): New functions. (process_set_pc): Implement. (gdb ctor): Support new attribute "enable-E-packet?", default true. (cpu_trap_handler): When rangestepping, keep CPU going as needed. (exit_program, break_program, singlestep_program): Clear range-stepping variables. (continue_program, stop_handler, trapstop_handler): Ditto. * gdb.h: Corresponding changes. * gdbserv-state.c (gdbserv_data_packet): Implement support for 'E'/'e' packets through new rangestep_program target hook. (gdbserv_fromtarget_break): Discard pending output packet. * gdbserv-state.h: Corresponding changes. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.33&r2=1.34 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.16&r2=1.17 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.cxx.diff?cvsroot=src&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.h.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdbserv-state.c.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdbserv-target.h.diff?cvsroot=src&r1=1.1&r2=1.2