HomeSort by: relevance | last modified time | path
    Searched refs:thread_handle_to_thread_info (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates-gen.c 92 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
269 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
1795 target_ops::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:target_ops
1797 return this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1801 dummy_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:dummy_target
1807 debug_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:debug_target
1809 target_debug_printf_nofunc ("-> %s->thread_handle_to_thread_info (...)", this->beneath ()->shortname ());
1811 = this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1812 target_debug_printf_nofunc ("<- %s->thread_handle_to_thread_info (%s, %s, %s) = %s",
linux-thread-db.c 107 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
target.h 707 virtual thread_info *thread_handle_to_thread_info (const gdb_byte *,
target.c 2619 return target->thread_handle_to_thread_info (thread_handle, handle_len, inf);
remote.c 938 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
15346 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 92 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
273 thread_info *thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) override;
1803 target_ops::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:target_ops
1805 return this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1809 dummy_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:dummy_target
1815 debug_target::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2) function in class:debug_target
1817 target_debug_printf_nofunc ("-> %s->thread_handle_to_thread_info (...)", this->beneath ()->shortname ());
1819 = this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
1820 target_debug_printf_nofunc ("<- %s->thread_handle_to_thread_info (%s, %s, %s) = %s",
linux-thread-db.c 107 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
1690 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
1689 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle, function in class:thread_db_target
target.h 707 virtual thread_info *thread_handle_to_thread_info (const gdb_byte *,
target.c 2630 return target->thread_handle_to_thread_info (thread_handle, handle_len, inf);
remote.c 940 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
15381 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,

Completed in 64 milliseconds