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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 573 thread_info *child_thr = child_lwp->thread; local
609 clone_all_breakpoints (child_thr, event_thr);
654 delete_single_step_breakpoints (child_thr);
657 gdb_assert (!has_single_step_breakpoints (child_thr));
695 child_thr->last_resume_kind = resume_stop;
696 child_thr->last_status.set_stopped (GDB_SIGNAL_0);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 573 thread_info *child_thr = child_lwp->thread; local
609 clone_all_breakpoints (child_thr, event_thr);
654 delete_single_step_breakpoints (child_thr);
657 gdb_assert (!has_single_step_breakpoints (child_thr));
695 child_thr->last_resume_kind = resume_stop;
696 child_thr->last_status.set_stopped (GDB_SIGNAL_0);

Completed in 25 milliseconds