Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp113 std::string inferior_stdout; in SendContinuePacketAndWaitForResponse() local
114 response.GetHexByteString(inferior_stdout); in SendContinuePacketAndWaitForResponse()
115 delegate.HandleAsyncStdout(inferior_stdout); in SendContinuePacketAndWaitForResponse()