LLDB mainline
|
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
Enumerations | |
enum class | lldb_private::NameMatch { lldb_private::Ignore , lldb_private::Equals , lldb_private::Contains , lldb_private::StartsWith , lldb_private::EndsWith , lldb_private::RegularExpression } |
Functions | |
bool | lldb_private::NameMatches (llvm::StringRef name, NameMatch match_type, llvm::StringRef match) |