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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c72 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
243 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
1836 target_ops::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:target_ops
1838 return this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1842 dummy_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:dummy_target
1848 debug_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:debug_target
1851 fprintf_unfiltered (gdb_stdlog, "-> %s->thread_handle_to_thread_info (...)\n", this->beneath ()->shortname ());
1852 result = this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1853 fprintf_unfiltered (gdb_stdlog, "<- %s->thread_handle_to_thread_info (", this->beneath ()->shortname ());
H A Dlinux-thread-db.c106 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
1679 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
1678 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle, function in class:thread_db_target
H A Dtarget.h666 virtual thread_info *thread_handle_to_thread_info (const gdb_byte *,
H A Dtarget.c2045 return current_top_target ()->thread_handle_to_thread_info (thread_handle,
H A Dremote.c491 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
14108 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
14093 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle, function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c107 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
1693 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
1692 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle, function in class:thread_db_target
H A Dtarget-delegates.c91 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
265 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
1845 target_ops::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:target_ops
1847 return this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1851 dummy_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:dummy_target
1857 debug_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:debug_target
1860 gdb_printf (gdb_stdlog, "-> %s->thread_handle_to_thread_info (...)\n", this->beneath ()->shortname ());
1861 result = this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1862 gdb_printf (gdb_stdlog, "<- %s->thread_handle_to_thread_info (", this->beneath ()->shortname ());
H A Dtarget.h679 virtual thread_info *thread_handle_to_thread_info (const gdb_byte *,
H A Dtarget.c2622 return target->thread_handle_to_thread_info (thread_handle, handle_len, inf);
H A Dremote.c487 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
14377 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,

Completed in 418 milliseconds