Home
last modified time | relevance | path

Searched refs:HandleAsyncStdout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h27 virtual void HandleAsyncStdout(llvm::StringRef out) = 0;
H A DGDBRemoteClientBase.cpp115 delegate.HandleAsyncStdout(inferior_stdout); in SendContinuePacketAndWaitForResponse()
H A DProcessGDBRemote.h437 void HandleAsyncStdout(llvm::StringRef out) override;
H A DProcessGDBRemote.cpp5022 void ProcessGDBRemote::HandleAsyncStdout(llvm::StringRef out) { in HandleAsyncStdout() function in ProcessGDBRemote