April 21, 2018
8:06 p.m.
On Sat, 21 Apr 2018 21:15:10 +0800, Yubin Ruan said:
From this, I have a related question, can I treat __builtin_return_address() as a "builtin" stack unwinder (but only check for return addresses, or, where a function is called).
It would seem possible, but it doesn't actually work that way. There's a reason why the kernel includes its own stack unwinder.