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
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
Trait Implementations
impl Clone for CommandArgumentType
[src]
fn clone(&self) -> CommandArgumentType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for CommandArgumentType
[src]
impl Debug for CommandArgumentType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.