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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c814 enum actionline_type linetype; local
856 linetype = validate_actionline (&line, t);
857 if (linetype == BADLINE)
872 if (linetype == STEPPING) /* begin "while-stepping" */
882 else if (linetype == END)

Completed in 46 milliseconds