public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core lib/unwind/cni/PtraceAccessors.cxx  ...
@ 2007-03-30 19:59 npremji
  0 siblings, 0 replies; 3+ messages in thread
From: npremji @ 2007-03-30 19:59 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Branch: 	npremji-libunwind-find-proc-info-20070329-branch
Changes by:	npremji@sourceware.org	2007-03-30 20:59:41

Modified files:
	lib/unwind/cni : PtraceAccessors.cxx UnwindH.hxx 
	                 UnwindNative.cxx UnwindX86.cxx 
	lib/unwind     : UnwindX86.java ProcInfo.java UnwindNative.java 
	                 Cursor.java Unwind.java 
	frysk/rt       : StackAccessors.java Frame.java TestFrame.java 

Log message:
	trying to bind dwarf_extract_proc_info_from_fde

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/PtraceAccessors.cxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.10&r2=1.10.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/UnwindH.hxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.4&r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/UnwindNative.cxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.13&r2=1.13.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/UnwindX86.cxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.4&r2=1.4.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/UnwindX86.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/ProcInfo.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.5&r2=1.5.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/UnwindNative.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.7&r2=1.7.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/Cursor.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.5&r2=1.5.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/Unwind.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.7&r2=1.7.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/StackAccessors.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.7&r2=1.7.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/Frame.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.2&r2=1.2.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestFrame.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-find-proc-info-20070329-branch&r1=1.4&r2=1.4.4.1


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

* frysk-core lib/unwind/cni/PtraceAccessors.cxx  ...
@ 2007-03-02 19:43 npremji
  0 siblings, 0 replies; 3+ messages in thread
From: npremji @ 2007-03-02 19:43 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Branch: 	npremji-libunwind-20070228-branch
Changes by:	npremji@sourceware.org	2007-03-02 19:43:43

Modified files:
	lib/unwind/cni : PtraceAccessors.cxx UnwindNative.cxx 
	lib/unwind     : ProcInfo.java TestUnwind.java 
	frysk/rt       : TestFrame.java 
Added files:
	lib/unwind/cni : ProcInfo.cxx 

Log message:
	Changed ProcInfo to contain an int error and a RawDataManaged procInfo variable.
	
	Removed unnecessary imports from TestFrame.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/ProcInfo.cxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/PtraceAccessors.cxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.7.2.1&r2=1.7.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/UnwindNative.cxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.10.2.1&r2=1.10.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/ProcInfo.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/TestUnwind.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.4.2.2&r2=1.4.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestFrame.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.1.4.2&r2=1.1.4.3


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

* frysk-core lib/unwind/cni/PtraceAccessors.cxx  ...
@ 2007-03-01 20:37 npremji
  0 siblings, 0 replies; 3+ messages in thread
From: npremji @ 2007-03-01 20:37 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Branch: 	npremji-libunwind-20070228-branch
Changes by:	npremji@sourceware.org	2007-03-01 20:37:04

Modified files:
	lib/unwind/cni : PtraceAccessors.cxx 
	lib/unwind     : Accessors.java ProcName.java TestUnwind.java 
	                 PtraceAccessors.java 
	frysk/rt       : StackAccessors.java TestFrame.java 
	frysk/proc     : Register.java 

Log message:
	make accessor methods protected so they can be extended outside of package.
	Add logging.
	
	Add method in register to get bytes for a register.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/PtraceAccessors.cxx.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.7&r2=1.7.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/Accessors.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.4.2.1&r2=1.4.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/ProcName.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/TestUnwind.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.4.2.1&r2=1.4.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/PtraceAccessors.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.3.2.1&r2=1.3.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/StackAccessors.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.1.2.1&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestFrame.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.1.4.1&r2=1.1.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Register.java.diff?cvsroot=frysk&only_with_tag=npremji-libunwind-20070228-branch&r1=1.12.14.1&r2=1.12.14.2


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

end of thread, other threads:[~2007-03-30 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-30 19:59 frysk-core lib/unwind/cni/PtraceAccessors.cxx npremji
  -- strict thread matches above, loose matches on Subject: below --
2007-03-02 19:43 npremji
2007-03-01 20:37 npremji

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