LLDB mainline
Classes | Namespaces | Typedefs
Options.h File Reference
#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