Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp202 llvm::function_ref<void(llvm::StringRef)> output_callback) { in SendPacketAndReceiveResponseWithOutputSupport() argument
218 output_callback); in SendPacketAndReceiveResponseWithOutputSupport()
H A DGDBRemoteClientBase.h60 llvm::function_ref<void(llvm::StringRef)> output_callback);
H A DGDBRemoteCommunication.h198 llvm::function_ref<void(llvm::StringRef)> output_callback);
H A DGDBRemoteCommunication.cpp229 llvm::function_ref<void(llvm::StringRef)> output_callback) { in ReadPacketWithOutputSupport() argument
236 output_callback(output); in ReadPacketWithOutputSupport()