Enum lldb::CommandArgumentType [] [src]

#[repr(u32)]
pub enum CommandArgumentType { Address, AddressOrExpression, AliasName, AliasOptions, Architecture, Boolean, BreakpointID, BreakpointIDRange, BreakpointName, ByteSize, ClassName, CommandName, Count, DescriptionVerbosity, DirectoryName, DisassemblyFlavor, EndAddress, Expression, ExpressionPath, ExprFormat, Filename, Format, FrameIndex, FullName, FunctionName, FunctionOrSymbol, GDBFormat, HelpText, Index, Language, LineNum, LogCategory, LogChannel, Method, Name, NewPathPrefix, NumLines, NumberPerLine, Offset, OldPathPrefix, OneLiner, Path, PermissionsNumber, PermissionsString, Pid, Plugin, ProcessName, PythonClass, PythonFunction, PythonScript, QueueName, RegisterName, RegularExpression, RunArgs, RunMode, ScriptedCommandSynchronicity, ScriptLang, SearchWord, Selector, SettingIndex, SettingKey, SettingPrefix, SettingVariableName, ShlibName, SourceFile, SortOrder, StartAddress, SummaryString, Symbol, ThreadID, ThreadIndex, ThreadName, TypeName, UnsignedInteger, UnixSignal, VarName, Value, Width, None, Platform, WatchpointID, WatchpointIDRange, WatchType, LastArg, }

Variants

Trait Implementations

impl Clone for CommandArgumentType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CommandArgumentType
[src]

impl Debug for CommandArgumentType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<CommandArgumentType> for CommandArgumentType
[src]

[src]

impl PartialOrd<CommandArgumentType> for CommandArgumentType
[src]

[src]