CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/30 01:41:45
Modified files:
usr.sbin/btrace: bt_parse.y bt_parser.h btrace.c
regress/usr.sbin/btrace: if.bt if.ok
Log message:
Implement else branching logic including 'else if'.
Statement lists for if & else conditions are now wrapped in a new
'struct bt_cond'. Handling B_AC_TEST statements moved to stmt_eval()
to handle nested conditional statements.
>From Christian Ludwig christian_ludwig at genua.de
