-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax the checks for "stack-list-*" MI cmd (#46)
Relax the checks for "stack-list-*" MI cmd The "stack-list-*" MI commands were checking whether the thread was stopped. However, for state of some threads would not be stopped even when they clearly are. This was not an issue for non-MI commands since they don't check that the thread is stopped. This change relaxes the checks performed by the MI commands to match the ones by the non-MI commands.
- Loading branch information
1 parent
f2acb1f
commit 2388bd7
Showing
1 changed file
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters