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_proc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc
2141
process_info *
child_proc
= child_thread->process ();
local
2143
struct breakpoint **new_list = &
child_proc
->breakpoints;
2144
struct raw_breakpoint **new_raw_list = &
child_proc
->raw_breakpoints;
linux-low.cc
556
process_info *
child_proc
= nullptr;
local
563
child_proc
= add_linux_process (new_pid, 0);
604
gdb_assert (
child_proc
!= NULL);
607
child_proc
->attached = parent_proc->attached;
613
child_proc
->tdesc = tdesc.release ();
616
low_new_fork (parent_proc,
child_proc
);
/src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc
2141
struct process_info *
child_proc
= get_thread_process (child_thread);
local
2143
struct breakpoint **new_list = &
child_proc
->breakpoints;
2144
struct raw_breakpoint **new_raw_list = &
child_proc
->raw_breakpoints;
linux-low.cc
557
process_info *
child_proc
= nullptr;
local
564
child_proc
= add_linux_process (new_pid, 0);
605
gdb_assert (
child_proc
!= NULL);
608
child_proc
->attached = parent_proc->attached;
614
child_proc
->tdesc = tdesc.release ();
617
low_new_fork (parent_proc,
child_proc
);
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026