GDBserver
|
#include <gdbthread.h>
Public Attributes | |
struct inferior_list_entry | entry |
void * | target_data |
void * | regcache_data |
enum resume_kind | last_resume_kind |
struct target_waitstatus | last_status |
struct wstep_state * | while_stepping |
struct btrace_target_info * | btrace |
Definition at line 27 of file gdbthread.h.
Definition at line 65 of file gdbthread.h.
Referenced by handle_btrace_disable(), handle_btrace_enable(), handle_qxfer_btrace(), and remove_thread().
Definition at line 29 of file gdbthread.h.
Referenced by add_thread(), find_thread_ptid(), gdb_id_to_thread_id(), get_thread_process(), handle_btrace_enable(), regcache_invalidate(), thread_to_gdb_id(), tracepoint_finished_step(), and tracepoint_was_hit().
enum resume_kind thread_info::last_resume_kind |
Definition at line 34 of file gdbthread.h.
Referenced by add_thread(), attach_inferior(), cancel_breakpoints_callback(), count_events_callback(), gdb_wants_thread_stopped(), handle_target_event(), linux_attach(), linux_set_resume_request(), linux_stabilize_threads(), linux_wait_1(), linux_wait_for_event(), move_out_of_jump_pad_callback(), myresume(), need_step_over_p(), proceed_one_lwp(), select_event_lwp_callback(), select_singlestep_lwp_callback(), start_inferior(), status_pending_p_callback(), and stuck_in_jump_pad_callback().
struct target_waitstatus thread_info::last_status |
Definition at line 37 of file gdbthread.h.
Referenced by add_thread(), attach_inferior(), cancel_breakpoints_callback(), count_events_callback(), gdb_wants_thread_stopped(), get_detach_signal(), handle_target_event(), handle_v_cont(), linux_resume_one_thread(), linux_set_resume_request(), myresume(), proceed_one_lwp(), queue_stop_reply_callback(), select_event_lwp_callback(), select_singlestep_lwp_callback(), start_inferior(), and status_pending_p_callback().
Definition at line 31 of file gdbthread.h.
Referenced by inferior_regcache_data(), and set_inferior_regcache_data().
void* thread_info::target_data |
Definition at line 30 of file gdbthread.h.
Referenced by add_thread(), inferior_target_data(), and set_inferior_target_data().
Definition at line 62 of file gdbthread.h.
Referenced by add_while_stepping_state(), release_while_stepping_state_list(), and tracepoint_finished_step().