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]

Re: GDB MI Reverse Commands added [1 of 3]


Jakob Engblom wrote:
2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>

	* mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
	frame architecture instead of current_gdbarch.
	(mi_cmd_data_list_changed_registers): Likewise.
	(mi_cmd_data_list_register_values): Likewise.  Pass selected
	frame to get_register.

Here is the changelog entry for the actual commands:


mi/
* mi-main.c: Added the --reverse flag to the following MI commands:
exec-continue, exec-finish, exec-next, exec-step, exec-next-instruction,
exec-step-instruction. This is to support reverse execution over the MI
interface to gdb. (th@virtutech.com).

Thanks Jakob. Still looking for an author's name. Something of this form (assuming you were the author):

2009-08-31 Jakob Engblom <jakob@virtutech.com>

Have we asked you about copyright assignment yet?


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