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

  /src/external/gpl3/gdb/dist/gdb/
thread.c 1348 IT_OPTS as context. */
1351 make_info_threads_options_def_group (info_threads_opts *it_opts)
1353 return {{info_threads_option_defs}, it_opts};
1365 info_threads_opts it_opts; local
1367 auto grp = make_info_threads_options_def_group (&it_opts);
1371 print_thread_info_1 (current_uiout, arg, 0, -1, it_opts.show_global_ids);
  /src/external/gpl3/gdb.old/dist/gdb/
thread.c 1337 IT_OPTS as context. */
1340 make_info_threads_options_def_group (info_threads_opts *it_opts)
1342 return {{info_threads_option_defs}, it_opts};
1354 info_threads_opts it_opts; local
1356 auto grp = make_info_threads_options_def_group (&it_opts);
1360 print_thread_info_1 (current_uiout, arg, 0, -1, it_opts.show_global_ids);

Completed in 44 milliseconds