public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src/rda/unix ChangeLog linux-target.c
@ 2004-10-29 23:41 jimb
0 siblings, 0 replies; 13+ messages in thread
From: jimb @ 2004-10-29 23:41 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:41:09
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c: #include <string.h>, <sys/types.h>, and
<sys/wait.h> to get declarations for system functions used in this
file.
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.3&r2=1.36.2.4
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.1&r2=1.13.2.2
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2007-04-09 22:39 kevinb
0 siblings, 0 replies; 13+ messages in thread
From: kevinb @ 2007-04-09 22:39 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2007-04-09 23:39:03
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
Update NUM_REGS for FRV. Mark FRV's PSR as read-only.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.23&r2=1.24
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2005-12-01 23:50 kevinb
0 siblings, 0 replies; 13+ messages in thread
From: kevinb @ 2005-12-01 23:50 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2005-12-01 23:50:05
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (reginfo) [AM33_2_0_LINUX_TARGET]: Don't use
``sizeof (greg_t)'' due to this type not being defined any longer
in the headers that linux-target.c includes.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.55&r2=1.56
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.21&r2=1.22
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2005-03-11 21:10 jimb
0 siblings, 0 replies; 13+ messages in thread
From: jimb @ 2005-03-11 21:10 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: jimb@sourceware.org 2005-03-11 21:10:28
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (linux_get_reg) [GETREGS_SETREGS_REGINFO]: In the
NOREGS case, check that reginfo doesn't specify an offset outside
our zeroed buffer.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.15&r2=1.16
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2005-03-10 22:00 jimb
0 siblings, 0 replies; 13+ messages in thread
From: jimb @ 2005-03-10 22:00 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: jimb@sourceware.org 2005-03-10 22:00:17
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (frv_fdpic_loadmap_addresses): Use '%lx' for
unsigned long argument.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.13&r2=1.14
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2004-11-01 4:09 jimb
0 siblings, 0 replies; 13+ messages in thread
From: jimb @ 2004-11-01 4:09 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:09:09
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (linux_get_reg): When register REGNO doesn't exist,
provide zeros for its value; don't use an uninitialized pointer.
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.6&r2=1.36.2.7
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.4&r2=1.13.2.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2004-10-29 23:42 jimb
0 siblings, 0 replies; 13+ messages in thread
From: jimb @ 2004-10-29 23:42 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:42:38
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (x86_make_arch): Use allocate_empty_arch.
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.4&r2=1.36.2.5
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.2&r2=1.13.2.3
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2004-08-11 14:57 corinna
0 siblings, 0 replies; 13+ messages in thread
From: corinna @ 2004-08-11 14:57 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: corinna@sourceware.org 2004-08-11 14:57:06
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (linux_write_reg): Print process->pid in case of
an error.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.12&r2=1.13
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2003-09-10 15:57 kevinb
0 siblings, 0 replies; 13+ messages in thread
From: kevinb @ 2003-09-10 15:57 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2003-09-10 15:57:23
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (reginfo): The MQ register is for IBM POWER
(pre-PowerPC) architecture, and is undefined in PPC GNU/Linux
environment.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.8&r2=1.9
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2003-05-09 22:06 kevinb
0 siblings, 0 replies; 13+ messages in thread
From: kevinb @ 2003-05-09 22:06 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2003-05-09 22:06:13
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (mips_singlestep): Don't any consider cop0 or cop1x
instructions to be conditional branches. Expand set of cop1
opcodes considered to be conditional branches.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.7&r2=1.8
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2003-05-09 5:13 kevinb
0 siblings, 0 replies; 13+ messages in thread
From: kevinb @ 2003-05-09 5:13 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2003-05-09 05:13:43
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (mips_singlestep): Don't interpret all coprocessor
instructions as conditional branches.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.6&r2=1.7
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2003-04-10 20:35 kevinb
0 siblings, 0 replies; 13+ messages in thread
From: kevinb @ 2003-04-10 20:35 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2003-04-10 20:35:54
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
Add support for the MIPS "fir" register. Fix support for the MIPS "fsr"
register.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.5&r2=1.6
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/rda/unix ChangeLog linux-target.c
@ 2003-01-23 6:40 kevinb
0 siblings, 0 replies; 13+ messages in thread
From: kevinb @ 2003-01-23 6:40 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2003-01-23 06:40:07
Modified files:
rda/unix : ChangeLog linux-target.c
Log message:
* linux-target.c (struct peekuser_pokeuser_reginfo)
[MIPS64_LINUX_TARGET, MIPS_LINUX_TARGET]: Disable registers ``cause''
and ``bad'' since they are not writable via ptrace().
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2007-04-09 22:39 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-29 23:41 src/rda/unix ChangeLog linux-target.c jimb
-- strict thread matches above, loose matches on Subject: below --
2007-04-09 22:39 kevinb
2005-12-01 23:50 kevinb
2005-03-11 21:10 jimb
2005-03-10 22:00 jimb
2004-11-01 4:09 jimb
2004-10-29 23:42 jimb
2004-08-11 14:57 corinna
2003-09-10 15:57 kevinb
2003-05-09 22:06 kevinb
2003-05-09 5:13 kevinb
2003-04-10 20:35 kevinb
2003-01-23 6:40 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).