Re: [Crash-utility] [PATCH V2] extensions: add extend -s option to show all available shared object file

2020-03-03 Thread Dave Anderson
Thanks Wang -- queued for crash-7.2.9: https://github.com/crash-utility/crash/commit/5dfbc7aa27392a095b207d31654cec7db94dd810 Dave - Original Message - > When we load extensions, sometime we do not know the exact name of the shared > object file. > > This patch add -s option

[Crash-utility] [PATCH V2] extensions: add extend -s option to show all available shared object file

2020-03-02 Thread Wang Long
When we load extensions, sometime we do not know the exact name of the shared object file. This patch add -s option for extend cmd to show all available shared object file. for example: crash> extend -s ./trace.so /usr/lib64/crash/extensions/dminfo.so /usr/lib64/crash/extensions/echo.so