OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syscalls_to_catch
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
inferiors.h
71
std::vector<int>
syscalls_to_catch
;
member in struct:process_info
inferiors.h
71
std::vector<int>
syscalls_to_catch
;
member in struct:process_info
linux-low.cc
725
std::vector<int>
syscalls_to_catch
;
local
738
syscalls_to_catch
= std::move (proc->
syscalls_to_catch
);
769
proc->
syscalls_to_catch
= std::move (
syscalls_to_catch
);
2937
return !event_child->thread->process ()->
syscalls_to_catch
.empty ();
2947
if (proc->
syscalls_to_catch
.empty ())
2950
if (proc->
syscalls_to_catch
[0] == ANY_SYSCALL)
2955
for (int iter : proc->
syscalls_to_catch
)
linux-low.cc
725
std::vector<int>
syscalls_to_catch
;
local
738
syscalls_to_catch
= std::move (proc->
syscalls_to_catch
);
769
proc->
syscalls_to_catch
= std::move (
syscalls_to_catch
);
2937
return !event_child->thread->process ()->
syscalls_to_catch
.empty ();
2947
if (proc->
syscalls_to_catch
.empty ())
2950
if (proc->
syscalls_to_catch
[0] == ANY_SYSCALL)
2955
for (int iter : proc->
syscalls_to_catch
)
/src/external/gpl3/gdb/dist/gdbserver/
inferiors.h
70
std::vector<int>
syscalls_to_catch
;
member in struct:process_info
inferiors.h
70
std::vector<int>
syscalls_to_catch
;
member in struct:process_info
linux-low.cc
725
std::vector<int>
syscalls_to_catch
;
local
738
syscalls_to_catch
= std::move (proc->
syscalls_to_catch
);
769
proc->
syscalls_to_catch
= std::move (
syscalls_to_catch
);
2936
return !event_child->thread->process ()->
syscalls_to_catch
.empty ();
2946
if (proc->
syscalls_to_catch
.empty ())
2949
if (proc->
syscalls_to_catch
[0] == ANY_SYSCALL)
2954
for (int iter : proc->
syscalls_to_catch
)
linux-low.cc
725
std::vector<int>
syscalls_to_catch
;
local
738
syscalls_to_catch
= std::move (proc->
syscalls_to_catch
);
769
proc->
syscalls_to_catch
= std::move (
syscalls_to_catch
);
2936
return !event_child->thread->process ()->
syscalls_to_catch
.empty ();
2946
if (proc->
syscalls_to_catch
.empty ())
2949
if (proc->
syscalls_to_catch
[0] == ANY_SYSCALL)
2954
for (int iter : proc->
syscalls_to_catch
)
Completed in 37 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026