Revert "X86: reverse-finish fix"

This reverts commit b22548ddb30bfb167708e82d3bb932461c1b703a.

This patch is being reverted since the patch series is causing regressions.
This commit is contained in:
Carl Love
2023-01-18 11:13:17 -05:00
parent 15d2b36c5b
commit b986eec55f
13 changed files with 106 additions and 230 deletions

View File

@ -150,6 +150,10 @@ struct thread_control_state
the finished single step. */
int trap_expected = 0;
/* Nonzero if the thread is being proceeded for a "finish" command
or a similar situation when return value should be printed. */
int proceed_to_finish = 0;
/* Nonzero if the thread is being proceeded for an inferior function
call. */
int in_infcall = 0;