Home
last modified time | relevance | path

Searched defs:DoSignal (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1220 virtual Status DoSignal(int signal) { DoSignal() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3301 Status ProcessGDBRemote::DoSignal(int signo) { DoSignal() function in ProcessGDBRemote