Searched refs:new_thread (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dhand-call-new-thread.c38 new_thread (void) function
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dhand-call-new-thread.c38 new_thread (void) function
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dinferiors.cc37 struct thread_info *new_thread = XCNEW (struct thread_info); local
39 new_thread->id = thread_id;
40 new_thread->last_resume_kind = resume_continue;
41 new_thread->last_status.kind = TARGET_WAITKIND_IGNORE;
43 all_threads.push_back (new_thread);
46 current_thread = new_thread;
48 new_thread->target_data = target_data;
50 return new_thread;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dinferiors.cc44 thread_info *new_thread = new thread_info (thread_id, target_data); local
46 all_threads.push_back (new_thread);
49 switch_to_thread (new_thread);
51 return new_thread;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c2394 rtx new_thread;
2425 new_thread = thread = try_split (PATTERN (thread), thread, 0);
2484 if (new_thread == trial)
2485 new_thread = thread;
2493 new_thread = next_active_insn (trial);
2512 if (new_thread == old_trial)
2513 new_thread = trial;
2526 if (new_thread == old_trial)
2527 new_thread = trial;
2557 if (new_thread
2373 rtx new_thread; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc2313 rtx new_thread;
2344 new_thread = thread = try_split (PATTERN (thread), thread, 0);
2425 if (new_thread == trial)
2426 new_thread = thread;
2434 new_thread = next_active_insn (trial);
2453 if (new_thread == old_trial)
2454 new_thread = trial;
2467 if (new_thread == old_trial)
2468 new_thread = trial;
2495 if (new_thread
2292 rtx new_thread; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobservable.c51 DEFINE_OBSERVABLE (new_thread); variable
H A Dobservable.h124 extern observable<struct thread_info */* t */> new_thread;
H A Dnto-procfs.c328 update_thread_private_data_name (struct thread_info *new_thread, argument
331 nto_thread_info *pti = get_nto_thread_info (new_thread);
334 gdb_assert (new_thread != NULL);
339 new_thread->priv.reset (pti);
346 update_thread_private_data (struct thread_info *new_thread, argument
354 gdb_assert (new_thread != NULL);
373 update_thread_private_data_name (new_thread, tn->name_buf);
375 nto_thread_info *pti = get_nto_thread_info (new_thread);
389 struct thread_info *new_thread; local
412 new_thread
[all...]
H A Dthread.c246 new_thread (struct inferior *inf, ptid_t ptid) function
282 tp = new_thread (inf, ptid);
283 gdb::observers::new_thread.notify (tp);
H A Drecord-btrace.c310 gdb::observers::new_thread.attach (record_btrace_enable_warn,
321 gdb::observers::new_thread.detach (record_btrace_thread_observer_token);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobservable.h127 extern observable<struct thread_info */* t */> new_thread;
H A Dobservable.c52 DEFINE_OBSERVABLE (new_thread); variable
H A Dnto-procfs.c328 update_thread_private_data_name (struct thread_info *new_thread, argument
331 nto_thread_info *pti = get_nto_thread_info (new_thread);
334 gdb_assert (new_thread != NULL);
339 new_thread->priv.reset (pti);
346 update_thread_private_data (struct thread_info *new_thread, argument
354 gdb_assert (new_thread != NULL);
373 update_thread_private_data_name (new_thread, tn->name_buf);
375 nto_thread_info *pti = get_nto_thread_info (new_thread);
389 struct thread_info *new_thread; local
412 new_thread
[all...]
H A Dthread.c245 new_thread (struct inferior *inf, ptid_t ptid) function
281 tp = new_thread (inf, ptid);
282 gdb::observers::new_thread.notify (tp);
H A Drecord-btrace.c309 gdb::observers::new_thread.attach (record_btrace_on_new_thread,
321 gdb::observers::new_thread.detach (record_btrace_thread_observer_token);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-inferior.c343 if (evregpy_no_listeners_p (gdb_py_events.new_thread))
349 || evpy_emit_event (event.get (), gdb_py_events.new_thread) < 0)
907 gdb::observers::new_thread.attach (add_thread_object);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-inferior.c350 if (evregpy_no_listeners_p (gdb_py_events.new_thread))
358 || evpy_emit_event (event.get (), gdb_py_events.new_thread) < 0)
815 gdb::observers::new_thread.attach (add_thread_object, "py-inferior");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-interp.c1346 gdb::observers::new_thread.attach (mi_new_thread);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-interp.c1332 gdb::observers::new_thread.attach (mi_new_thread, "mi-interp");

Completed in 399 milliseconds