Home
last modified time | relevance | path

Searched refs:on_new_thread (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-interp.h53 void on_new_thread (thread_info *t) override;
Dmi-interp.c266 mi_interp::on_new_thread (thread_info *t) in on_new_thread() function
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinterps.h126 virtual void on_new_thread (thread_info *t) {} in on_new_thread() function
Dinterps.c426 interps_notify (&interp::on_new_thread, t); in interps_notify_new_thread()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git46623 gdb: add interp::on_new_thread method