Remove stop_registers
Now stop_registers are no longer used and it can be removed. I am not much sure what 'proceed_to_finish' really means now so I make a wild guess while updating comments about it. gdb/ChangeLog 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> * gdbthread.h (struct thread_control_state): Update comment for proceed_to_finish. * infcall.c (run_inferior_call): Update comment about proceed_to_finish. * infcmd.c (get_return_value): Update comment about stop_registers. (finish_forward): Update comment about proceed_to_finish. * infrun.c (stop_registers): Remove. (clear_proceed_status, normal_stop): Remove stop_registers handling. * infrun.h (stop_registers): Remove.
This commit is contained in:
parent
8a6c403112
commit
46c03469b3
6 changed files with 16 additions and 38 deletions
|
@ -398,7 +398,7 @@ run_inferior_call (struct thread_info *call_thread, CORE_ADDR real_pc)
|
|||
|
||||
disable_watchpoints_before_interactive_call_start ();
|
||||
|
||||
/* We want stop_registers, please... */
|
||||
/* We want to print return value, please... */
|
||||
call_thread->control.proceed_to_finish = 1;
|
||||
|
||||
TRY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue