Identifies the current event facility and the associated event names. Event facilities are available for programs that call Ada routines or that use POSIX threads services. On VAX processors, event facilities are also available for programs that call SCAN routines. Format SHOW EVENT_FACILITY
1 – Description
The current event facility (ADA, THREADS, or SCAN) defines the eventpoints that you can set with the SET BREAK/EVENT and SET TRACE/EVENT commands. The SHOW EVENT_FACILITY command identifies the event names associated with the current event facility. These are the keywords that you can specify with the (SET,CANCEL) BREAK/EVENT and (SET,CANCEL) TRACE/EVENT commands. Related commands: (SET,CANCEL) BREAK/EVENT SET EVENT_FACILITY (SET,CANCEL) TRACE/EVENT SHOW BREAK SHOW TASK SHOW TRACE
2 – Example
DBG> SHOW EVENT_FACILITY event facility is THREADS . . . This command identifies the current event facility to be THREADS (POSIX threads) and lists the associated event names that can be used with SET BREAK/EVENT or SET TRACE/EVENT commands.