Home
last modified time | relevance | path

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

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