Re: [PATCH] scripts/decode_stacktrace: Strip basepath from all paths.

2020-07-20 Thread Stephen Boyd
Quoting Pi-Hsun Shih (2020-07-20 01:27:07) > Currently the basepath is removed only from the beginning of the string. > When the symbol is inlined and there's multiple line outputs of > addr2line, only the first line would have basepath removed. > > Change to remove the basepath prefix from all

[PATCH] scripts/decode_stacktrace: Strip basepath from all paths.

2020-07-20 Thread Pi-Hsun Shih
Currently the basepath is removed only from the beginning of the string. When the symbol is inlined and there's multiple line outputs of addr2line, only the first line would have basepath removed. Change to remove the basepath prefix from all lines. Fixes: 31013836a71e