vlib: save signal handler data to global vbls 70/29370/2
authorDave Barach <dave@barachs.net>
Fri, 9 Oct 2020 14:17:22 +0000 (10:17 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 9 Oct 2020 16:52:13 +0000 (16:52 +0000)
Turns out that clang is a bit too enthusiastic about mapping static
variables to registers, which makes it hard to extract (especially)
the faulting VA from an optimized core file.

Type: improvement

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I836e5d9695aeb4c5ee4a27f9565acf08ee4eaac0


No differences found