public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src/rda/unix ChangeLog linux-target.c ptrace-t ...
@ 2006-10-03 22:49 kevinb
  0 siblings, 0 replies; 4+ messages in thread
From: kevinb @ 2006-10-03 22:49 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2006-10-03 22:49:05

Modified files:
	rda/unix       : ChangeLog linux-target.c ptrace-target.c 
	                 server.h 

Log message:
	Add code for software singlestep of AM33 LIW instructions.  Revise code
	for handling am33's SETLB and Lcc instructions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/server.h.diff?cvsroot=src&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

* src/rda/unix ChangeLog linux-target.c ptrace-t ...
@ 2004-11-01  4:23 jimb
  0 siblings, 0 replies; 4+ messages in thread
From: jimb @ 2004-11-01  4:23 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-11-01 04:23:02

Modified files:
	rda/unix       : ChangeLog linux-target.c ptrace-target.c 
	                 server.c thread-db.c 

Log message:
	* linux-target.c (decr_pc_after_break): Fix printf format
	directive to match arguments.
	* ptrace-target.c (ptrace_singlestep_program): Same.
	(ptrace_continue_program): Same.
	* server.c (invalid_speed): Same.
	* thread-db.c (thread_db_open, wait_all_threads)
	(thread_db_check_child_state, thread_db_get_thread_reg)
	(thread_db_set_thread_reg): Same.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.7&r2=1.36.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.13.2.5&r2=1.13.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.7.2.2&r2=1.7.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/server.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9&r2=1.9.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.2&r2=1.9.2.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

* src/rda/unix ChangeLog linux-target.c ptrace-t ...
@ 2004-10-29 23:49 jimb
  0 siblings, 0 replies; 4+ messages in thread
From: jimb @ 2004-10-29 23:49 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-10-29 23:49:56

Modified files:
	rda/unix       : ChangeLog linux-target.c ptrace-target.c 
	                 thread-db.c 

Log message:
	* linux-target.c (linux_set_reg): Delete unused variables.
	* ptrace-target.c (ptrace_read_user, ptrace_check_child_state):
	Same.
	* thread-db.c (continue_all_threads, thread_db_attach): Same.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.5&r2=1.36.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.13.2.3&r2=1.13.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.7.2.1&r2=1.7.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.1&r2=1.9.2.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* src/rda/unix ChangeLog linux-target.c ptrace-t ...
@ 2002-12-18 12:25 kevinb
  0 siblings, 0 replies; 4+ messages in thread
From: kevinb @ 2002-12-18 12:25 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2002-12-18 12:25:11

Modified files:
	rda/unix       : ChangeLog linux-target.c ptrace-target.c 
	                 ptrace-target.h 

Log message:
	* ptrace-target.h, ptrace-target.c (ptrace_write_user)
	(ptrace_read_user): Add struct gdbserv argument.
	* linux-target.c: Fix all callers (and callers of callers).
	* ptrace-target.c (ptrace_write_user, ptrace_read_user): Add
	debugging printf()s.
	(ptrace_xfer_mem): Fix debugging printf()s so that they'll print
	useful results when sizeof (long long) is the same as
	sizeof (ptrace_xfer_type).
	(ptrace_xfer_mem): Decode address using gdbserv_host_bytes_from_reg()
	instead of gdbserv_reg_to_ulong().

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.h.diff?cvsroot=src&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-03 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-03 22:49 src/rda/unix ChangeLog linux-target.c ptrace-t kevinb
  -- strict thread matches above, loose matches on Subject: below --
2004-11-01  4:23 jimb
2004-10-29 23:49 jimb
2002-12-18 12:25 kevinb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).