Re: [BUGFIX PATCH 1/4] perf probe: Skip end-of-sequence and non statement lines

From: Arnaldo Carvalho de Melo
Date: Wed Nov 06 2019 - 15:04:12 EST


Em Wed, Oct 30, 2019 at 04:09:21PM +0900, Masami Hiramatsu escreveu:
> Skip end-of-sequence and non-statement lines while walking
> through lines list.
>
> The "end-of-sequence" line information means
> "the current address is that of the first byte after the
> end of a sequence of target machine instructions."
> (DWARF version 4 spec 6.2.2)
> This actually means out of scope and we can not probe on it.

Thanks, tested before and after and applied,

- Arnaldo