OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vstop_event
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
server.cc
190
struct vstop_notif *
vstop_event
= (struct vstop_notif *) event;
local
192
return
vstop_event
->ptid.matches (filter_ptid);
237
struct vstop_notif *
vstop_event
= (struct vstop_notif *) event;
local
239
if (
vstop_event
->ptid.matches (filter_ptid))
243
if ((
vstop_event
->status.kind () == TARGET_WAITKIND_FORKED
244
||
vstop_event
->status.kind () == TARGET_WAITKIND_VFORKED
245
||
vstop_event
->status.kind () == TARGET_WAITKIND_THREAD_CLONED)
246
&&
vstop_event
->status.child_ptid ().matches (filter_ptid))
/src/external/gpl3/gdb.old/dist/gdbserver/
server.cc
190
struct vstop_notif *
vstop_event
= (struct vstop_notif *) event;
local
192
return
vstop_event
->ptid.matches (filter_ptid);
237
struct vstop_notif *
vstop_event
= (struct vstop_notif *) event;
local
239
if (
vstop_event
->ptid.matches (filter_ptid))
243
if ((
vstop_event
->status.kind () == TARGET_WAITKIND_FORKED
244
||
vstop_event
->status.kind () == TARGET_WAITKIND_VFORKED
245
||
vstop_event
->status.kind () == TARGET_WAITKIND_THREAD_CLONED)
246
&&
vstop_event
->status.child_ptid ().matches (filter_ptid))
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026