OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windows_process
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c
148
static windows_per_inferior
windows_process
;
variable
256
=
windows_process
.thread_rec (inferior_ptid, DONT_INVALIDATE_CONTEXT);
559
if ((th =
windows_process
.thread_rec (ptid, DONT_INVALIDATE_CONTEXT)))
566
if (
windows_process
.wow64_process)
570
windows_process
.thread_list.emplace_back (th);
595
windows_process
.thread_list.clear ();
623
auto iter = std::find_if (
windows_process
.thread_list.begin (),
624
windows_process
.thread_list.end (),
630
if (iter !=
windows_process
.thread_list.end ())
631
windows_process
.thread_list.erase (iter)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
windows-nat.c
147
static windows_per_inferior
windows_process
;
variable
255
=
windows_process
.thread_rec (inferior_ptid, DONT_INVALIDATE_CONTEXT);
563
if ((th =
windows_process
.thread_rec (ptid, DONT_INVALIDATE_CONTEXT)))
570
if (
windows_process
.wow64_process)
574
windows_process
.thread_list.emplace_back (th);
599
windows_process
.thread_list.clear ();
627
auto iter = std::find_if (
windows_process
.thread_list.begin (),
628
windows_process
.thread_list.end (),
634
if (iter !=
windows_process
.thread_list.end ())
635
windows_process
.thread_list.erase (iter)
[
all
...]
Completed in 19 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026