Home
last modified time | relevance | path

Searched defs:SendEventData (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2513 virtual Status SendEventData(const char *data) { in SendEventData() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1142 lldb::SBError SBProcess::SendEventData(const char *event_data) { in SendEventData() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3847 Status ProcessGDBRemote::SendEventData(const char *data) { in SendEventData() function in ProcessGDBRemote