src/rda/samples ChangeLog demo-target.c demo-t ...
msnyder@sourceware.org
msnyder@sourceware.org
Thu Jun 12 20:48:00 GMT 2008
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 <msnyder@specifix.com>
* 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
More information about the Src-cvs
mailing list