|
GDBserver
|
#include "target.h"
Public Attributes | |
| ptid_t | thread |
| enum resume_kind | kind |
| int | sig |
| CORE_ADDR | step_range_start |
| CORE_ADDR | step_range_end |
| enum resume_kind thread_resume::kind |
Definition at line 47 of file target.h.
Referenced by handle_v_cont(), linux_resume_one_thread(), linux_set_resume_request(), lynx_continue(), lynx_resume(), myresume(), nto_resume(), target_continue(), target_continue_no_signal(), target_stop_and_wait(), and win32_resume().
| int thread_resume::sig |
Definition at line 54 of file target.h.
Referenced by handle_v_cont(), linux_resume_one_thread(), lynx_continue(), lynx_resume(), myresume(), nto_resume(), target_continue(), target_continue_no_signal(), target_stop_and_wait(), and win32_resume().
| CORE_ADDR thread_resume::step_range_end |
Definition at line 63 of file target.h.
Referenced by handle_v_cont(), and linux_set_resume_request().
| CORE_ADDR thread_resume::step_range_start |
Definition at line 62 of file target.h.
Referenced by handle_v_cont(), and linux_set_resume_request().
| ptid_t thread_resume::thread |
Definition at line 44 of file target.h.
Referenced by child_continue(), continue_one_thread(), handle_pending_status(), handle_v_cont(), lynx_continue(), lynx_resume(), myresume(), nto_resume(), resume(), suspend_one_thread(), target_continue(), target_continue_no_signal(), target_stop_and_wait(), visit_actioned_threads(), and win32_resume().
1.8.14