-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hoist code on marking thread as exited
This patch hoists code on marking thread as exited, so more code is shared for two different paths (thread_info is deleted or is not deleted). gdb: 2017-04-10 Yao Qi <[email protected]> * thread.c (delete_thread_1): Hoist code on marking thread as exited.
- Loading branch information
Yao Qi
committed
Apr 10, 2017
1 parent
947fa91
commit 8c25b49
Showing
2 changed files
with
17 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2017-04-10 Yao Qi <[email protected]> | ||
|
||
* thread.c (delete_thread_1): Hoist code on marking thread as | ||
exited. | ||
|
||
2017-04-09 Simon Marchi <[email protected]> | ||
|
||
* windows-nat.c (windows_detach): Initialize ptid with | ||
|
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