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] Resubmit process record and replay, 1/10


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

2008-11-16  Hui Zhu  <teawater@gmail.com>

	GDBARCH interface for process record and replay.

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

 gdbarch.sh |    4 ++++
 1 file changed, 4 insertions(+)

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]