We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b33b8 commit 068e826Copy full SHA for 068e826
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
@@ -98,11 +98,6 @@ class GDBRemoteCommunicationServerLLGS
98
GDBRemoteCommunication::PacketResult
99
SendStructuredDataPacket(const llvm::json::Value &value);
100
101
- using ProcessCreatedCallback = std::function<void(NativeProcessProtocol *)>;
102
- using ProcessStoppedChangedCallback =
103
- std::function<std::string (GDBRemoteCommunicationServerLLGS &server,
104
- NativeProcessProtocol *process)>;
105
-
106
void InstallPlugin(std::unique_ptr<lldb_server::LLDBServerPlugin> plugin_up);
107
108
void SetPlugin(lldb_server::LLDBServerPlugin *plugin) {
0 commit comments