Home
last modified time | relevance | path

Searched refs:OnDebugString (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp59 void LocalDebugDelegate::OnDebugString(const std::string &string) { in OnDebugString() function in LocalDebugDelegate
61 process->OnDebugString(string); in OnDebugString()
H A DIDebugDelegate.h38 virtual void OnDebugString(const std::string &string) = 0;
H A DNativeProcessWindows.h175 void OnDebugString(const std::string &string) override { in OnDebugString() function
176 m_process.OnDebugString(string); in OnDebugString()
H A DLocalDebugDelegate.h54 void OnDebugString(const std::string &message) override;
H A DProcessDebugger.h62 virtual void OnDebugString(const std::string &string);
H A DProcessWindows.h95 void OnDebugString(const std::string &string) override;
H A DProcessDebugger.cpp533 void ProcessDebugger::OnDebugString(const std::string &string) {} in OnDebugString() function in lldb_private::ProcessDebugger
H A DProcessWindows.cpp811 void ProcessWindows::OnDebugString(const std::string &string) {} in OnDebugString() function in lldb_private::ProcessWindows