OSDN Git Service

linux-user: avoid treading on gprof's SIGPROF signals
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 2 May 2019 14:58:46 +0000 (15:58 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 10 May 2019 10:44:23 +0000 (12:44 +0200)
commit716cdbe0e846f1b75a1ee629619bfc9337ddb914
tree483c44621ad355e674da325854221520805a1264
parentd87146bce08d3d2ea6c00025d7ee0bfa77991692
linux-user: avoid treading on gprof's SIGPROF signals

The guest tends to get confused when it receives signals it doesn't
know about. Given the gprof magic has also set up it's own handler we
would do well to avoid stomping on it as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20190502145846.26226-1-alex.bennee@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/signal.c