9#ifndef LLDB_UTILITY_URIPARSER_H
10#define LLDB_UTILITY_URIPARSER_H
12#include "llvm/ADT/StringRef.h"
24 std::optional<uint16_t>
port;
32 static std::optional<URI>
Parse(llvm::StringRef uri);
35llvm::raw_ostream &
operator<<(llvm::raw_ostream &
OS,
const URI &U);
A class that represents a running process on the host machine.
Stream & operator<<(Stream &s, const Mangled &obj)
static std::optional< URI > Parse(llvm::StringRef uri)
bool operator==(const URI &R) const
std::optional< uint16_t > port