Searched refs:gdb_notifier (Results 1 – 1 of 1) sorted by relevance
200 gdb_notifier; variable532 for (file_ptr = gdb_notifier.first_file_handler; file_ptr != NULL; in create_file_handler()546 file_ptr->next_file = gdb_notifier.first_file_handler; in create_file_handler()547 gdb_notifier.first_file_handler = file_ptr; in create_file_handler()552 gdb_notifier.num_fds++; in create_file_handler()553 if (gdb_notifier.poll_fds) in create_file_handler()554 gdb_notifier.poll_fds = in create_file_handler()555 (struct pollfd *) xrealloc (gdb_notifier.poll_fds, in create_file_handler()556 (gdb_notifier.num_fds in create_file_handler()559 gdb_notifier.poll_fds = in create_file_handler()[all …]