HomeSort by: relevance | last modified time | path
    Searched defs:syscalls_to_catch (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
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)
  /src/external/gpl3/gdb.old/dist/gdbserver/
inferiors.h 66 std::vector<int> syscalls_to_catch; member in struct:process_info
linux-low.cc 727 std::vector<int> syscalls_to_catch; local
740 syscalls_to_catch = std::move (proc->syscalls_to_catch);
771 proc->syscalls_to_catch = std::move (syscalls_to_catch);
2944 return !proc->syscalls_to_catch.empty ();
2954 if (proc->syscalls_to_catch.empty ())
2957 if (proc->syscalls_to_catch[0] == ANY_SYSCALL)
2962 for (int iter : proc->syscalls_to_catch)

Completed in 31 milliseconds