mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:27:20 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user