aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2015-05-13 20:47:33 +0200
committerJan Kratochvil <jan.kratochvil@redhat.com>2015-05-13 20:49:45 +0200
commit46c03469b37d2ccb6a1eaa3ea4e21c57d07246fc (patch)
tree6e552b82178f9bbf56116455bdedc4aa1e2da165 /gdb/infrun.h
parent8a6c40311297f60ad13827650fdde13da301b505 (diff)
downloadgdb-46c03469b37d2ccb6a1eaa3ea4e21c57d07246fc.zip
gdb-46c03469b37d2ccb6a1eaa3ea4e21c57d07246fc.tar.gz
gdb-46c03469b37d2ccb6a1eaa3ea4e21c57d07246fc.tar.bz2
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.
Diffstat (limited to 'gdb/infrun.h')
-rw-r--r--gdb/infrun.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/infrun.h b/gdb/infrun.h
index 1f09e41..75bb075 100644
--- a/gdb/infrun.h
+++ b/gdb/infrun.h
@@ -73,13 +73,6 @@ enum exec_direction_kind
compatible with make_cleanup_restore_integer. */
extern int execution_direction;
-/* Save register contents here when executing a "finish" command or
- are about to pop a stack dummy frame, if-and-only-if
- proceed_to_finish is set. Thus this contains the return value from
- the called function (assuming values are returned in a
- register). */
-extern struct regcache *stop_registers;
-
extern void start_remote (int from_tty);
/* Clear out all variables saying what to do when inferior is