| /src/external/gpl3/gdb/dist/gdb/ |
| linux-nat.h | 150 virtual void low_new_thread (struct lwp_info *) 160 virtual void low_new_fork (struct lwp_info *parent, pid_t child_pid) 164 virtual void low_new_clone (struct lwp_info *parent, pid_t child_lwp) 179 virtual void low_prepare_to_resume (struct lwp_info *) 207 struct lwp_info : intrusive_list_node<lwp_info> struct in inherits:intrusive_list_node 209 lwp_info (ptid_t ptid) function in struct:lwp_info 213 ~lwp_info (); 215 DISABLE_COPY_AND_ASSIGN (lwp_info); 293 /* lwp_info iterator and range types. * [all...] |
| linux-nat.c | 286 static int stop_callback (struct lwp_info *lp); 291 struct lwp_info; 292 static struct lwp_info *add_lwp (ptid_t ptid); 295 static struct lwp_info *find_lwp_pid (ptid_t ptid); 297 static int lwp_status_pending_p (struct lwp_info *lp); 299 static bool is_lwp_marked_dead (lwp_info *lp); 301 static void save_stop_reason (struct lwp_info *lp); 310 is_leader (lwp_info *lp) 318 pending_status_str (lwp_info *lp) 331 report_exit_events_for (lwp_info *lp [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-nat.h | 150 virtual void low_new_thread (struct lwp_info *) 160 virtual void low_new_fork (struct lwp_info *parent, pid_t child_pid) 164 virtual void low_new_clone (struct lwp_info *parent, pid_t child_lwp) 179 virtual void low_prepare_to_resume (struct lwp_info *) 207 struct lwp_info : intrusive_list_node<lwp_info> struct in inherits:intrusive_list_node 209 lwp_info (ptid_t ptid) function in struct:lwp_info 213 ~lwp_info (); 215 DISABLE_COPY_AND_ASSIGN (lwp_info); 293 /* lwp_info iterator and range types. * [all...] |
| linux-nat.c | 286 static int stop_callback (struct lwp_info *lp); 291 struct lwp_info; 292 static struct lwp_info *add_lwp (ptid_t ptid); 295 static struct lwp_info *find_lwp_pid (ptid_t ptid); 297 static int lwp_status_pending_p (struct lwp_info *lp); 299 static bool is_lwp_marked_dead (lwp_info *lp); 301 static void save_stop_reason (struct lwp_info *lp); 310 is_leader (lwp_info *lp) 318 pending_status_str (lwp_info *lp) 331 report_exit_events_for (lwp_info *lp [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.h | 135 struct lwp_info; 336 int handle_extended_wait (lwp_info **orig_event_lwp, int wstat); 339 to report. Is so, store it as a pending status in the lwp_info structure 373 void stop_all_lwps (int suspend, lwp_info *except); 378 void unstop_all_lwps (int unsuspend, lwp_info *except); 389 void start_step_over (lwp_info *lwp); 402 bool finish_step_over (lwp_info *lwp); 413 bool maybe_move_out_of_jump_pad (lwp_info *lwp, int *wstat); 449 CORE_ADDR get_pc (lwp_info *lwp); 456 bool save_stop_reason (lwp_info *lwp) 743 struct lwp_info struct [all...] |
| linux-arm-low.cc | 109 void low_new_thread (lwp_info *) override; 115 void low_prepare_to_resume (lwp_info *lwp) override; 574 struct lwp_info *lwp = get_thread_lwp (thread); 700 struct lwp_info *lwp = get_thread_lwp (current_thread); 735 struct lwp_info *lwp = get_thread_lwp (current_thread); 757 arm_target::low_new_thread (lwp_info *lwp) 783 struct lwp_info *child_lwp; 853 arm_target::low_prepare_to_resume (lwp_info *lwp) 859 struct arch_lwp_info *lwp_info = lwp->arch_private; local 863 if (lwp_info->bpts_changed[i] [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.h | 135 struct lwp_info; 336 int handle_extended_wait (lwp_info **orig_event_lwp, int wstat); 339 to report. Is so, store it as a pending status in the lwp_info structure 373 void stop_all_lwps (int suspend, lwp_info *except); 378 void unstop_all_lwps (int unsuspend, lwp_info *except); 389 void start_step_over (lwp_info *lwp); 402 bool finish_step_over (lwp_info *lwp); 413 bool maybe_move_out_of_jump_pad (lwp_info *lwp, int *wstat); 449 CORE_ADDR get_pc (lwp_info *lwp); 456 bool save_stop_reason (lwp_info *lwp) 740 struct lwp_info struct [all...] |
| linux-arm-low.cc | 109 void low_new_thread (lwp_info *) override; 115 void low_prepare_to_resume (lwp_info *lwp) override; 574 struct lwp_info *lwp = get_thread_lwp (thread); 700 struct lwp_info *lwp = get_thread_lwp (current_thread); 735 struct lwp_info *lwp = get_thread_lwp (current_thread); 757 arm_target::low_new_thread (lwp_info *lwp) 783 struct lwp_info *child_lwp; 825 arm_target::low_prepare_to_resume (lwp_info *lwp) 831 struct arch_lwp_info *lwp_info = lwp->arch_private; local 835 if (lwp_info->bpts_changed[i] [all...] |