Branch: refs/heads/welton_diogenes
Home: https://github.com/dyninst/dyninst
Commit: ec4f8cdcb0ba33287dd12cd77f67cca5f1b9cd29
https://github.com/dyninst/dyninst/commit/ec4f8cdcb0ba33287dd12cd77f67cca5f1b9cd29
Author: Benjamin Welton <welton@xxxxxxxxxxx>
Date: 2018-11-27 (Tue, 27 Nov 2018)
Changed paths:
M proccontrol/src/process.C
Log Message:
-----------
int_process::waitAndHandleEvents now follows block parameter (if false)
If the block parameter is set to false, this function will no longer block (by setting "should_block = false").
No changes are made if block flag is set to true, the existing calculation for "should_block" will be used
(this is until clarification is given as to why should_block was ignored to begin with)
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
|