This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4 0/3] Introduce stap options --sysroot and --sysenv


On 03/08/2012 06:48 AM, Wade Farnsworth wrote:
> This patchset introduces --sysroot and --sysenv options for stap, which
> improve functionality in environments where the compiling system differs
> from the one running the probes.
> 
> See Patch 1/3's description for more details on what has been implemented.
> 
> v2 - Implemented several improvements per Josh Stone's comments.
> v3 - Further improvements per Josh Stone.  Include documentation and test cases
>      for the new options.
> v4 - Add more detail to the man page for --sysroot to clarify which paths
>      are affected.
>    - Changed handling of paths where both sysroot and non-
>      sysroot versions are needed so that it's clear which version we're tracking.
>    - Store the sysenv variable as map<string, string> instead of
>      <string, char*>.
>     
> 
> Wade Farnsworth (3):
>   PR12331: Introduce stap options --sysroot and --sysenv
>   PR12331: Document --sysroot and --sysenv
>   PR12331: Add testcase for --sysroot and --sysenv

Thanks, these are now merged and pushed.  I did have to fix some
conflicts with commit 372c6458, but I think I did that right. :)

Josh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]