Also recognize __sighndlr on Solaris/x86
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Sun, 23 Sep 2018 17:49:14 +0000 (19:49 +0200)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Sun, 23 Sep 2018 17:49:14 +0000 (19:49 +0200)
commit1db88d2272a776200db950c2af46e64e98ef056b
treec3c494200b62545427cd1447553c5f284bcb85e5
parenta44294f5ed9fe09fdfc9427f6f83677843590524
Also recognize __sighndlr on Solaris/x86

Unlike Solaris/SPARC, the __sighndlr function isn't recognized as part
of a signal handler, causing a couple of testcases to fail.

The following patch fixes that.  A followup patch will move this to
common code to avoid such unnecessary discrepancies between
Solaris/SPARC and x86 in the future.

While this fixes a couple of backtraces to now correctly print

#1  <signal handler called>

they often fail later with

#2  0x0ff3ffffff00857f in ?? ()
Backtrace stopped: Cannot access memory at address 0xff3000002e0886f

which needs further investigation.

Tested on amd64-pc-solaris2.11 (running the tests with both -m64 and
-m32).

* amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
__sighndlr.
* i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
gdb/ChangeLog
gdb/amd64-sol2-tdep.c
gdb/i386-sol2-tdep.c
This page took 0.029288 seconds and 4 git commands to generate.