|
LLDB mainline
|
#include <set>#include <vector>#include "lldb/Utility/Args.h"#include "lldb/Utility/CompletionRequest.h"#include "lldb/Utility/OptionDefinition.h"#include "lldb/Utility/Status.h"#include "lldb/lldb-defines.h"#include "lldb/lldb-private.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringRef.h"Go to the source code of this file.
Classes | |
| struct | lldb_private::OptionArgElement |
| class | lldb_private::Options |
| A command line option parsing protocol class. More... | |
| class | lldb_private::OptionGroup |
| class | lldb_private::OptionGroupOptions |
| struct | lldb_private::OptionGroupOptions::OptionInfo |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Typedefs | |
| typedef std::vector< std::tuple< std::string, int, std::string > > | lldb_private::OptionArgVector |
| typedef std::shared_ptr< OptionArgVector > | lldb_private::OptionArgVectorSP |
| typedef std::vector< OptionArgElement > | lldb_private::OptionElementVector |
Functions | |
| llvm::Error | lldb_private::CreateOptionParsingError (llvm::StringRef option_arg, const char short_option, llvm::StringRef long_option={}, llvm::StringRef additional_context={}) |
| Creates an error that represents the failure to parse an command line option argument. | |
Variables | |
| static constexpr llvm::StringLiteral | lldb_private::g_bool_parsing_error_message |
| static constexpr llvm::StringLiteral | lldb_private::g_int_parsing_error_message |
| static constexpr llvm::StringLiteral | lldb_private::g_language_parsing_error_message |