This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/3650] lib/elf bindings need note section reading capability


------- Additional Comments From pmuldoon at redhat dot com  2007-02-13 21:35 -------
2007-02-12  Phil Muldoon  <pmuldoon@redhat.com>
	
	* Elf.java (getRawData): New. Return raw elf data.
	* cni/Elf.cxx (elf_get_raw_data): Return raw byte data.
	
	* tests/TestElf.java (testElfCorePrpsNotes): New.Test Prpsinfo notes.
	(testElfCorePrstatusNotes): New. Test Prstatus notes.
	(testElfCorePrAuxvNotes): New. Test Auxv notes.
	
	* cni/ElfPrpsinfo.cxx (getNoteData): New. Parse raw note
	data and find relevant note section.
	* cni/ElfPrAuxv.cxx (getNoteData): Ditto
	* cni/ElfPrstatus.cxx (getNoteData): Ditto
	* cni/ElfData.cxx (elf_data_create_native): New. Create underlying
	native data structures.
	
	* ElfPrstatus.java (ElfPrstatus): New Constructor.
	(getRawCoreRegisters): New.
	(getThreadData): New.
	(getPrCurSig): Rename.
	* ElfPrpsinfo.java (ElfPrpsinfo): New Constructor.
	* ElfPrAuxv.java (ElfPrAuxv): New Constructor.
	(getAuxvBuffer): Return auxv data in raw form.
	* ElfData.java (ElfData): New constructor to take raw byte[] data
	and package into an ElfData class.
	(setBuffer): Take a size argument.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3650

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]