Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp181 llvm::function_ref<void(llvm::StringRef)> output_callback) { in SendPacketAndReceiveResponseWithOutputSupport() argument
198 output_callback); in SendPacketAndReceiveResponseWithOutputSupport()
H A DGDBRemoteClientBase.h54 llvm::function_ref<void(llvm::StringRef)> output_callback);
H A DGDBRemoteCommunication.h167 llvm::function_ref<void(llvm::StringRef)> output_callback);
H A DGDBRemoteCommunication.cpp220 llvm::function_ref<void(llvm::StringRef)> output_callback) { in ReadPacketWithOutputSupport() argument
227 output_callback(output); in ReadPacketWithOutputSupport()