Home
last modified time | relevance | path

Searched refs:OptionGroupFormat (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp27 OptionGroupFormat::OptionGroupFormat (lldb::Format default_format, in OptionGroupFormat() function in OptionGroupFormat
38 OptionGroupFormat::~OptionGroupFormat () in ~OptionGroupFormat()
52 OptionGroupFormat::GetNumDefinitions () in GetNumDefinitions()
65 OptionGroupFormat::GetDefinitions () in GetDefinitions()
71 OptionGroupFormat::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue()
208 OptionGroupFormat::ParserGDBFormatLetter (CommandInterpreter &interpreter, char format_letter, Form… in ParserGDBFormatLetter()
243 OptionGroupFormat::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting()
DCMakeLists.txt14 OptionGroupFormat.cpp
DAndroid.mk23 OptionGroupFormat.cpp \
/external/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h28 class OptionGroupFormat : public OptionGroup
36 OptionGroupFormat (lldb::Format default_format,
41 ~OptionGroupFormat ();
/external/lldb/source/Commands/
DCommandObjectMemory.cpp126 FinalizeSettings (Target *target, OptionGroupFormat& format_options) in FinalizeSettings()
348OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupFormat::OPTION_GROUP_COUNT, in CommandObjectMemoryRead()
351 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectMemoryRead()
355 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryRead()
891 OptionGroupFormat m_format_options;
897 OptionGroupFormat m_prev_format_options;
1026 … m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT, LLDB_OPT_SET_1); in CommandObjectMemoryWrite()
1027 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_SIZE , LLDB_OPT_SET_1|L… in CommandObjectMemoryWrite()
1349 OptionGroupFormat m_format_options;
DCommandObjectRegister.cpp70 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForm… in CommandObjectRegisterRead()
347 OptionGroupFormat m_format_options;
DCommandObjectFrame.cpp332 …m_option_group.Append (&m_option_format, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForma… in CommandObjectFrameVariable()
599 OptionGroupFormat m_option_format;
DCommandObjectExpression.h90 OptionGroupFormat m_format_options;
DCommandObjectExpression.cpp211 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForm… in CommandObjectExpression()
DCommandObjectTarget.cpp639 …m_option_group.Append (&m_option_format, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForma… in CommandObjectTargetVariable()
963 OptionGroupFormat m_option_format;
DCommandObjectType.cpp415 OptionGroupFormat m_format_options;
473 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT, LLDB_OPT_SET_ALL… in CommandObjectTypeFormatAdd()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj441 …368AE38006DC050 /* OptionGroupFormat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BCFC5113…
1330OptionGroupFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Optio…
1331OptionGroupFormat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
3012 26BCFC4F1368ADF7006DC050 /* OptionGroupFormat.h */,
3013 26BCFC511368AE38006DC050 /* OptionGroupFormat.cpp */,
4204 26BCFC521368AE38006DC050 /* OptionGroupFormat.cpp in Sources */,