Searched refs:extra_thread_info (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbsd-uthread.c63 const char *extra_thread_info (struct thread_info *) override;
520 bsd_uthread_target::extra_thread_info (thread_info *info)
519 bsd_uthread_target::extra_thread_info (thread_info *info) function in class:bsd_uthread_target
H A Dtarget-delegates.c70 const char *extra_thread_info (thread_info *arg0) override;
241 const char *extra_thread_info (thread_info *arg0) override;
1784 target_ops::extra_thread_info (thread_info *arg0) function in class:target_ops
1786 return this->beneath ()->extra_thread_info (arg0);
1790 dummy_target::extra_thread_info (thread_info *arg0) function in class:dummy_target
1796 debug_target::extra_thread_info (thread_info *arg0) function in class:debug_target
1799 fprintf_unfiltered (gdb_stdlog, "-> %s->extra_thread_info (...)\n", this->beneath ()->shortname ());
1800 result = this->beneath ()->extra_thread_info (arg0);
1801 fprintf_unfiltered (gdb_stdlog, "<- %s->extra_thread_info (", this->beneath ()->shortname ());
H A Dtarget.h662 virtual const char *extra_thread_info (thread_info *)
1904 (current_top_target ()->extra_thread_info (TP))
H A Dlinux-thread-db.c103 const char *extra_thread_info (struct thread_info *) override;
1662 thread_db_target::extra_thread_info (thread_info *info)
1661 thread_db_target::extra_thread_info (thread_info *info) function in class:thread_db_target
H A Daix-thread.c145 const char *extra_thread_info (struct thread_info *) override;
1772 aix_thread_target::extra_thread_info (struct thread_info *thread) function in class:aix_thread_target
H A Dnto-procfs.c122 const char *extra_thread_info (struct thread_info *) override;
H A Dremote.c487 const char *extra_thread_info (struct thread_info *) override;
3904 remote_target::extra_thread_info (thread_info *tp)
3900 remote_target::extra_thread_info (thread_info *tp) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbsd-uthread.c63 const char *extra_thread_info (struct thread_info *) override;
515 bsd_uthread_target::extra_thread_info (thread_info *info)
514 bsd_uthread_target::extra_thread_info (thread_info *info) function in class:bsd_uthread_target
H A Dlinux-thread-db.c104 const char *extra_thread_info (struct thread_info *) override;
1676 thread_db_target::extra_thread_info (thread_info *info)
1675 thread_db_target::extra_thread_info (thread_info *info) function in class:thread_db_target
H A Dtarget-delegates.c89 const char *extra_thread_info (thread_info *arg0) override;
263 const char *extra_thread_info (thread_info *arg0) override;
1793 target_ops::extra_thread_info (thread_info *arg0) function in class:target_ops
1795 return this->beneath ()->extra_thread_info (arg0);
1799 dummy_target::extra_thread_info (thread_info *arg0) function in class:dummy_target
1805 debug_target::extra_thread_info (thread_info *arg0) function in class:debug_target
1808 gdb_printf (gdb_stdlog, "-> %s->extra_thread_info (...)\n", this->beneath ()->shortname ());
1809 result = this->beneath ()->extra_thread_info (arg0);
1810 gdb_printf (gdb_stdlog, "<- %s->extra_thread_info (", this->beneath ()->shortname ());
H A Daix-thread.c140 const char *extra_thread_info (struct thread_info *) override;
1779 aix_thread_target::extra_thread_info (struct thread_info *thread) function in class:aix_thread_target
H A Dnto-procfs.c122 const char *extra_thread_info (struct thread_info *) override;
H A Dtarget.h675 virtual const char *extra_thread_info (thread_info *)
H A Dtarget.c421 return current_inferior ()->top_target ()->extra_thread_info (tp);
H A Dremote.c483 const char *extra_thread_info (struct thread_info *) override;
4038 remote_target::extra_thread_info (thread_info *tp)
4034 remote_target::extra_thread_info (thread_info *tp) function in class:remote_target

Completed in 367 milliseconds