HomeSort by: relevance | last modified time | path
    Searched defs:gdb_notifier (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 94 /* Gdb_notifier is just a list of file descriptors gdb is interested in.
98 only support SELECT. Each of the elements in the gdb_notifier list is
146 gdb_notifier; variable in typeref:struct:__anon21133
319 for (file_ptr = gdb_notifier.first_file_handler; file_ptr != NULL;
333 file_ptr->next_file = gdb_notifier.first_file_handler;
334 gdb_notifier.first_file_handler = file_ptr;
339 gdb_notifier.num_fds++;
344 gdb_notifier.poll_fds.push_back (new_fd);
350 FD_SET (fd, &gdb_notifier.check_masks[0]);
352 FD_CLR (fd, &gdb_notifier.check_masks[0])
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 94 /* Gdb_notifier is just a list of file descriptors gdb is interested in.
98 only support SELECT. Each of the elements in the gdb_notifier list is
146 gdb_notifier; variable in typeref:struct:__anon761
319 for (file_ptr = gdb_notifier.first_file_handler; file_ptr != NULL;
333 file_ptr->next_file = gdb_notifier.first_file_handler;
334 gdb_notifier.first_file_handler = file_ptr;
339 gdb_notifier.num_fds++;
344 gdb_notifier.poll_fds.push_back (new_fd);
350 FD_SET (fd, &gdb_notifier.check_masks[0]);
352 FD_CLR (fd, &gdb_notifier.check_masks[0])
    [all...]

Completed in 22 milliseconds