HomeSort by: relevance | last modified time | path
    Searched defs:extra_thread_info (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
bsd-uthread.c 63 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
aix-thread.c 135 const char *extra_thread_info (struct thread_info *) override;
2007 aix_thread_target::extra_thread_info (struct thread_info *thread) function in class:aix_thread_target
linux-thread-db.c 104 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
amd-dbgapi-target.c 278 const char *extra_thread_info (thread_info *tp) override;
614 amd_dbgapi_target::extra_thread_info (thread_info *tp) function in class:amd_dbgapi_target
617 beneath ()->extra_thread_info (tp);
target-delegates-gen.c 90 const char *extra_thread_info (thread_info *arg0) override;
267 const char *extra_thread_info (thread_info *arg0) override;
1745 target_ops::extra_thread_info (thread_info *arg0) function in class:target_ops
1747 return this->beneath ()->extra_thread_info (arg0);
1751 dummy_target::extra_thread_info (thread_info *arg0) function in class:dummy_target
1757 debug_target::extra_thread_info (thread_info *arg0) function in class:debug_target
1759 target_debug_printf_nofunc ("-> %s->extra_thread_info (...)", this->beneath ()->shortname ());
1761 = this->beneath ()->extra_thread_info (arg0);
1762 target_debug_printf_nofunc ("<- %s->extra_thread_info (%s) = %s",
remote.c 934 const char *extra_thread_info (struct thread_info *) override;
4392 remote_target::extra_thread_info (thread_info *tp)
4389 remote_target::extra_thread_info (thread_info *tp) function in class:remote_target
  /src/external/gpl3/gdb.old/dist/gdb/
bsd-uthread.c 63 const char *extra_thread_info (struct thread_info *) override;
516 bsd_uthread_target::extra_thread_info (thread_info *info)
515 bsd_uthread_target::extra_thread_info (thread_info *info) function in class:bsd_uthread_target
aix-thread.c 136 const char *extra_thread_info (struct thread_info *) override;
2010 aix_thread_target::extra_thread_info (struct thread_info *thread) function in class:aix_thread_target
linux-thread-db.c 103 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
amd-dbgapi-target.c 278 const char *extra_thread_info (thread_info *tp) override;
614 amd_dbgapi_target::extra_thread_info (thread_info *tp) function in class:amd_dbgapi_target
617 beneath ()->extra_thread_info (tp);
target-delegates.c 90 const char *extra_thread_info (thread_info *arg0) override;
267 const char *extra_thread_info (thread_info *arg0) override;
1745 target_ops::extra_thread_info (thread_info *arg0) function in class:target_ops
1747 return this->beneath ()->extra_thread_info (arg0);
1751 dummy_target::extra_thread_info (thread_info *arg0) function in class:dummy_target
1757 debug_target::extra_thread_info (thread_info *arg0) function in class:debug_target
1759 target_debug_printf_nofunc ("-> %s->extra_thread_info (...)", this->beneath ()->shortname ());
1761 = this->beneath ()->extra_thread_info (arg0);
1762 target_debug_printf_nofunc ("<- %s->extra_thread_info (%s) = %s",
remote.c 907 const char *extra_thread_info (struct thread_info *) override;
4368 remote_target::extra_thread_info (thread_info *tp)
4365 remote_target::extra_thread_info (thread_info *tp) function in class:remote_target

Completed in 65 milliseconds