Add __rseq_exit_point_array section for debuggers
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Mar 2019 15:41:01 +0000 (11:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Mar 2019 19:47:25 +0000 (15:47 -0400)
commit90d9876e779eb089a707c26b455abeadba546fb3
tree083724d2fff682e14aa43c84b37d042f9427a391
parentd78a16c23729fe1c330682a555696cfe1a18bdf3
Add __rseq_exit_point_array section for debuggers

Knowing all exit points is useful to assist debuggers stepping over the
rseq critical sections without requiring them to disassemble the content
of the critical section to figure out the exit points.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/rseq/rseq-arm.h
include/rseq/rseq-arm64.h
include/rseq/rseq-mips.h
include/rseq/rseq-ppc.h
include/rseq/rseq-s390.h
include/rseq/rseq-x86.h
This page took 0.027751 seconds and 4 git commands to generate.