Searched refs:thread_info_to_thread_handle (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c73 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *arg0) override;
244 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *arg0) override;
1866 target_ops::thread_info_to_thread_handle (struct thread_info *arg0) function in class:target_ops
1868 return this->beneath ()->thread_info_to_thread_handle (arg0);
1872 dummy_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:dummy_target
1878 debug_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:debug_target
1881 fprintf_unfiltered (gdb_stdlog, "-> %s->thread_info_to_thread_handle (...)\n", this->beneath ()->shortname ());
1882 result = this->beneath ()->thread_info_to_thread_handle (arg0);
1883 fprintf_unfiltered (gdb_stdlog, "<- %s->thread_info_to_thread_handle (", this->beneath ()->shortname ());
H A Dlinux-thread-db.c109 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *) override;
1714 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp)
1713 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp) function in class:thread_db_target
H A Dtarget.h671 virtual gdb::byte_vector thread_info_to_thread_handle (struct thread_info *)
H A Dtarget.c2054 return current_top_target ()->thread_info_to_thread_handle (tip);
H A Dremote.c495 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *tp)
14131 remote_target::thread_info_to_thread_handle (struct thread_info *tp)
14116 remote_target::thread_info_to_thread_handle (struct thread_info *tp) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c110 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *) override;
1728 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp)
1727 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp) function in class:thread_db_target
H A Dtarget-delegates.c92 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *arg0) override;
266 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *arg0) override;
1875 target_ops::thread_info_to_thread_handle (struct thread_info *arg0) function in class:target_ops
1877 return this->beneath ()->thread_info_to_thread_handle (arg0);
1881 dummy_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:dummy_target
1887 debug_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:debug_target
1890 gdb_printf (gdb_stdlog, "-> %s->thread_info_to_thread_handle (...)\n", this->beneath ()->shortname ());
1891 result = this->beneath ()->thread_info_to_thread_handle (arg0);
1892 gdb_printf (gdb_stdlog, "<- %s->thread_info_to_thread_handle (", this->beneath ()->shortname ());
H A Dtarget.h684 virtual gdb::byte_vector thread_info_to_thread_handle (struct thread_info *)
H A Dtarget.c2632 return target->thread_info_to_thread_handle (tip);
H A Dremote.c491 gdb::byte_vector thread_info_to_thread_handle (struct thread_info *tp)
14400 remote_target::thread_info_to_thread_handle (struct thread_info *tp)

Completed in 415 milliseconds