unwind section
Christophe de Dinechin
ddd at cup.hp.com
Thu Jul 6 17:47:54 UTC 2000
"Narayanaswamy, Ravi" wrote:
>
> Could someone tell me how can I get the beginning of
> unwind section at run time in C++ program. Is there any symbol that
> identifies the beginning and end of this section?
>
What we currently do is:
- for static builds, there is a special symbol
- for dynamic builds, we ask our dynamic loader to find the unwind section for a
given load module (from the IP)
This is invoked by the (low level) unwind library for the target system, which
uses a private interface to dld. We discussed it during the meetings, and it
seemed OK to have this private interface under the hood.
Regards
Christophe
More information about the cxx-abi-dev
mailing list