Home
last modified time | relevance | path

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

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