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

  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 73 bool is_ui; member in struct:file_handler
173 std::string &&name, bool is_ui);
271 std::string &&name, bool is_ui)
291 is_ui);
296 proc, client_data, std::move (name), is_ui);
313 bool is_ui)
373 file_ptr->is_ui = is_ui;
549 event_loop_ui_debug_printf (file_ptr->is_ui,
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 73 bool is_ui; member in struct:file_handler
173 std::string &&name, bool is_ui);
271 std::string &&name, bool is_ui)
291 is_ui);
296 proc, client_data, std::move (name), is_ui);
313 bool is_ui)
373 file_ptr->is_ui = is_ui;
549 event_loop_ui_debug_printf (file_ptr->is_ui,

Completed in 26 milliseconds