| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-thread-exited.py | 31 event.inferior_thread.global_num 36 event.inferior_thread.global_num 40 event.inferior_thread.global_num
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | dw2-inline-with-lexical-scope.c | 25 int global_num = 0; variable 32 global_num = 42; in func()
|
| D | dw2-inline-with-lexical-scope.exp | 41 set global_num_addr [gdb_target_symbol global_num]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-interp.c | 272 t->global_num, t->inf->num); in on_new_thread() 284 t->global_num, t->inf->num); in on_thread_exited() 427 mi_uiout->field_signed ("thread-id", tp->global_num); in on_normal_stop() 432 mi_uiout->field_signed (NULL, tp->global_num); in on_normal_stop() 638 thread->global_num); in mi_output_running() 861 tp->global_num); in on_user_selected_context_changed()
|
| D | mi-main.c | 586 current_thread = tp->global_num; in mi_cmd_thread_list_ids() 589 current_uiout->field_signed ("thread-id", tp->global_num); in mi_cmd_thread_list_ids()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | thread.c | 183 delete_longjmp_breakpoint_at_next_stop (tp->global_num); in clear_thread_inferior_resources() 348 this->global_num = ++highest_thread_num; in thread_info() 562 if (tp->global_num == global_id) in find_thread_global_id() 644 if (tp->global_num == global_id) in valid_global_thread_id() 1050 in_list = number_is_in_list (requested_threads, thr->global_num); in should_print_thread() 1124 uiout->field_signed ("id", tp->global_num); in do_print_thread() 1297 uiout->field_signed ("current-thread-id", current_thread->global_num); in print_thread_info_1() 2079 inferior_thread ()->global_num); in print_selected_thread_frame() 2205 int_val = tp->global_num; in thread_num_make_value_helper()
|
| D | annotate.c | 246 t->global_num, t->inf->num); in annotate_thread_exited()
|
| D | infcmd.c | 908 delete_longjmp_breakpoint (thread->global_num); in clean_up() 1317 delete_longjmp_breakpoint (thread->global_num); in clean_up() 1345 int thread = tp->global_num; in until_next_command() 1386 sm = new until_next_fsm (command_interp (), tp->global_num); in until_next_command() 1632 delete_longjmp_breakpoint (thread->global_num); in clean_up()
|
| D | dummy-frame.c | 131 if (b->thread == dummy->id.thread->global_num in pop_dummy_frame_bpt()
|
| D | gdbthread.h | 299 int global_num; variable
|
| D | breakpoint.c | 3376 if (b.thread == tp->global_num && user_breakpoint_p (&b)) in remove_threaded_breakpoints() 5599 if ((b->thread != -1 && b->thread != thread->global_num) in bpstat_check_breakpoint_conditions() 7665 int thread = tp->global_num; in set_longjmp_breakpoint() 7727 int thread = inferior_thread ()->global_num; in set_longjmp_breakpoint_for_call_dummy() 7765 if (b.type == bp_longjmp_call_dummy && b.thread == tp->global_num) in check_longjmp_breakpoint_for_call_dummy() 7868 inferior_thread ()->global_num); in set_std_terminate_breakpoint() 8307 inferior_thread ()->global_num)); in set_momentary_breakpoint() 9024 *thread = thr->global_num; in find_condition_and_thread() 10374 thread = thr->global_num; in watch_command_1() 10928 thread = tp->global_num; in until_break_command() [all …]
|
| D | elfread.c | 960 int thread_id = inferior_thread ()->global_num; in elf_gnu_ifunc_resolver_stop()
|
| D | ada-tasks.c | 1188 uiout->field_signed ("thread-id", thread->global_num); in print_ada_task_info()
|
| D | varobj.c | 359 var->root->thread_id = inferior_thread ()->global_num; in varobj_create()
|
| D | infrun.c | 2840 tp->global_num); in resume_1() 6868 deprecated_context_hook (ecs->event_thread->global_num); in handle_signal_stop() 9073 ecs->event_thread->global_num); in keep_going_pass_signal()
|
| D | record-btrace.c | 399 if (args == NULL || *args == 0 || number_is_in_list (args, tp->global_num)) in record_btrace_target_open()
|
| D | ChangeLog-2016 | 10003 * gdbthread.h (struct thread_info) <global_num>: Mention 10016 * gdbthread.h (struct thread_info) <global_num>: Mention "info 10024 * NEWS: Mention InferiorThread.global_num. 10026 (thread_object_getset): Register "global_num". 10049 'global_num. Add new fields 'per_inf_num' and 'inf'.
|
| D | NEWS | 3225 ** gdb.InferiorThread objects have a new attribute "global_num",
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-finishbreakpoint.c | 234 thread = inferior_thread ()->global_num; in bpfinishpy_init()
|
| D | py-infthread.c | 179 = gdb_py_object_from_longest (thread_obj->thread->global_num); in thpy_get_global_num()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.info-9 | 1478 * InferiorThread.global_num: Threads In Python. (line 35)
|
| D | python.texi | 4122 @defvar InferiorThread.global_num
|
| D | ChangeLog-1991-2021 | 2288 (Threads In Python): Document new InferiorThread.global_num
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/ |
| D | ChangeLog-2014-2021 | 17795 * gdb.multi/tids.exp: Test InferiorThread.global_num and 17797 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 43287 global_num, name, num and ptid (the 3-attribute tuple provided by 43311 - global_num: The GDB assigned global thread number
|