Searched refs:OnDebugString (Results 1 – 8 of 8) sorted by relevance
59 void LocalDebugDelegate::OnDebugString(const std::string &string) { in OnDebugString() function in LocalDebugDelegate61 process->OnDebugString(string); in OnDebugString()
38 virtual void OnDebugString(const std::string &string) = 0;
175 void OnDebugString(const std::string &string) override { in OnDebugString() function176 m_process.OnDebugString(string); in OnDebugString()
54 void OnDebugString(const std::string &message) override;
62 virtual void OnDebugString(const std::string &string);
95 void OnDebugString(const std::string &string) override;
533 void ProcessDebugger::OnDebugString(const std::string &string) {} in OnDebugString() function in lldb_private::ProcessDebugger
811 void ProcessWindows::OnDebugString(const std::string &string) {} in OnDebugString() function in lldb_private::ProcessWindows