This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

[RFA] Submit process record and replay fourth time, 1/8


This patch is add two function pointers interface to GDB architecture
support layer for process record and replay.

This time, I include gdbarch.c and gdbarch.h to patch because I got
some mails about get error in compile about can't find
"process_record".
And "process_record_dasm" was removed according to Pedro's idea
because don't have any arch code (MIPS use it, but MIPS code was
removed in before) use it.  Maybe it will be added back in the future.

2009-03-21  Hui Zhu  <teawater@gmail.com>

	GDBARCH interface for process record and replay.

	* gdbarch.sh (process_record): This interface point to the
	function that records the inferior execute log.
	(process_record_dasm): This interface points to the function
	that will be called to set inferior status according to the
	instruction in replay mode.

	2008-12-28  Michael Snyder  <msnyder@vmware.com>
	* Comments, spelling, white space clean-ups.

Attachment: 1-gdbarch.txt
Description: Text document


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