Re: [DynInst_API:] [PATCH] dyninstAPI_RT: export more symbols to be found by dyninstAPI

2014-05-21 Thread Bill Williams
On 05/21/2014 02:36 PM, Josh Stone wrote: On 05/21/2014 12:20 PM, Bill Williams wrote: A virtuous patch, though I admit some confusion: I believe that the trap table variables should already be exported on the v8.2 branch... Oh, I didn't say explicitly, but yes this patch and my others are for

Re: [DynInst_API:] [PATCH] dyninstAPI_RT: export more symbols to be found by dyninstAPI

2014-05-21 Thread Josh Stone
On 05/21/2014 12:20 PM, Bill Williams wrote: > A virtuous patch, though I admit some confusion: I believe that the trap > table variables should already be exported on the v8.2 branch... Oh, I didn't say explicitly, but yes this patch and my others are for the v8.2 branch. I don't see any existi

Re: [DynInst_API:] [PATCH] dyninstAPI_RT: export more symbols to be found by dyninstAPI

2014-05-21 Thread Bill Williams
A virtuous patch, though I admit some confusion: I believe that the trap table variables should already be exported on the v8.2 branch... On 05/21/2014 02:16 PM, Josh Stone wrote: With -fvisibility=hidden and rpm stripping, some of the symbols in dyninstAPI_RT can't be found. This patch adds D

[DynInst_API:] [PATCH] dyninstAPI_RT: export more symbols to be found by dyninstAPI

2014-05-21 Thread Josh Stone
With -fvisibility=hidden and rpm stripping, some of the symbols in dyninstAPI_RT can't be found. This patch adds DLLEXPORT to every name in the unstripped symbol table which is referenced by string "name" in libdyninstAPI.so, hopefully allowing all necessary dynamic lookups. --- dyninstAPI_RT/h/d