Profiler on linux: use SA_RESTART signal flag to have most of the syscalls restarted...
authorvitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Oct 2010 12:45:46 +0000 (12:45 +0000)
committervitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Oct 2010 12:45:46 +0000 (12:45 +0000)
commit9a1c80e452e787b6c36a6121d47342ddef135974
tree23452b66dabeaa47885d4e001fa644304a799279
parent81a3f7bfb50bf76290ee48bb2342c5beda2d7618
Profiler on linux: use SA_RESTART signal flag to have most of the syscalls restarted for us.

This change keeps the interactive shell alive.

Review URL: http://codereview.chromium.org/4197002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5720 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/platform-linux.cc