forward a termination status in OSX environment to rake task

This commit is contained in:
Watson
2013-08-07 23:50:02 +09:00
parent 8e4e4ddb18
commit b59e6bee89

View File

@@ -1279,6 +1279,8 @@ main(int argc, char **argv)
start_capture(delegate);
[osx_task waitUntilExit];
int status = [osx_task terminationStatus];
exit(status);
}
else {
// Run the gdb process.