OSDN Git Service

Make nested signal more generic
authorDave Allison <dallison@google.com>
Fri, 29 Aug 2014 19:06:16 +0000 (12:06 -0700)
committerDave Allison <dallison@google.com>
Thu, 4 Sep 2014 17:27:48 +0000 (10:27 -0700)
commit0c2894b5db7ad9ccc44f2ac37034cdc2bb05cda7
treef0b95af077b55ee06bc9b3b1f4a4d04c743a5f13
parent5355835411cafcc2772e061cb7aef3b8ca1e6ea1
Make nested signal more generic

This moves the nested signal catching code up to a slightly higher
level in the fault manager.  Originally it was down in the DumpJavaStack
function but it needs to be up in the caller of that to allow for other
handlers like the stack dumper.

Change-Id: I31029f555dd9b501f4b5c0ed5c95777004873126
runtime/fault_handler.cc