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

/freebsd-10.3-release/contrib/gdb/gdb/
H A Devent-loop.h83 #define GDB_EXCEPTION (1<<3) macro
H A Devent-loop.c469 create_file_handler (fd, GDB_READABLE | GDB_EXCEPTION, proc, client_data);
538 if (mask & GDB_EXCEPTION)
610 if (file_ptr->mask & GDB_EXCEPTION)
708 if (file_ptr->ready_mask & GDB_EXCEPTION)
843 mask |= GDB_EXCEPTION;

Completed in 102 milliseconds