LLDB mainline
Public Attributes | List of all members
lldb_private::CommandObjectRegexCommand::Entry Struct Reference

#include <CommandObjectRegexCommand.h>

Public Attributes

RegularExpression regex
 
std::string command
 

Detailed Description

Definition at line 47 of file CommandObjectRegexCommand.h.

Member Data Documentation

◆ command

std::string lldb_private::CommandObjectRegexCommand::Entry::command

Definition at line 49 of file CommandObjectRegexCommand.h.

◆ regex

RegularExpression lldb_private::CommandObjectRegexCommand::Entry::regex

Definition at line 48 of file CommandObjectRegexCommand.h.


The documentation for this struct was generated from the following file: