[libunwind] fix unwinding from signal handler (#92291)

In case of this is frame of signal handler, the IP should be
incremented, because the IP saved in the signal handler points to first
non-executed instruction, while FDE/CIE expects IP to be after the first
non-executed instruction.

Refs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26208
NOKEYCHECK=True
GitOrigin-RevId: 7b604cdf75fd1c741a15138684ea0e98dca5e46f
1 file changed
tree: 20287b7708a44999d71e3c89eee3ab6b8d9c2b7c
  1. cmake/
  2. docs/
  3. include/
  4. src/
  5. test/
  6. .clang-format
  7. CMakeLists.txt
  8. LICENSE.TXT