summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test_utils.h
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2018-04-03 15:55:46 -0700
committerAlex Light <allight@google.com>2018-04-04 08:07:26 -0700
commitd3a5f949690fac6e02580adf36627cf31803faf2 (patch)
treec3eb086f6e83f8165692143fe637e6a853fb03a0 /compiler/optimizing/codegen_test_utils.h
parent39d9c2f83e522e7f3b1c719388b7471599b3b585 (diff)
Ensure that art_sigsegv_fault is never inlined
We were incorrectly inlining the art_sigsegv_fault function into FaultManager::HandleFault. This is a problem because we want native debuggers to break on this function instead of stopping on SIGSEGV, since we use those for various internal functions. By setting the art_sigsegv_fault function to be NO_INLINE we should not have this problem. Test: Manual inspection of libart.so Bug: 77528455 Merged-In: I77753cf79966011d7bfbea056bb4efc3f55d64df Change-Id: I77753cf79966011d7bfbea056bb4efc3f55d64df (cherry picked from commit 9cc68edcbd7c19505c33ea9053e9d499ed11ce02)
Diffstat (limited to 'compiler/optimizing/codegen_test_utils.h')
0 files changed, 0 insertions, 0 deletions