LLDB mainline
|
This is the complete list of members for lldb_protocol::mcp::MCPError, including all inherited members.
convertToErrorCode() const override | lldb_protocol::mcp::MCPError | |
getMessage() const | lldb_protocol::mcp::MCPError | inline |
ID | lldb_protocol::mcp::MCPError | static |
kInternalError | lldb_protocol::mcp::MCPError | static |
kResourceNotFound | lldb_protocol::mcp::MCPError | static |
log(llvm::raw_ostream &OS) const override | lldb_protocol::mcp::MCPError | |
m_error_code | lldb_protocol::mcp::MCPError | private |
m_message | lldb_protocol::mcp::MCPError | private |
MCPError(std::string message, int64_t error_code=kInternalError) | lldb_protocol::mcp::MCPError | |
toProtocolError() const | lldb_protocol::mcp::MCPError |