Home
last modified time | relevance | path

Searched refs:linetype (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtracepoint.c813 enum actionline_type linetype; in read_actions() local
850 linetype = validate_actionline (&line, t); in read_actions()
851 if (linetype == BADLINE) in read_actions()
866 if (linetype == STEPPING) /* begin "while-stepping" */ in read_actions()
876 else if (linetype == END) in read_actions()