Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp203 llvm::function_ref<void(llvm::StringRef)> output_callback) { in SendPacketAndReceiveResponseWithOutputSupport() argument
220 output_callback); in SendPacketAndReceiveResponseWithOutputSupport()
H A DGDBRemoteClientBase.h60 llvm::function_ref<void(llvm::StringRef)> output_callback);
H A DGDBRemoteCommunication.h170 llvm::function_ref<void(llvm::StringRef)> output_callback);
H A DGDBRemoteCommunication.cpp212 llvm::function_ref<void(llvm::StringRef)> output_callback) { in ReadPacketWithOutputSupport() argument
219 output_callback(output); in ReadPacketWithOutputSupport()