|
LLDB mainline
|
#include <OptionGroupWatchpoint.h>
Public Types | |
| enum | WatchType { eWatchInvalid = 0 , eWatchRead , eWatchWrite , eWatchModify , eWatchReadWrite } |
| eWatchRead == LLDB_WATCH_TYPE_READ eWatchWrite == LLDB_WATCH_TYPE_WRITE eWatchModify == LLDB_WATCH_TYPE_MODIFY eWatchReadWrite == LLDB_WATCH_TYPE_READ | LLDB_WATCH_TYPE_WRITE More... | |
Public Member Functions | |
| OptionGroupWatchpoint ()=default | |
| ~OptionGroupWatchpoint () override=default | |
| llvm::ArrayRef< OptionDefinition > | GetDefinitions () override |
| Status | SetOptionValue (uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context) override |
| void | OptionParsingStarting (ExecutionContext *execution_context) override |
| Public Member Functions inherited from lldb_private::OptionGroup | |
| OptionGroup ()=default | |
| virtual | ~OptionGroup ()=default |
| virtual Status | OptionParsingFinished (ExecutionContext *execution_context) |
Public Attributes | |
| WatchType | watch_type |
| OptionValueUInt64 | watch_size |
| bool | watch_type_specified |
| lldb::LanguageType | language_type |
Private Member Functions | |
| OptionGroupWatchpoint (const OptionGroupWatchpoint &)=delete | |
| const OptionGroupWatchpoint & | operator= (const OptionGroupWatchpoint &)=delete |
Definition at line 19 of file OptionGroupWatchpoint.h.
eWatchRead == LLDB_WATCH_TYPE_READ eWatchWrite == LLDB_WATCH_TYPE_WRITE eWatchModify == LLDB_WATCH_TYPE_MODIFY eWatchReadWrite == LLDB_WATCH_TYPE_READ | LLDB_WATCH_TYPE_WRITE
| Enumerator | |
|---|---|
| eWatchInvalid | |
| eWatchRead | |
| eWatchWrite | |
| eWatchModify | |
| eWatchReadWrite | |
Definition at line 36 of file OptionGroupWatchpoint.h.
|
default |
Referenced by operator=(), and OptionGroupWatchpoint().
|
overridedefault |
|
privatedelete |
References OptionGroupWatchpoint().
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 111 of file OptionGroupWatchpoint.cpp.
References g_option_table.
|
privatedelete |
References OptionGroupWatchpoint().
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 103 of file OptionGroupWatchpoint.cpp.
References lldb::eLanguageTypeUnknown, eWatchInvalid, language_type, watch_size, watch_type, and watch_type_specified.
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 61 of file OptionGroupWatchpoint.cpp.
References lldb::eLanguageTypeUnknown, error(), lldb_private::Status::FromErrorStringWithFormat(), g_option_table, lldb_private::Language::GetLanguageTypeFromString(), lldb_private::StreamString::GetString(), language_type, lldb_private::Stream::Printf(), lldb_private::Language::PrintSupportedLanguagesForExpressions(), lldb_private::Status, lldb_private::OptionArgParser::ToOptionEnum(), watch_size, watch_type, and watch_type_specified.
| lldb::LanguageType lldb_private::OptionGroupWatchpoint::language_type |
Definition at line 47 of file OptionGroupWatchpoint.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
| OptionValueUInt64 lldb_private::OptionGroupWatchpoint::watch_size |
Definition at line 45 of file OptionGroupWatchpoint.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
| WatchType lldb_private::OptionGroupWatchpoint::watch_type |
Definition at line 44 of file OptionGroupWatchpoint.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
| bool lldb_private::OptionGroupWatchpoint::watch_type_specified |
Definition at line 46 of file OptionGroupWatchpoint.h.
Referenced by OptionParsingStarting(), and SetOptionValue().