OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_lwp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc
783
struct lwp_info *
child_lwp
;
local
814
child_lwp
= find_lwp_pid (ptid_t (child->pid));
815
child_lwp_info =
child_lwp
->arch_private;
linux-low.cc
566
lwp_info *
child_lwp
= add_lwp (child_ptid);
local
567
gdb_assert (
child_lwp
!= NULL);
568
child_lwp
->stopped = 1;
570
child_lwp
->must_set_ptrace_flags = 1;
571
child_lwp
->status_pending_p = 0;
573
thread_info *child_thr =
child_lwp
->thread;
583
child_lwp
->suspended = 1;
639
event_lwp->relative =
child_lwp
;
640
child_lwp
->relative = event_lwp;
665
child_lwp
->stop_expected = 1
[
all
...]
/src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc
783
struct lwp_info *
child_lwp
;
local
814
child_lwp
= find_lwp_pid (ptid_t (child->pid));
815
child_lwp_info =
child_lwp
->arch_private;
linux-low.cc
566
lwp_info *
child_lwp
= add_lwp (child_ptid);
local
567
gdb_assert (
child_lwp
!= NULL);
568
child_lwp
->stopped = 1;
570
child_lwp
->must_set_ptrace_flags = 1;
571
child_lwp
->status_pending_p = 0;
573
thread_info *child_thr =
child_lwp
->thread;
583
child_lwp
->suspended = 1;
639
event_lwp->relative =
child_lwp
;
640
child_lwp
->relative = event_lwp;
665
child_lwp
->stop_expected = 1
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
linux-nat.c
3714
int
child_lwp
= child_ptid.lwp ();
3716
kill_one_lwp (
child_lwp
);
3717
kill_wait_one_lwp (
child_lwp
);
3708
int
child_lwp
= child_ptid.lwp ();
local
/src/external/gpl3/gdb/dist/gdb/
linux-nat.c
3714
int
child_lwp
= child_ptid.lwp ();
3716
kill_one_lwp (
child_lwp
);
3717
kill_wait_one_lwp (
child_lwp
);
3708
int
child_lwp
= child_ptid.lwp ();
local
Completed in 54 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026