Re: [PATCH v2] scripts/gdb: Handle split debug for vmlinux

From: Stephen Boyd
Date: Thu Oct 28 2021 - 18:49:01 EST


Quoting Douglas Anderson (2021-10-28 15:11:38)
> This is related to two previous changes. Commit dfe4529ee4d3
> ("scripts/gdb: find vmlinux where it was before") and commit
> da036ae14762 ("scripts/gdb: handle split debug").
>
> Although Chrome OS has been using the debug suffix for modules for a
> while, it has just recently started using it for vmlinux as well. That
> means we've now got to improve the detection of "vmlinux" to also
> handle that it might end with ".debug".
>
> Cc: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
> ---

Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>