From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3292 invoked by alias); 12 Jun 2008 20:48:52 -0000 Received: (qmail 3279 invoked by uid 355); 12 Jun 2008 20:48:52 -0000 Date: Thu, 12 Jun 2008 20:48:00 -0000 Message-ID: <20080612204852.3277.qmail@sourceware.org> From: msnyder@sourceware.org To: src-cvs@sourceware.org Subject: src/rda/samples ChangeLog demo-target.c demo-t ... 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: 2008-q2/txt/msg00033.txt.bz2 CVSROOT: /cvs/src Module name: src Branch: msnyder-tracepoint-checkpoint-branch Changes by: msnyder@sourceware.org 2008-06-12 20:48:52 Modified files: rda/samples : ChangeLog demo-target.c demo-target.h demo-tfind.c Log message: 2008-06-12 Michael Snyder * demo-target.c: Implement hooks for software breakpoints. (demo_remove_swbp): New function. (demo_set_swbp): New function. (demo_target): Set up method vectors for set/remove breakpoints. * demo-target.h: Export interface for software breakpoints. * demo-tfind.c: Implement software breakpoints. (tfind_insert_breakpoint): New function. (tfind_unlink_breakpoint): New function. (tfind_set_swbp): New function. (tfind_remove_swbp): New function. * demo-target.c: Implement hooks for continue_thread. (demo_continue_thread): call tfind_continue_thread. * demo-target.h: Export interface for tfind_continue_thread. * demo-tfind.c: Implement continue_thread with software breakpoints. (tfind_continue_thread): New function. Find a new frame based on software breakpoints. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/samples/ChangeLog.diff?cvsroot=src&only_with_tag=msnyder-tracepoint-checkpoint-branch&r1=1.1.2.4&r2=1.1.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/samples/demo-target.c.diff?cvsroot=src&only_with_tag=msnyder-tracepoint-checkpoint-branch&r1=1.3.4.3&r2=1.3.4.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/samples/demo-target.h.diff?cvsroot=src&only_with_tag=msnyder-tracepoint-checkpoint-branch&r1=1.1.4.2&r2=1.1.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/samples/demo-tfind.c.diff?cvsroot=src&only_with_tag=msnyder-tracepoint-checkpoint-branch&r1=1.1.2.4&r2=1.1.2.5