btrace(8): fix lexer to allow whitespace after filters.
authordv <dv@openbsd.org>
Thu, 28 Apr 2022 21:04:24 +0000 (21:04 +0000)
committerdv <dv@openbsd.org>
Thu, 28 Apr 2022 21:04:24 +0000 (21:04 +0000)
commit3a7894169cadeecbd627ae421538c469e712196d
treec58f37cc036a6fe1983037ffabc522e7dc640a06
parent74884328f3c80ad3609802236d5c0c80f39f2a57
btrace(8): fix lexer to allow whitespace after filters.

Whitespace is allowed after the closing slash of a filter and before
the opening brace of an action. This makes the lexer scan ahead and
collect any whitespace and newlines into the end of filter token.

ok mpi@
usr.sbin/btrace/bt_parse.y