public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-imports/lib/elf ChangeLog ElfPrstatus.ja ...
@ 2007-03-13 19:27 pmuldoon
  0 siblings, 0 replies; 4+ messages in thread
From: pmuldoon @ 2007-03-13 19:27 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	pmuldoon@sourceware.org	2007-03-13 19:27:50

Modified files:
	lib/elf        : ChangeLog ElfPrstatus.java ElfPrpsinfo.java 
	lib/elf/tests  : TestElf.java 

Log message:
	2007-03-13  Phil Muldoon  <pmuldoon@redhat.com>
	
	* ElfPrstatus.java: Make constructor private. Only
	allow calls from decode.
	* tests/TestElf.java (testElfCorePrpsNotes): Use
	decode function.
	* ElfPrpsinfo.java (decode): New.
	(ElfPrpsinfo): Replace public constructor with private
	constructor. Called from decode.
	(getNoteData): Make CNI declaration static.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ElfPrstatus.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ElfPrpsinfo.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/tests/TestElf.java.diff?cvsroot=frysk&r1=1.20&r2=1.21


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

* frysk-imports/lib/elf ChangeLog ElfPrstatus.ja ...
@ 2007-06-11 23:25 pmuldoon
  0 siblings, 0 replies; 4+ messages in thread
From: pmuldoon @ 2007-06-11 23:25 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	pmuldoon@sourceware.org	2007-06-11 23:25:52

Modified files:
	lib/elf        : ChangeLog ElfPrstatus.java 
	lib/elf/tests  : TestElf.java 

Log message:
	2007-06-11  Phil Muldoon <pmuldoon@redhat.com>
	
	* ElfPrstatus.java (decode): Increment thread counter.
	* tests/TestElf (testElfCorePrstatusNotes): Test decoded
	thread is not null.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ElfPrstatus.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/tests/TestElf.java.diff?cvsroot=frysk&r1=1.22&r2=1.23


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

* frysk-imports/lib/elf ChangeLog ElfPrstatus.ja ...
@ 2007-03-07 23:14 pmuldoon
  0 siblings, 0 replies; 4+ messages in thread
From: pmuldoon @ 2007-03-07 23:14 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	pmuldoon@sourceware.org	2007-03-07 23:14:07

Modified files:
	lib/elf        : ChangeLog ElfPrstatus.java 
	lib/elf/cni    : ElfPrstatus.cxx 
	lib/elf/tests  : TestElf.java 

Log message:
	2007-03-07  Phil Muldoon  <pmuldoon@redhat.com>
	
	* cni/ElfPrstatus.cxx (getNoteData): Rewrite. Return raw note
	data instead of trying to deconstruct.
	* ElfPrstatus.java: Add Timeval variables.
	(decode): New.
	(ElfPrstatus): New constructor, take single note data byte[]
	and parent Elf, and create single thread model.
	* tests/TestElf.java (testElfCorePrpstatusNotes): Remove
	brokenX8664XXX/brokenPpcXXX test limiters.
	Rewrite test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.70&r2=1.71
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ElfPrstatus.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/cni/ElfPrstatus.cxx.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/tests/TestElf.java.diff?cvsroot=frysk&r1=1.19&r2=1.20


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

* frysk-imports/lib/elf ChangeLog ElfPrstatus.ja ...
@ 2006-10-23  0:20 pmuldoon
  0 siblings, 0 replies; 4+ messages in thread
From: pmuldoon @ 2006-10-23  0:20 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	pmuldoon@sourceware.org	2006-10-23 00:20:58

Modified files:
	lib/elf        : ChangeLog 
Added files:
	lib/elf        : ElfPrstatus.java 
	lib/elf/cni    : ElfPrstatus.cxx 

Log message:
	2006-10-22  Phil Muldoon  <pmuldoon@redhat.com>
	
	* ElfPrstatus.java: New file.
	* cni/ElfPrstatus.cxx: Ditto

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ElfPrstatus.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/cni/ElfPrstatus.cxx.diff?cvsroot=frysk&r1=NONE&r2=1.1


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

end of thread, other threads:[~2007-06-11 23:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-13 19:27 frysk-imports/lib/elf ChangeLog ElfPrstatus.ja pmuldoon
  -- strict thread matches above, loose matches on Subject: below --
2007-06-11 23:25 pmuldoon
2007-03-07 23:14 pmuldoon
2006-10-23  0:20 pmuldoon

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).