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]


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

/jakob


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