Searched refs:notice_new_inferior (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinferior.h220 extern void notice_new_inferior (struct thread_info *, int, int);
H A Dinfcmd.c2697 notice_new_inferior (thread_info *thr, int leave_running, int from_tty)
2688 notice_new_inferior (thread_info *thr, int leave_running, int from_tty) function
H A Dremote.c2543 notice_new_inferior (new_thr, executing, 0);
4494 notice_new_inferior (thread, thread->state == THREAD_RUNNING,
4808 (see notice_new_inferior). */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinferior.h241 extern void notice_new_inferior (struct thread_info *, bool, int);
H A Dinfcmd.c2751 notice_new_inferior (thread_info *thr, bool leave_running, int from_tty)
2742 notice_new_inferior (thread_info *thr, bool leave_running, int from_tty) function
H A Dremote.c2683 notice_new_inferior (new_thr, executing, 0);
4641 notice_new_inferior (thread, thread->state == THREAD_RUNNING,
4997 (see notice_new_inferior). */

Completed in 319 milliseconds