Expand description
§lldb-sys
LLDB is a debugger from the LLVM project. It is usable as both a standalone program as well as via an API.
This crate provides a low-level, fairly direct mapping of the public C++ API for LLDB into unsafe Rust.
It is primarily for use by a higher level crate, such as lldb.rs.
Structs§
- Command
Flags - Emulate
Instruction Options - File
Permissions - Function
Name Type - Launch
Flags - Permissions
- Symbol
Context Item - These mask bits allow a common interface for queries that can limit the amount of information that gets parsed to only the information that is requested. These bits also can indicate what actually did get resolved during query function calls.
- Type
Class - Type
Flags - Type
Options - Watchpoint
Kind
Enums§
- Access
Type - Basic
Type - Breakpoint
Event Type - Byte
Order - Byte order definitions.
- Command
Argument Type - Connection
Status - Description
Level - Dynamic
Value Type - Encoding
- Register encoding definitions.
- Error
Type - Expression
Evaluation Phase - Expression
Results - Format
- Display format definitions.
- Frame
Comparison - GdbSignal
- Input
Reader Action - Input
Reader Granularity - Instrumentation
Runtime Type - Language
Type - Match
Type - Member
Function Kind - Path
Type - Queue
Item Kind - Queue
Kind - Register
Kind - Return
Status - RunMode
- Thread run modes.
- SBAddress
Opaque - SBAttach
Info Opaque - SBBlock
Opaque - SBBreakpoint
List Opaque - SBBreakpoint
Location Opaque - SBBreakpoint
Name Opaque - SBBreakpoint
Opaque - SBBroadcaster
Opaque - SBCommand
Interpreter Opaque - SBCommand
Interpreter RunOptions Opaque - SBCommand
Opaque - SBCommand
Plugin Interface Opaque - SBCommand
Return Object Opaque - SBCommunication
Opaque - SBCompile
Unit Opaque - SBData
Opaque - SBDebugger
Opaque - SBDeclaration
Opaque - SBEnvironment
Opaque - SBError
Opaque - SBEvent
List Opaque - SBEvent
Opaque - SBExecution
Context Opaque - SBExpression
Options Opaque - SBFile
Opaque - SBFile
Spec List Opaque - SBFile
Spec Opaque - SBFrame
Opaque - SBFunction
Opaque - SBHostOS
Opaque - SBInput
Reader Opaque - SBInstruction
List Opaque - SBInstruction
Opaque - SBLaunch
Info Opaque - SBLine
Entry Opaque - SBListener
Opaque - SBMemory
Region Info List Opaque - SBMemory
Region Info Opaque - SBModule
Opaque - SBModule
Spec List Opaque - SBModule
Spec Opaque - SBPlatform
Connect Options Opaque - SBPlatform
Opaque - SBPlatform
Shell Command Opaque - SBProcess
Info Opaque - SBProcess
Opaque - SBQueue
Item Opaque - SBQueue
Opaque - SBSection
Opaque - SBSource
Manager Opaque - SBStream
Opaque - SBString
List Opaque - SBStructured
Data Opaque - SBSymbol
Context List Opaque - SBSymbol
Context Opaque - SBSymbol
Opaque - SBTarget
RefOpaque - SBThread
Collection Opaque - SBThread
Plan Opaque - SBThread
RefOpaque - SBType
Category Opaque - SBType
Enum Member List Opaque - SBType
Enum Member Opaque - SBType
Filter Opaque - SBType
Format Opaque - SBType
List Opaque - SBType
Member Function Opaque - SBType
Member Opaque - SBType
Name Specifier Opaque - SBType
Opaque - SBType
Summary Opaque - SBType
Summary Options Opaque - SBType
Synthetic Opaque - SBUnix
Signals Opaque - SBValue
List Opaque - SBValue
Opaque - SBVariables
Options Opaque - SBWatchpoint
Opaque - Script
Language - Section
Type - State
Type - Process and thread states.
- Stop
Reason - Thread stop reasons.
- Structured
Data Type - Symbol
Type - Template
Argument Kind - Type
Summary Capping - Value
Type - Watchpoint
Event Type
Functions§
- CloneSB
Address ⚠ - CloneSB
Attach ⚠Info - CloneSB
Block ⚠ - CloneSB
Breakpoint ⚠ - CloneSB
Breakpoint ⚠List - CloneSB
Breakpoint ⚠Location - CloneSB
Breakpoint ⚠Name - CloneSB
Broadcaster ⚠ - CloneSB
Command ⚠ - CloneSB
Command ⚠Interpreter - CloneSB
Command ⚠Plugin Interface - CloneSB
Command ⚠Return Object - CloneSB
Compile ⚠Unit - CloneSB
Data ⚠ - CloneSB
Debugger ⚠ - CloneSB
Declaration ⚠ - CloneSB
Environment ⚠ - CloneSB
Error ⚠ - CloneSB
Event ⚠ - CloneSB
Execution ⚠Context - CloneSB
Expression ⚠Options - CloneSB
File ⚠ - CloneSB
File ⚠Spec - CloneSB
File ⚠Spec List - CloneSB
Frame ⚠ - CloneSB
Function ⚠ - CloneSB
Input ⚠Reader - CloneSB
Instruction ⚠ - CloneSB
Instruction ⚠List - CloneSB
Launch ⚠Info - CloneSB
Line ⚠Entry - CloneSB
Listener ⚠ - CloneSB
Memory ⚠Region Info - CloneSB
Memory ⚠Region Info List - CloneSB
Module ⚠ - CloneSB
Module ⚠Spec - CloneSB
Module ⚠Spec List - CloneSB
Platform ⚠ - CloneSB
Platform ⚠Connect Options - CloneSB
Platform ⚠Shell Command - CloneSB
Process ⚠ - CloneSB
Process ⚠Info - CloneSB
Queue ⚠ - CloneSB
Queue ⚠Item - CloneSB
Section ⚠ - CloneSB
Source ⚠Manager - CloneSB
String ⚠List - CloneSB
Structured ⚠Data - CloneSB
Symbol ⚠ - CloneSB
Symbol ⚠Context - CloneSB
Symbol ⚠Context List - CloneSB
Target ⚠ - CloneSB
Thread ⚠ - CloneSB
Thread ⚠Collection - CloneSB
Thread ⚠Plan - CloneSB
Type ⚠ - CloneSB
Type ⚠Category - CloneSB
Type ⚠Enum Member - CloneSB
Type ⚠Enum Member List - CloneSB
Type ⚠Filter - CloneSB
Type ⚠Format - CloneSB
Type ⚠List - CloneSB
Type ⚠Member - CloneSB
Type ⚠Member Function - CloneSB
Type ⚠Name Specifier - CloneSB
Type ⚠Summary - CloneSB
Type ⚠Summary Options - CloneSB
Type ⚠Synthetic - CloneSB
Unix ⚠Signals - CloneSB
Value ⚠ - CloneSB
Value ⚠List - CloneSB
Variables ⚠Options - CloneSB
Watchpoint ⚠ - CreateSB
Address ⚠ - CreateSB
Address2 ⚠ - CreateSB
Address3 ⚠ - CreateSB
Attach ⚠Info - CreateSB
Attach ⚠Info2 - CreateSB
Attach ⚠Info3 - CreateSB
Attach ⚠Info4 - CreateSB
Block ⚠ - CreateSB
Breakpoint ⚠ - CreateSB
Breakpoint ⚠List - CreateSB
Breakpoint ⚠Location - CreateSB
Breakpoint ⚠Name - CreateSB
Breakpoint ⚠Name From Breakpoint - CreateSB
Breakpoint ⚠Name From Target - CreateSB
Broadcaster ⚠ - CreateSB
Broadcaster2 ⚠ - CreateSB
Command ⚠ - CreateSB
Command ⚠Interpreter RunOptions - CreateSB
Command ⚠Return Object - CreateSB
Communication ⚠ - CreateSB
Communication2 ⚠ - CreateSB
Compile ⚠Unit - CreateSB
Data ⚠ - CreateSB
Debugger ⚠ - CreateSB
Declaration ⚠ - CreateSB
Environment ⚠ - CreateSB
Error ⚠ - CreateSB
Event ⚠ - CreateSB
Event2 ⚠ - CreateSB
Execution ⚠Context - CreateSB
Execution ⚠Context2 - CreateSB
Execution ⚠Context3 - CreateSB
Execution ⚠Context4 - CreateSB
Execution ⚠Context5 - CreateSB
Expression ⚠Options - CreateSB
File ⚠ - CreateSB
File2 ⚠ - CreateSB
File3 ⚠ - CreateSB
File ⚠Spec - CreateSB
File ⚠Spec2 - CreateSB
File ⚠Spec3 - CreateSB
File ⚠Spec List - CreateSB
Frame ⚠ - CreateSB
Function ⚠ - CreateSB
Input ⚠Reader - CreateSB
Instruction ⚠ - CreateSB
Instruction ⚠List - CreateSB
Launch ⚠Info - CreateSB
Line ⚠Entry - CreateSB
Listener ⚠ - CreateSB
Listener2 ⚠ - CreateSB
Memory ⚠Region Info - CreateSB
Memory ⚠Region Info2 - CreateSB
Memory ⚠Region Info List - CreateSB
Module ⚠ - CreateSB
Module2 ⚠ - CreateSB
Module3 ⚠ - CreateSB
Module ⚠Spec - CreateSB
Module ⚠Spec List - CreateSB
Platform ⚠ - CreateSB
Platform2 ⚠ - CreateSB
Platform ⚠Connect Options - CreateSB
Platform ⚠Shell Command - CreateSB
Platform ⚠Shell Command2 - CreateSB
Process ⚠ - CreateSB
Process ⚠Info - CreateSB
Queue ⚠ - CreateSB
Queue ⚠Item - CreateSB
Section ⚠ - CreateSB
Source ⚠Manager - CreateSB
Source ⚠Manager2 - CreateSB
Stream ⚠ - CreateSB
String ⚠List - CreateSB
Structured ⚠Data - CreateSB
Symbol ⚠ - CreateSB
Symbol ⚠Context - CreateSB
Symbol ⚠Context List - CreateSB
Target ⚠ - CreateSB
Thread ⚠ - CreateSB
Thread ⚠Collection - CreateSB
Thread ⚠Plan - CreateSB
Thread ⚠Plan2 - CreateSB
Type ⚠ - CreateSB
Type ⚠Category - CreateSB
Type ⚠Enum Member - CreateSB
Type ⚠Enum Member List - CreateSB
Type ⚠Filter - CreateSB
Type ⚠Filter2 - CreateSB
Type ⚠Format - CreateSB
Type ⚠Format2 - CreateSB
Type ⚠Format3 - CreateSB
Type ⚠List - CreateSB
Type ⚠Member - CreateSB
Type ⚠Member Function - CreateSB
Type ⚠Name Specifier - CreateSB
Type ⚠Name Specifier2 - CreateSB
Type ⚠Name Specifier3 - CreateSB
Type ⚠Summary - CreateSB
Type ⚠Summary Options - CreateSB
Type ⚠Synthetic - CreateSB
Unix ⚠Signals - CreateSB
Value ⚠ - CreateSB
Value ⚠List - CreateSB
Variables ⚠Options - CreateSB
Watchpoint ⚠ - DisposeSB
Address ⚠ - DisposeSB
Attach ⚠Info - DisposeSB
Block ⚠ - DisposeSB
Breakpoint ⚠ - DisposeSB
Breakpoint ⚠List - DisposeSB
Breakpoint ⚠Location - DisposeSB
Breakpoint ⚠Name - DisposeSB
Broadcaster ⚠ - DisposeSB
Command ⚠ - DisposeSB
Command ⚠Interpreter - DisposeSB
Command ⚠Interpreter RunOptions - DisposeSB
Command ⚠Plugin Interface - DisposeSB
Command ⚠Return Object - DisposeSB
Communication ⚠ - DisposeSB
Compile ⚠Unit - DisposeSB
Data ⚠ - DisposeSB
Debugger ⚠ - DisposeSB
Declaration ⚠ - DisposeSB
Environment ⚠ - DisposeSB
Error ⚠ - DisposeSB
Event ⚠ - DisposeSB
Execution ⚠Context - DisposeSB
Expression ⚠Options - DisposeSB
File ⚠ - DisposeSB
File ⚠Spec - DisposeSB
File ⚠Spec List - DisposeSB
Frame ⚠ - DisposeSB
Function ⚠ - DisposeSB
Input ⚠Reader - DisposeSB
Instruction ⚠ - DisposeSB
Instruction ⚠List - DisposeSB
Launch ⚠Info - DisposeSB
Line ⚠Entry - DisposeSB
Listener ⚠ - DisposeSB
Memory ⚠Region Info - DisposeSB
Memory ⚠Region Info List - DisposeSB
Module ⚠ - DisposeSB
Module ⚠Spec - DisposeSB
Module ⚠Spec List - DisposeSB
Platform ⚠ - DisposeSB
Platform ⚠Connect Options - DisposeSB
Platform ⚠Shell Command - DisposeSB
Process ⚠ - DisposeSB
Process ⚠Info - DisposeSB
Queue ⚠ - DisposeSB
Queue ⚠Item - DisposeSB
Section ⚠ - DisposeSB
Source ⚠Manager - DisposeSB
Stream ⚠ - DisposeSB
String ⚠List - DisposeSB
Structured ⚠Data - DisposeSB
Symbol ⚠ - DisposeSB
Symbol ⚠Context - DisposeSB
Symbol ⚠Context List - DisposeSB
Target ⚠ - DisposeSB
Thread ⚠ - DisposeSB
Thread ⚠Collection - DisposeSB
Thread ⚠Plan - DisposeSB
Type ⚠ - DisposeSB
Type ⚠Category - DisposeSB
Type ⚠Enum Member - DisposeSB
Type ⚠Enum Member List - DisposeSB
Type ⚠Filter - DisposeSB
Type ⚠Format - DisposeSB
Type ⚠List - DisposeSB
Type ⚠Member - DisposeSB
Type ⚠Member Function - DisposeSB
Type ⚠Name Specifier - DisposeSB
Type ⚠Summary - DisposeSB
Type ⚠Summary Options - DisposeSB
Type ⚠Synthetic - DisposeSB
Unix ⚠Signals - DisposeSB
Value ⚠ - DisposeSB
Value ⚠List - DisposeSB
Variables ⚠Options - DisposeSB
Watchpoint ⚠ - SBAddress
Clear ⚠ - SBAddress
GetBlock ⚠ - SBAddress
GetCompile ⚠Unit - SBAddress
GetDescription ⚠ - SBAddress
GetFile ⚠Address - SBAddress
GetFunction ⚠ - SBAddress
GetLine ⚠Entry - SBAddress
GetLoad ⚠Address - SBAddress
GetModule ⚠ - SBAddress
GetOffset ⚠ - SBAddress
GetSection ⚠ - SBAddress
GetSymbol ⚠ - SBAddress
GetSymbol ⚠Context - SBAddress
IsEqual ⚠ - SBAddress
IsValid ⚠ - SBAddress
Offset ⚠Address - SBAddress
SetAddress ⚠ - SBAddress
SetLoad ⚠Address - SBAttach
Info ⚠Effective GroupID IsValid - SBAttach
Info ⚠Effective UserID IsValid - SBAttach
Info ⚠GetEffective GroupID - SBAttach
Info ⚠GetEffective UserID - SBAttach
Info ⚠GetGroupID - SBAttach
Info ⚠GetIgnore Existing - SBAttach
Info ⚠GetListener - SBAttach
Info ⚠GetParent ProcessID - SBAttach
Info ⚠GetProcessID - SBAttach
Info ⚠GetProcess Plugin Name - SBAttach
Info ⚠GetResume Count - SBAttach
Info ⚠GetUserID - SBAttach
Info ⚠GetWait ForLaunch - SBAttach
Info ⚠GroupID IsValid - SBAttach
Info ⚠Parent ProcessID IsValid - SBAttach
Info ⚠SetEffective GroupID - SBAttach
Info ⚠SetEffective UserID - SBAttach
Info ⚠SetExecutable - SBAttach
Info ⚠SetExecutable2 - SBAttach
Info ⚠SetGroupID - SBAttach
Info ⚠SetIgnore Existing - SBAttach
Info ⚠SetListener - SBAttach
Info ⚠SetParent ProcessID - SBAttach
Info ⚠SetProcessID - SBAttach
Info ⚠SetProcess Plugin Name - SBAttach
Info ⚠SetResume Count - SBAttach
Info ⚠SetUserID - SBAttach
Info ⚠SetWait ForLaunch - SBAttach
Info ⚠SetWait ForLaunch2 - SBAttach
Info ⚠UserID IsValid - SBBlock
GetContaining ⚠Inlined Block - SBBlock
GetDescription ⚠ - SBBlock
GetFirst ⚠Child - SBBlock
GetInlined ⚠Call Site Column - SBBlock
GetInlined ⚠Call Site File - SBBlock
GetInlined ⚠Call Site Line - SBBlock
GetInlined ⚠Name - SBBlock
GetNum ⚠Ranges - SBBlock
GetParent ⚠ - SBBlock
GetRange ⚠EndAddress - SBBlock
GetRange ⚠Index ForBlock Address - SBBlock
GetRange ⚠Start Address - SBBlock
GetSibling ⚠ - SBBlock
GetVariables ⚠ - SBBlock
GetVariables2 ⚠ - SBBlock
IsInlined ⚠ - SBBlock
IsValid ⚠ - SBBreakpoint
AddLocation ⚠ - SBBreakpoint
AddName ⚠ - SBBreakpoint
AddName ⚠With Error Handling - SBBreakpoint
Clear ⚠AllBreakpoint Sites - SBBreakpoint
Event ⚠IsBreakpoint Event - SBBreakpoint
Find ⚠Location ByAddress - SBBreakpoint
Find ⚠Location ByID - SBBreakpoint
Find ⚠LocationID ByAddress - SBBreakpoint
GetAuto ⚠Continue - SBBreakpoint
GetBreakpoint ⚠Event Type From Event - SBBreakpoint
GetBreakpoint ⚠From Event - SBBreakpoint
GetBreakpoint ⚠Location AtIndex From Event - SBBreakpoint
GetCommand ⚠Line Commands - SBBreakpoint
GetCondition ⚠ - SBBreakpoint
GetDescription ⚠ - SBBreakpoint
GetDescription2 ⚠ - SBBreakpoint
GetHit ⚠Count - SBBreakpoint
GetID ⚠ - SBBreakpoint
GetIgnore ⚠Count - SBBreakpoint
GetLocation ⚠AtIndex - SBBreakpoint
GetNames ⚠ - SBBreakpoint
GetNum ⚠Breakpoint Locations From Event - SBBreakpoint
GetNum ⚠Locations - SBBreakpoint
GetNum ⚠Resolved Locations - SBBreakpoint
GetQueue ⚠Name - SBBreakpoint
GetTarget ⚠ - SBBreakpoint
GetThreadID ⚠ - SBBreakpoint
GetThread ⚠Index - SBBreakpoint
GetThread ⚠Name - SBBreakpoint
IsEnabled ⚠ - SBBreakpoint
IsHardware ⚠ - SBBreakpoint
IsInternal ⚠ - SBBreakpoint
IsOne ⚠Shot - SBBreakpoint
IsValid ⚠ - SBBreakpoint
List ⚠Append - SBBreakpoint
List ⚠Append ByID - SBBreakpoint
List ⚠Append IfUnique - SBBreakpoint
List ⚠Clear - SBBreakpoint
List ⚠Find Breakpoint ByID - SBBreakpoint
List ⚠GetBreakpoint AtIndex - SBBreakpoint
List ⚠GetSize - SBBreakpoint
Location ⚠GetAddress - SBBreakpoint
Location ⚠GetAuto Continue - SBBreakpoint
Location ⚠GetBreakpoint - SBBreakpoint
Location ⚠GetCommand Line Commands - SBBreakpoint
Location ⚠GetCondition - SBBreakpoint
Location ⚠GetDescription - SBBreakpoint
Location ⚠GetHit Count - SBBreakpoint
Location ⚠GetID - SBBreakpoint
Location ⚠GetIgnore Count - SBBreakpoint
Location ⚠GetLoad Address - SBBreakpoint
Location ⚠GetQueue Name - SBBreakpoint
Location ⚠GetThreadID - SBBreakpoint
Location ⚠GetThread Index - SBBreakpoint
Location ⚠GetThread Name - SBBreakpoint
Location ⚠IsEnabled - SBBreakpoint
Location ⚠IsResolved - SBBreakpoint
Location ⚠IsValid - SBBreakpoint
Location ⚠SetAuto Continue - SBBreakpoint
Location ⚠SetCommand Line Commands - SBBreakpoint
Location ⚠SetCondition - SBBreakpoint
Location ⚠SetEnabled - SBBreakpoint
Location ⚠SetIgnore Count - SBBreakpoint
Location ⚠SetQueue Name - SBBreakpoint
Location ⚠SetScript Callback Body - SBBreakpoint
Location ⚠SetScript Callback Function - SBBreakpoint
Location ⚠SetThreadID - SBBreakpoint
Location ⚠SetThread Index - SBBreakpoint
Location ⚠SetThread Name - SBBreakpoint
Matches ⚠Name - SBBreakpoint
Name ⚠GetAllow Delete - SBBreakpoint
Name ⚠GetAllow Disable - SBBreakpoint
Name ⚠GetAllow List - SBBreakpoint
Name ⚠GetAuto Continue - SBBreakpoint
Name ⚠GetCommand Line Commands - SBBreakpoint
Name ⚠GetCondition - SBBreakpoint
Name ⚠GetDescription - SBBreakpoint
Name ⚠GetHelp String - SBBreakpoint
Name ⚠GetIgnore Count - SBBreakpoint
Name ⚠GetName - SBBreakpoint
Name ⚠GetQueue Name - SBBreakpoint
Name ⚠GetThreadID - SBBreakpoint
Name ⚠GetThread Index - SBBreakpoint
Name ⚠GetThread Name - SBBreakpoint
Name ⚠IsEnabled - SBBreakpoint
Name ⚠IsOne Shot - SBBreakpoint
Name ⚠IsValid - SBBreakpoint
Name ⚠SetAllow Delete - SBBreakpoint
Name ⚠SetAllow Disable - SBBreakpoint
Name ⚠SetAllow List - SBBreakpoint
Name ⚠SetAuto Continue - SBBreakpoint
Name ⚠SetCallback - SBBreakpoint
Name ⚠SetCommand Line Commands - SBBreakpoint
Name ⚠SetCondition - SBBreakpoint
Name ⚠SetEnabled - SBBreakpoint
Name ⚠SetHelp String - SBBreakpoint
Name ⚠SetIgnore Count - SBBreakpoint
Name ⚠SetOne Shot - SBBreakpoint
Name ⚠SetQueue Name - SBBreakpoint
Name ⚠SetScript Callback Body - SBBreakpoint
Name ⚠SetScript Callback Function - SBBreakpoint
Name ⚠SetThreadID - SBBreakpoint
Name ⚠SetThread Index - SBBreakpoint
Name ⚠SetThread Name - SBBreakpoint
Remove ⚠Name - SBBreakpoint
Serialize ⚠ToStructured Data - SBBreakpoint
SetAuto ⚠Continue - SBBreakpoint
SetCommand ⚠Line Commands - SBBreakpoint
SetCondition ⚠ - SBBreakpoint
SetEnabled ⚠ - SBBreakpoint
SetIgnore ⚠Count - SBBreakpoint
SetOne ⚠Shot - SBBreakpoint
SetQueue ⚠Name - SBBreakpoint
SetScript ⚠Callback Body - SBBreakpoint
SetScript ⚠Callback Function - SBBreakpoint
SetThreadID ⚠ - SBBreakpoint
SetThread ⚠Index - SBBreakpoint
SetThread ⚠Name - SBBroadcaster
AddInitial ⚠Events ToListener - SBBroadcaster
AddListener ⚠ - SBBroadcaster
Broadcast ⚠Event - SBBroadcaster
Broadcast ⚠Event ByType - SBBroadcaster
Clear ⚠ - SBBroadcaster
Event ⚠Type HasListeners - SBBroadcaster
GetName ⚠ - SBBroadcaster
IsValid ⚠ - SBBroadcaster
Remove ⚠Listener - SBCommand
AddCommand ⚠ - SBCommand
AddMultiword ⚠Command - SBCommand
GetHelp ⚠ - SBCommand
GetHelp ⚠Long - SBCommand
GetName ⚠ - SBCommand
Interpreter ⚠AddCommand - SBCommand
Interpreter ⚠AddMultiword Command - SBCommand
Interpreter ⚠Alias Exists - SBCommand
Interpreter ⚠Command Exists - SBCommand
Interpreter ⚠Event IsCommand Interpreter Event - SBCommand
Interpreter ⚠GetArgument Description AsCString - SBCommand
Interpreter ⚠GetArgument Type AsCString - SBCommand
Interpreter ⚠GetBroadcaster - SBCommand
Interpreter ⚠GetBroadcaster Class - SBCommand
Interpreter ⚠GetDebugger - SBCommand
Interpreter ⚠GetIO Handler Control Sequence - SBCommand
Interpreter ⚠GetProcess - SBCommand
Interpreter ⚠GetPrompt OnQuit - SBCommand
Interpreter ⚠Handle Command - SBCommand
Interpreter ⚠Handle Command2 - SBCommand
Interpreter ⚠Handle Commands From File - SBCommand
Interpreter ⚠Handle Completion - SBCommand
Interpreter ⚠Handle Completion2 - SBCommand
Interpreter ⚠Handle Completion With Descriptions - SBCommand
Interpreter ⚠Handle Completion With Descriptions2 - SBCommand
Interpreter ⚠HasAlias Options - SBCommand
Interpreter ⚠HasAliases - SBCommand
Interpreter ⚠HasCommands - SBCommand
Interpreter ⚠IsActive - SBCommand
Interpreter ⚠IsValid - SBCommand
Interpreter ⚠RunOptions GetAdd ToHistory - SBCommand
Interpreter ⚠RunOptions GetEcho Commands - SBCommand
Interpreter ⚠RunOptions GetEcho Comment Commands - SBCommand
Interpreter ⚠RunOptions GetPrint Results - SBCommand
Interpreter ⚠RunOptions GetStop OnContinue - SBCommand
Interpreter ⚠RunOptions GetStop OnCrash - SBCommand
Interpreter ⚠RunOptions GetStop OnError - SBCommand
Interpreter ⚠RunOptions SetAdd ToHistory - SBCommand
Interpreter ⚠RunOptions SetEcho Commands - SBCommand
Interpreter ⚠RunOptions SetEcho Comment Commands - SBCommand
Interpreter ⚠RunOptions SetPrint Results - SBCommand
Interpreter ⚠RunOptions SetStop OnContinue - SBCommand
Interpreter ⚠RunOptions SetStop OnCrash - SBCommand
Interpreter ⚠RunOptions SetStop OnError - SBCommand
Interpreter ⚠SetPrompt OnQuit - SBCommand
Interpreter ⚠Source Init File InCurrent Working Directory - SBCommand
Interpreter ⚠Source Init File InHome Directory - SBCommand
Interpreter ⚠Source Init File InHome Directory2 - SBCommand
Interpreter ⚠WasInterrupted - SBCommand
IsValid ⚠ - SBCommand
Plugin ⚠Interface DoExecute - SBCommand
Return ⚠Object Append Message - SBCommand
Return ⚠Object Append Warning - SBCommand
Return ⚠Object Clear - SBCommand
Return ⚠Object GetDescription - SBCommand
Return ⚠Object GetError - SBCommand
Return ⚠Object GetError2 - SBCommand
Return ⚠Object GetError Size - SBCommand
Return ⚠Object GetOutput - SBCommand
Return ⚠Object GetOutput2 - SBCommand
Return ⚠Object GetOutput Size - SBCommand
Return ⚠Object GetStatus - SBCommand
Return ⚠Object HasResult - SBCommand
Return ⚠Object IsValid - SBCommand
Return ⚠Object Printf - SBCommand
Return ⚠Object PutC String - SBCommand
Return ⚠Object PutError - SBCommand
Return ⚠Object PutOutput - SBCommand
Return ⚠Object SetError - SBCommand
Return ⚠Object SetError2 - SBCommand
Return ⚠Object SetImmediate Error File - SBCommand
Return ⚠Object SetImmediate Output File - SBCommand
Return ⚠Object SetStatus - SBCommand
Return ⚠Object Succeeded - SBCommand
SetHelp ⚠ - SBCommand
SetHelp ⚠Long - SBCommunication
Adopt ⚠File Descriptor - SBCommunication
Connect ⚠ - SBCommunication
Disconnect ⚠ - SBCommunication
GetBroadcaster ⚠ - SBCommunication
GetBroadcaster ⚠Class - SBCommunication
GetClose ⚠OnEOF - SBCommunication
IsConnected ⚠ - SBCommunication
IsValid ⚠ - SBCommunication
Read ⚠ - SBCommunication
Read ⚠Thread IsRunning - SBCommunication
Read ⚠Thread Start - SBCommunication
Read ⚠Thread Stop - SBCommunication
SetClose ⚠OnEOF - SBCommunication
SetRead ⚠Thread Bytes Received Callback - SBCommunication
Write ⚠ - SBCompile
Unit ⚠Find Line Entry Index - SBCompile
Unit ⚠Find Line Entry Index2 - SBCompile
Unit ⚠Find Support File Index - SBCompile
Unit ⚠GetDescription - SBCompile
Unit ⚠GetFile Spec - SBCompile
Unit ⚠GetLanguage - SBCompile
Unit ⚠GetLine Entry AtIndex - SBCompile
Unit ⚠GetNum Line Entries - SBCompile
Unit ⚠GetNum Support Files - SBCompile
Unit ⚠GetSupport File AtIndex - SBCompile
Unit ⚠GetTypes - SBCompile
Unit ⚠IsValid - SBData
Append ⚠ - SBData
Clear ⚠ - SBData
Create ⚠Data FromC String - SBData
Create ⚠Data From Double Array - SBData
Create ⚠Data FromS Int32 Array - SBData
Create ⚠Data FromS Int64 Array - SBData
Create ⚠Data FromU Int32 Array - SBData
Create ⚠Data FromU Int64 Array - SBData
GetAddress ⚠ - SBData
GetAddress ⚠Byte Size - SBData
GetByte ⚠Order - SBData
GetByte ⚠Size - SBData
GetDescription ⚠ - SBData
GetDouble ⚠ - SBData
GetFloat ⚠ - SBData
GetLong ⚠Double - SBData
GetSigned ⚠Int8 - SBData
GetSigned ⚠Int16 - SBData
GetSigned ⚠Int32 - SBData
GetSigned ⚠Int64 - SBData
GetString ⚠ - SBData
GetUnsigned ⚠Int8 - SBData
GetUnsigned ⚠Int16 - SBData
GetUnsigned ⚠Int32 - SBData
GetUnsigned ⚠Int64 - SBData
IsValid ⚠ - SBData
Read ⚠RawData - SBData
SetAddress ⚠Byte Size - SBData
SetByte ⚠Order - SBData
SetData ⚠ - SBData
SetData ⚠FromC String - SBData
SetData ⚠From Double Array - SBData
SetData ⚠FromS Int32 Array - SBData
SetData ⚠FromS Int64 Array - SBData
SetData ⚠FromU Int32 Array - SBData
SetData ⚠FromU Int64 Array - SBData
SetData ⚠With Ownership - SBDebugger
Clear ⚠ - SBDebugger
Create ⚠ - SBDebugger
Create2 ⚠ - SBDebugger
Create ⚠Category - SBDebugger
Create ⚠Target - SBDebugger
Create ⚠Target2 - SBDebugger
Create ⚠Target With File AndArch - SBDebugger
Create ⚠Target With File AndTarget Triple - SBDebugger
Delete ⚠Category - SBDebugger
Delete ⚠Target - SBDebugger
Destroy ⚠ - SBDebugger
Dispatch ⚠Input - SBDebugger
Dispatch ⚠Input2 - SBDebugger
Dispatch ⚠Input EndOf File - SBDebugger
Dispatch ⚠Input Interrupt - SBDebugger
Enable ⚠Log - SBDebugger
Find ⚠Debugger WithID - SBDebugger
Find ⚠Target With File AndArch - SBDebugger
Find ⚠Target With ProcessID - SBDebugger
GetAsync ⚠ - SBDebugger
GetAvailable ⚠Platform Info AtIndex - SBDebugger
GetBroadcaster ⚠ - SBDebugger
GetBroadcaster ⚠Class - SBDebugger
GetCategory ⚠ - SBDebugger
GetCategory ⚠AtIndex - SBDebugger
GetClose ⚠Input OnEOF - SBDebugger
GetCommand ⚠Interpreter - SBDebugger
GetDefault ⚠Architecture - SBDebugger
GetDefault ⚠Category - SBDebugger
GetDescription ⚠ - SBDebugger
GetDummy ⚠Target - SBDebugger
GetError ⚠File - SBDebugger
GetFilter ⚠ForType - SBDebugger
GetFormat ⚠ForType - SBDebugger
GetID ⚠ - SBDebugger
GetIndex ⚠OfTarget - SBDebugger
GetInput ⚠File - SBDebugger
GetInstance ⚠Name - SBDebugger
GetInternal ⚠Variable Value - SBDebugger
GetListener ⚠ - SBDebugger
GetNum ⚠Available Platforms - SBDebugger
GetNum ⚠Categories - SBDebugger
GetNum ⚠Platforms - SBDebugger
GetNum ⚠Targets - SBDebugger
GetOutput ⚠File - SBDebugger
GetPlatform ⚠AtIndex - SBDebugger
GetProgress ⚠From Event - SBDebugger
GetPrompt ⚠ - SBDebugger
GetREPL ⚠Language - SBDebugger
GetScript ⚠Interpreter Info - SBDebugger
GetScript ⚠Language - SBDebugger
GetScripting ⚠Language - SBDebugger
GetSelected ⚠Platform - SBDebugger
GetSelected ⚠Target - SBDebugger
GetSource ⚠Manager - SBDebugger
GetSummary ⚠ForType - SBDebugger
GetSynthetic ⚠ForType - SBDebugger
GetTarget ⚠AtIndex - SBDebugger
GetTerminal ⚠Width - SBDebugger
GetUse ⚠Color - SBDebugger
GetUse ⚠External Editor - SBDebugger
GetUse ⚠Source Cache - SBDebugger
GetVersion ⚠String - SBDebugger
Handle ⚠Command - SBDebugger
Handle ⚠Process Event - SBDebugger
Initialize ⚠ - SBDebugger
IsValid ⚠ - SBDebugger
Memory ⚠Pressure Detected - SBDebugger
Push ⚠Input Reader - SBDebugger
Restore ⚠Input Terminal State - SBDebugger
RunCommand ⚠Interpreter - SBDebugger
RunCommand ⚠Interpreter2 - SBDebugger
RunCommand ⚠Interpreter3 - SBDebugger
RunREPL ⚠ - SBDebugger
Save ⚠Input Terminal State - SBDebugger
SetAsync ⚠ - SBDebugger
SetClose ⚠Input OnEOF - SBDebugger
SetCurrent ⚠Platform - SBDebugger
SetCurrent ⚠PlatformSDK Root - SBDebugger
SetDefault ⚠Architecture - SBDebugger
SetError ⚠File - SBDebugger
SetInput ⚠File - SBDebugger
SetInput ⚠String - SBDebugger
SetInternal ⚠Variable - SBDebugger
SetOutput ⚠File - SBDebugger
SetPrompt ⚠ - SBDebugger
SetREPL ⚠Language - SBDebugger
SetScript ⚠Language - SBDebugger
SetSelected ⚠Platform - SBDebugger
SetSelected ⚠Target - SBDebugger
SetTerminal ⚠Width - SBDebugger
SetUse ⚠Color - SBDebugger
SetUse ⚠External Editor - SBDebugger
SetUse ⚠Source Cache - SBDebugger
Skip ⚠AppInit Files - SBDebugger
SkipLLDB ⚠Init Files - SBDebugger
State ⚠AsCString - SBDebugger
State ⚠IsRunning State - SBDebugger
State ⚠IsStopped State - SBDebugger
Terminate ⚠ - SBDeclaration
GetColumn ⚠ - SBDeclaration
GetDescription ⚠ - SBDeclaration
GetFile ⚠Spec - SBDeclaration
GetLine ⚠ - SBDeclaration
IsValid ⚠ - SBDeclaration
SetColumn ⚠ - SBDeclaration
SetFile ⚠Spec - SBDeclaration
SetLine ⚠ - SBEnvironment
Clear ⚠ - SBEnvironment
Get ⚠ - SBEnvironment
GetEntries ⚠ - SBEnvironment
GetName ⚠AtIndex - SBEnvironment
GetNum ⚠Values - SBEnvironment
GetValue ⚠AtIndex - SBEnvironment
PutEntry ⚠ - SBEnvironment
Set ⚠ - SBEnvironment
SetEntries ⚠ - SBEnvironment
Unset ⚠ - SBError
Clear ⚠ - SBError
Fail ⚠ - SBError
GetC ⚠String - SBError
GetDescription ⚠ - SBError
GetError ⚠ - SBError
GetType ⚠ - SBError
IsValid ⚠ - SBError
SetError ⚠ - SBError
SetError ⚠String - SBError
SetError ⚠String With Format - SBError
SetError ⚠ToErrno - SBError
SetError ⚠ToGeneric Error - SBError
Success ⚠ - SBEvent
Broadcaster ⚠Matches Ptr - SBEvent
Broadcaster ⚠Matches Ref - SBEvent
Clear ⚠ - SBEvent
GetBroadcaster ⚠ - SBEvent
GetBroadcaster ⚠Class - SBEvent
GetC ⚠String From Event - SBEvent
GetData ⚠Flavor - SBEvent
GetDescription ⚠ - SBEvent
GetType ⚠ - SBEvent
IsValid ⚠ - SBExecution
Context ⚠GetFrame - SBExecution
Context ⚠GetProcess - SBExecution
Context ⚠GetTarget - SBExecution
Context ⚠GetThread - SBExpression
Options ⚠GetAllowJIT - SBExpression
Options ⚠GetAuto Apply FixIts - SBExpression
Options ⚠GetCoerce Result ToId - SBExpression
Options ⚠GetFetch Dynamic Value - SBExpression
Options ⚠GetGenerate Debug Info - SBExpression
Options ⚠GetIgnore Breakpoints - SBExpression
Options ⚠GetOne Thread Timeout InMicro Seconds - SBExpression
Options ⚠GetPrefix - SBExpression
Options ⚠GetRetries With FixIts - SBExpression
Options ⚠GetStop Others - SBExpression
Options ⚠GetSuppress Persistent Result - SBExpression
Options ⚠GetTimeout InMicro Seconds - SBExpression
Options ⚠GetTop Level - SBExpression
Options ⚠GetTrap Exceptions - SBExpression
Options ⚠GetTry AllThreads - SBExpression
Options ⚠GetUnwind OnError - SBExpression
Options ⚠SetAllowJIT - SBExpression
Options ⚠SetAuto Apply FixIts - SBExpression
Options ⚠SetCoerce Result ToId - SBExpression
Options ⚠SetFetch Dynamic Value - SBExpression
Options ⚠SetGenerate Debug Info - SBExpression
Options ⚠SetIgnore Breakpoints - SBExpression
Options ⚠SetLanguage - SBExpression
Options ⚠SetOne Thread Timeout InMicro Seconds - SBExpression
Options ⚠SetPrefix - SBExpression
Options ⚠SetRetries With FixIts - SBExpression
Options ⚠SetStop Others - SBExpression
Options ⚠SetSuppress Persistent Result - SBExpression
Options ⚠SetTimeout InMicro Seconds - SBExpression
Options ⚠SetTop Level - SBExpression
Options ⚠SetTrap Exceptions - SBExpression
Options ⚠SetTry AllThreads - SBExpression
Options ⚠SetUnwind OnError - SBFile
Close ⚠ - SBFile
Flush ⚠ - SBFile
IsValid ⚠ - SBFile
Read ⚠ - SBFile
Spec ⚠Append Path Component - SBFile
Spec ⚠Exists - SBFile
Spec ⚠GetDescription - SBFile
Spec ⚠GetDirectory - SBFile
Spec ⚠GetFilename - SBFile
Spec ⚠GetPath - SBFile
Spec ⚠IsValid - SBFile
Spec ⚠List Append - SBFile
Spec ⚠List Append IfUnique - SBFile
Spec ⚠List Clear - SBFile
Spec ⚠List Find File Index - SBFile
Spec ⚠List GetDescription - SBFile
Spec ⚠List GetFile Spec AtIndex - SBFile
Spec ⚠List GetSize - SBFile
Spec ⚠Resolve Executable Location - SBFile
Spec ⚠Resolve Path - SBFile
Spec ⚠SetDirectory - SBFile
Spec ⚠SetFilename - SBFile
Write ⚠ - SBFrame
Clear ⚠ - SBFrame
Disassemble ⚠ - SBFrame
Evaluate ⚠Expression - SBFrame
Find ⚠Register - SBFrame
Find ⚠Value - SBFrame
Find ⚠Value2 - SBFrame
Find ⚠Variable - SBFrame
Find ⚠Variable2 - SBFrame
GetBlock ⚠ - SBFrame
GetCFA ⚠ - SBFrame
GetCompile ⚠Unit - SBFrame
GetDescription ⚠ - SBFrame
GetDisplay ⚠Function Name - SBFrame
GetFP ⚠ - SBFrame
GetFrame ⚠Block - SBFrame
GetFrameID ⚠ - SBFrame
GetFunction ⚠ - SBFrame
GetFunction ⚠Name - SBFrame
GetLine ⚠Entry - SBFrame
GetModule ⚠ - SBFrame
GetPC ⚠ - SBFrame
GetPC ⚠Address - SBFrame
GetRegisters ⚠ - SBFrame
GetSP ⚠ - SBFrame
GetSymbol ⚠ - SBFrame
GetSymbol ⚠Context - SBFrame
GetThread ⚠ - SBFrame
GetValue ⚠ForVariable Path - SBFrame
GetValue ⚠ForVariable Path2 - SBFrame
GetVariables ⚠ - SBFrame
Guess ⚠Language - SBFrame
IsArtificial ⚠ - SBFrame
IsEqual ⚠ - SBFrame
IsInlined ⚠ - SBFrame
IsValid ⚠ - SBFrame
SetPC ⚠ - SBFunction
GetBlock ⚠ - SBFunction
GetDescription ⚠ - SBFunction
GetDisplay ⚠Name - SBFunction
GetEnd ⚠Address - SBFunction
GetInstructions ⚠ - SBFunction
GetInstructions2 ⚠ - SBFunction
GetIs ⚠Optimized - SBFunction
GetLanguage ⚠ - SBFunction
GetMangled ⚠Name - SBFunction
GetName ⚠ - SBFunction
GetPrologue ⚠Byte Size - SBFunction
GetStart ⚠Address - SBFunction
GetType ⚠ - SBFunction
IsValid ⚠ - SBHostOS
GetLLDB ⚠Path - SBHostOS
GetLLDB ⚠Python Path - SBHostOS
GetProgram ⚠File Spec - SBHostOS
GetUser ⚠Home Directory - SBInput
Reader ⚠IsActive - SBInput
Reader ⚠SetIs Done - SBInstruction
Does ⚠Branch - SBInstruction
Dump ⚠Emulation - SBInstruction
Emulate ⚠With Frame - SBInstruction
GetAddress ⚠ - SBInstruction
GetByte ⚠Size - SBInstruction
GetComment ⚠ - SBInstruction
GetData ⚠ - SBInstruction
GetDescription ⚠ - SBInstruction
GetMnemonic ⚠ - SBInstruction
GetOperands ⚠ - SBInstruction
HasDelay ⚠Slot - SBInstruction
IsValid ⚠ - SBInstruction
List ⚠Append Instruction - SBInstruction
List ⚠Clear - SBInstruction
List ⚠Dump Emulation ForAll Instructions - SBInstruction
List ⚠GetDescription - SBInstruction
List ⚠GetInstruction AtIndex - SBInstruction
List ⚠GetSize - SBInstruction
List ⚠IsValid - SBInstruction
List ⚠Print - SBInstruction
Print ⚠ - SBInstruction
Test ⚠Emulation - SBLanguage
Runtime ⚠GetLanguage Type From String - SBLanguage
Runtime ⚠GetName ForLanguage Type - SBLaunch
Info ⚠AddClose File Action - SBLaunch
Info ⚠AddDuplicate File Action - SBLaunch
Info ⚠AddOpen File Action - SBLaunch
Info ⚠AddSuppress File Action - SBLaunch
Info ⚠Clear - SBLaunch
Info ⚠GetArgument AtIndex - SBLaunch
Info ⚠GetDetach OnError - SBLaunch
Info ⚠GetEnvironment - SBLaunch
Info ⚠GetEnvironment Entry AtIndex - SBLaunch
Info ⚠GetExecutable File - SBLaunch
Info ⚠GetGroupID - SBLaunch
Info ⚠GetLaunch Event Data - SBLaunch
Info ⚠GetLaunch Flags - SBLaunch
Info ⚠GetListener - SBLaunch
Info ⚠GetNum Arguments - SBLaunch
Info ⚠GetNum Environment Entries - SBLaunch
Info ⚠GetProcessID - SBLaunch
Info ⚠GetProcess Plugin Name - SBLaunch
Info ⚠GetResume Count - SBLaunch
Info ⚠GetScripted Process Class Name - SBLaunch
Info ⚠GetScripted Process Dictionary - SBLaunch
Info ⚠GetShell - SBLaunch
Info ⚠GetShell Expand Arguments - SBLaunch
Info ⚠GetUserID - SBLaunch
Info ⚠GetWorking Directory - SBLaunch
Info ⚠GroupID IsValid - SBLaunch
Info ⚠SetArguments - SBLaunch
Info ⚠SetDetach OnError - SBLaunch
Info ⚠SetEnvironment - SBLaunch
Info ⚠SetEnvironment Entries - SBLaunch
Info ⚠SetExecutable File - SBLaunch
Info ⚠SetGroupID - SBLaunch
Info ⚠SetLaunch Event Data - SBLaunch
Info ⚠SetLaunch Flags - SBLaunch
Info ⚠SetListener - SBLaunch
Info ⚠SetProcess Plugin Name - SBLaunch
Info ⚠SetResume Count - SBLaunch
Info ⚠SetScripted Process Class Name - SBLaunch
Info ⚠SetScripted Process Dictionary - SBLaunch
Info ⚠SetShell - SBLaunch
Info ⚠SetShell Expand Arguments - SBLaunch
Info ⚠SetUserID - SBLaunch
Info ⚠SetWorking Directory - SBLaunch
Info ⚠UserID IsValid - SBLine
Entry ⚠GetColumn - SBLine
Entry ⚠GetDescription - SBLine
Entry ⚠GetEnd Address - SBLine
Entry ⚠GetFile Spec - SBLine
Entry ⚠GetLine - SBLine
Entry ⚠GetStart Address - SBLine
Entry ⚠IsValid - SBLine
Entry ⚠SetColumn - SBLine
Entry ⚠SetFile Spec - SBLine
Entry ⚠SetLine - SBListener
AddEvent ⚠ - SBListener
Clear ⚠ - SBListener
GetNext ⚠Event - SBListener
GetNext ⚠Event ForBroadcaster - SBListener
GetNext ⚠Event ForBroadcaster With Type - SBListener
Handle ⚠Broadcast Event - SBListener
IsValid ⚠ - SBListener
Peek ⚠AtNext Event - SBListener
Peek ⚠AtNext Event ForBroadcaster - SBListener
Peek ⚠AtNext Event ForBroadcaster With Type - SBListener
Start ⚠Listening ForEvent Class - SBListener
Start ⚠Listening ForEvents - SBListener
Stop ⚠Listening ForEvent Class - SBListener
Stop ⚠Listening ForEvents - SBListener
Wait ⚠ForEvent - SBListener
Wait ⚠ForEvent ForBroadcaster - SBListener
Wait ⚠ForEvent ForBroadcaster With Type - SBMemory
Region ⚠Info Clear - SBMemory
Region ⚠Info GetDescription - SBMemory
Region ⚠Info GetDirty Page Address AtIndex - SBMemory
Region ⚠Info GetName - SBMemory
Region ⚠Info GetNum Dirty Pages - SBMemory
Region ⚠Info GetPage Size - SBMemory
Region ⚠Info GetRegion Base - SBMemory
Region ⚠Info GetRegion End - SBMemory
Region ⚠Info HasDirty Memory Page List - SBMemory
Region ⚠Info IsExecutable - SBMemory
Region ⚠Info IsMapped - SBMemory
Region ⚠Info IsReadable - SBMemory
Region ⚠Info IsWritable - SBMemory
Region ⚠Info List Append - SBMemory
Region ⚠Info List Append List - SBMemory
Region ⚠Info List Clear - SBMemory
Region ⚠Info List GetMemory Region AtIndex - SBMemory
Region ⚠Info List GetMemory Region Containing Address - SBMemory
Region ⚠Info List GetSize - SBModule
Clear ⚠ - SBModule
Find ⚠First Global Variable - SBModule
Find ⚠First Type - SBModule
Find ⚠Functions - SBModule
Find ⚠Global Variables - SBModule
Find ⚠Section - SBModule
Find ⚠Symbol - SBModule
Find ⚠Symbols - SBModule
Find ⚠Types - SBModule
Garbage ⚠Collect Allocated Modules - SBModule
GetAddress ⚠Byte Size - SBModule
GetBasic ⚠Type - SBModule
GetByte ⚠Order - SBModule
GetCompile ⚠Unit AtIndex - SBModule
GetDescription ⚠ - SBModule
GetFile ⚠Spec - SBModule
GetNum ⚠Compile Units - SBModule
GetNum ⚠Sections - SBModule
GetNum ⚠Symbols - SBModule
GetNumber ⚠Allocated Modules - SBModule
GetObject ⚠File Entry Point Address - SBModule
GetObject ⚠File Header Address - SBModule
GetPlatform ⚠File Spec - SBModule
GetRemote ⚠Install File Spec - SBModule
GetSection ⚠AtIndex - SBModule
GetSymbol ⚠AtIndex - SBModule
GetSymbol ⚠File Spec - SBModule
GetTriple ⚠ - SBModule
GetType ⚠ByID - SBModule
GetTypes ⚠ - SBModule
GetUUID ⚠Bytes - SBModule
GetUUID ⚠String - SBModule
GetVersion ⚠ - SBModule
IsFile ⚠Backed - SBModule
IsValid ⚠ - SBModule
Resolve ⚠File Address - SBModule
Resolve ⚠Symbol Context ForAddress - SBModule
SetPlatform ⚠File Spec - SBModule
SetRemote ⚠Install File Spec - SBModule
Spec ⚠Clear - SBModule
Spec ⚠GetDescription - SBModule
Spec ⚠GetFile Spec - SBModule
Spec ⚠GetObject Name - SBModule
Spec ⚠GetPlatform File Spec - SBModule
Spec ⚠GetSymbol File Spec - SBModule
Spec ⚠GetTriple - SBModule
Spec ⚠GetUUID Bytes - SBModule
Spec ⚠GetUUID Length - SBModule
Spec ⚠IsValid - SBModule
Spec ⚠List Append - SBModule
Spec ⚠List Append List - SBModule
Spec ⚠List Find First Matching Spec - SBModule
Spec ⚠List Find Matching Specs - SBModule
Spec ⚠List GetDescription - SBModule
Spec ⚠List GetModule Specifications - SBModule
Spec ⚠List GetSize - SBModule
Spec ⚠List GetSpec AtIndex - SBModule
Spec ⚠SetFile Spec - SBModule
Spec ⚠SetObject Name - SBModule
Spec ⚠SetPlatform File Spec - SBModule
Spec ⚠SetSymbol File Spec - SBModule
Spec ⚠SetTriple - SBModule
Spec ⚠SetUUID Bytes - SBPlatform
Clear ⚠ - SBPlatform
Connect ⚠Options Disable Rsync - SBPlatform
Connect ⚠Options Enable Rsync - SBPlatform
Connect ⚠Options GetLocal Cache Directory - SBPlatform
Connect ⚠Options GetRsync Enabled - SBPlatform
Connect ⚠Options GetURL - SBPlatform
Connect ⚠Options SetLocal Cache Directory - SBPlatform
Connect ⚠Options SetURL - SBPlatform
Connect ⚠Remote - SBPlatform
Disconnect ⚠Remote - SBPlatform
Get ⚠ - SBPlatform
GetEnvironment ⚠ - SBPlatform
GetFile ⚠Permissions - SBPlatform
GetHost ⚠Platform - SBPlatform
GetHostname ⚠ - SBPlatform
GetName ⚠ - SBPlatform
GetOS ⚠Build - SBPlatform
GetOS ⚠Description - SBPlatform
GetOS ⚠Major Version - SBPlatform
GetOS ⚠Minor Version - SBPlatform
GetOS ⚠Update Version - SBPlatform
GetTriple ⚠ - SBPlatform
GetWorking ⚠Directory - SBPlatform
Install ⚠ - SBPlatform
IsConnected ⚠ - SBPlatform
IsValid ⚠ - SBPlatform
Kill ⚠ - SBPlatform
Launch ⚠ - SBPlatform
Make ⚠Directory - SBPlatform
Put ⚠ - SBPlatform
Run ⚠ - SBPlatform
SetFile ⚠Permissions - SBPlatform
SetSDK ⚠Root - SBPlatform
SetWorking ⚠Directory - SBPlatform
Shell ⚠Command Clear - SBPlatform
Shell ⚠Command GetCommand - SBPlatform
Shell ⚠Command GetOutput - SBPlatform
Shell ⚠Command GetShell - SBPlatform
Shell ⚠Command GetSignal - SBPlatform
Shell ⚠Command GetStatus - SBPlatform
Shell ⚠Command GetTimeout Seconds - SBPlatform
Shell ⚠Command GetWorking Directory - SBPlatform
Shell ⚠Command SetCommand - SBPlatform
Shell ⚠Command SetShell - SBPlatform
Shell ⚠Command SetTimeout Seconds - SBPlatform
Shell ⚠Command SetWorking Directory - SBProcess
Allocate ⚠Memory - SBProcess
Append ⚠Event State Report - SBProcess
Clear ⚠ - SBProcess
Continue ⚠ - SBProcess
CreateOS ⚠Plugin Thread - SBProcess
Deallocate ⚠Memory - SBProcess
Destroy ⚠ - SBProcess
Detach ⚠ - SBProcess
Detach2 ⚠ - SBProcess
Event ⚠IsProcess Event - SBProcess
Event ⚠IsStructured Data Event - SBProcess
GetAddress ⚠Byte Size - SBProcess
GetAsync ⚠Profile Data - SBProcess
GetBroadcaster ⚠ - SBProcess
GetBroadcaster ⚠Class - SBProcess
GetBroadcaster ⚠Class Name - SBProcess
GetByte ⚠Order - SBProcess
GetDescription ⚠ - SBProcess
GetExit ⚠Description - SBProcess
GetExit ⚠Status - SBProcess
GetExtended ⚠Backtrace Type AtIndex - SBProcess
GetExtended ⚠Crash Information - SBProcess
GetHistory ⚠Threads - SBProcess
GetInterrupted ⚠From Event - SBProcess
GetMemory ⚠Region Info - SBProcess
GetMemory ⚠Regions - SBProcess
GetNum ⚠Extended Backtrace Types - SBProcess
GetNum ⚠Queues - SBProcess
GetNum ⚠Restarted Reasons From Event - SBProcess
GetNum ⚠Supported Hardware Watchpoints - SBProcess
GetNum ⚠Threads - SBProcess
GetPlugin ⚠Name - SBProcess
GetProcess ⚠From Event - SBProcess
GetProcessID ⚠ - SBProcess
GetProcess ⚠Info - SBProcess
GetQueue ⚠AtIndex - SBProcess
GetRestarted ⚠From Event - SBProcess
GetRestarted ⚠Reason AtIndex From Event - SBProcess
GetSTDERR ⚠ - SBProcess
GetSTDOUT ⚠ - SBProcess
GetSelected ⚠Thread - SBProcess
GetShort ⚠Plugin Name - SBProcess
GetState ⚠ - SBProcess
GetState ⚠From Event - SBProcess
GetStopID ⚠ - SBProcess
GetStructured ⚠Data From Event - SBProcess
GetTarget ⚠ - SBProcess
GetThread ⚠AtIndex - SBProcess
GetThread ⚠ByID - SBProcess
GetThread ⚠ByIndexID - SBProcess
GetUniqueID ⚠ - SBProcess
GetUnix ⚠Signals - SBProcess
Info ⚠Effective GroupID IsValid - SBProcess
Info ⚠Effective UserID IsValid - SBProcess
Info ⚠GetEffective GroupID - SBProcess
Info ⚠GetEffective UserID - SBProcess
Info ⚠GetExecutable File - SBProcess
Info ⚠GetGroupID - SBProcess
Info ⚠GetName - SBProcess
Info ⚠GetParent ProcessID - SBProcess
Info ⚠GetProcessID - SBProcess
Info ⚠GetTriple - SBProcess
Info ⚠GetUserID - SBProcess
Info ⚠GroupID IsValid - SBProcess
Info ⚠IsValid - SBProcess
Info ⚠UserID IsValid - SBProcess
IsInstrumentation ⚠Runtime Present - SBProcess
IsValid ⚠ - SBProcess
Kill ⚠ - SBProcess
Load ⚠Image - SBProcess
Load ⚠Image Using Paths - SBProcess
PutSTDIN ⚠ - SBProcess
ReadC ⚠String From Memory - SBProcess
Read ⚠Memory - SBProcess
Read ⚠Pointer From Memory - SBProcess
Read ⚠Unsigned From Memory - SBProcess
Remote ⚠Attach ToProcess WithID - SBProcess
Remote ⚠Launch - SBProcess
Report ⚠Event State - SBProcess
Save ⚠Core - SBProcess
Send ⚠Async Interrupt - SBProcess
Send ⚠Event Data - SBProcess
SetSelected ⚠Thread - SBProcess
SetSelected ⚠Thread ByID - SBProcess
SetSelected ⚠Thread ByIndexID - SBProcess
Signal ⚠ - SBProcess
Stop ⚠ - SBProcess
Unload ⚠Image - SBProcess
Write ⚠Memory - SBQueue
Clear ⚠ - SBQueue
GetIndexID ⚠ - SBQueue
GetKind ⚠ - SBQueue
GetName ⚠ - SBQueue
GetNum ⚠Pending Items - SBQueue
GetNum ⚠Running Items - SBQueue
GetNum ⚠Threads - SBQueue
GetPending ⚠Item AtIndex - SBQueue
GetProcess ⚠ - SBQueue
GetQueueID ⚠ - SBQueue
GetThread ⚠AtIndex - SBQueue
IsValid ⚠ - SBQueue
Item ⚠Clear - SBQueue
Item ⚠GetAddress - SBQueue
Item ⚠GetExtended Backtrace Thread - SBQueue
Item ⚠GetKind - SBQueue
Item ⚠IsValid - SBQueue
Item ⚠SetAddress - SBQueue
Item ⚠SetKind - SBSection
Find ⚠SubSection - SBSection
GetByte ⚠Size - SBSection
GetDescription ⚠ - SBSection
GetFile ⚠Address - SBSection
GetFile ⚠Byte Size - SBSection
GetFile ⚠Offset - SBSection
GetLoad ⚠Address - SBSection
GetName ⚠ - SBSection
GetNum ⚠SubSections - SBSection
GetParent ⚠ - SBSection
GetPermissions ⚠ - SBSection
GetSection ⚠Data - SBSection
GetSection ⚠Data2 - SBSection
GetSection ⚠Type - SBSection
GetSub ⚠Section AtIndex - SBSection
GetTarget ⚠Byte Size - SBSection
IsValid ⚠ - SBSource
Manager ⚠Display Source Lines With Line Numbers - SBSource
Manager ⚠Display Source Lines With Line Numbers AndColumn - SBStream
Clear ⚠ - SBStream
GetData ⚠ - SBStream
GetSize ⚠ - SBStream
IsValid ⚠ - SBStream
Print ⚠ - SBStream
Printf ⚠ - SBStream
Redirect ⚠ToFile - SBStream
Redirect ⚠ToFile2 - SBStream
Redirect ⚠ToFile Descriptor - SBStream
Redirect ⚠ToFile Handle - SBString
List ⚠Append List - SBString
List ⚠Append List2 - SBString
List ⚠Append String - SBString
List ⚠Clear - SBString
List ⚠GetSize - SBString
List ⚠GetString AtIndex - SBString
List ⚠IsValid - SBStructured
Data ⚠Clear - SBStructured
Data ⚠GetAsJSON - SBStructured
Data ⚠GetBoolean Value - SBStructured
Data ⚠GetDescription - SBStructured
Data ⚠GetFloat Value - SBStructured
Data ⚠GetInteger Value - SBStructured
Data ⚠GetItem AtIndex - SBStructured
Data ⚠GetKeys - SBStructured
Data ⚠GetSize - SBStructured
Data ⚠GetString Value - SBStructured
Data ⚠GetType - SBStructured
Data ⚠GetValue ForKey - SBStructured
Data ⚠IsValid - SBStructured
Data ⚠SetFromJSON - SBStructured
Data ⚠SetFromJSO N2 - SBSymbol
Context ⚠GetBlock - SBSymbol
Context ⚠GetCompile Unit - SBSymbol
Context ⚠GetDescription - SBSymbol
Context ⚠GetFunction - SBSymbol
Context ⚠GetLine Entry - SBSymbol
Context ⚠GetModule - SBSymbol
Context ⚠GetParent OfInlined Scope - SBSymbol
Context ⚠GetSymbol - SBSymbol
Context ⚠IsValid - SBSymbol
Context ⚠List Append - SBSymbol
Context ⚠List Append List - SBSymbol
Context ⚠List Clear - SBSymbol
Context ⚠List GetContext AtIndex - SBSymbol
Context ⚠List GetDescription - SBSymbol
Context ⚠List GetSize - SBSymbol
Context ⚠List IsValid - SBSymbol
Context ⚠SetBlock - SBSymbol
Context ⚠SetCompile Unit - SBSymbol
Context ⚠SetFunction - SBSymbol
Context ⚠SetLine Entry - SBSymbol
Context ⚠SetModule - SBSymbol
Context ⚠SetSymbol - SBSymbol
GetDescription ⚠ - SBSymbol
GetDisplay ⚠Name - SBSymbol
GetEnd ⚠Address - SBSymbol
GetInstructions ⚠ - SBSymbol
GetInstructions2 ⚠ - SBSymbol
GetMangled ⚠Name - SBSymbol
GetName ⚠ - SBSymbol
GetPrologue ⚠Byte Size - SBSymbol
GetStart ⚠Address - SBSymbol
GetType ⚠ - SBSymbol
IsExternal ⚠ - SBSymbol
IsSynthetic ⚠ - SBSymbol
IsValid ⚠ - SBTarget
AddModule ⚠ - SBTarget
AddModule ⚠Spec - SBTarget
Append ⚠Image Search Path - SBTarget
Attach ⚠ - SBTarget
Attach ⚠ToProcess WithID - SBTarget
Attach ⚠ToProcess With Name - SBTarget
Breakpoint ⚠Create ByAddress - SBTarget
Breakpoint ⚠Create ByLocation - SBTarget
Breakpoint ⚠Create ByLocation2 - SBTarget
Breakpoint ⚠Create ByLocation3 - SBTarget
Breakpoint ⚠Create ByLocation4 - SBTarget
Breakpoint ⚠Create ByLocation5 - SBTarget
Breakpoint ⚠Create ByLocation6 - SBTarget
Breakpoint ⚠Create ByName - SBTarget
Breakpoint ⚠Create ByName2 - SBTarget
Breakpoint ⚠Create ByName3 - SBTarget
Breakpoint ⚠Create ByNames - SBTarget
Breakpoint ⚠Create ByNames2 - SBTarget
Breakpoint ⚠Create ByNames3 - SBTarget
Breakpoint ⚠Create ByRegex - SBTarget
Breakpoint ⚠Create ByRegex2 - SBTarget
Breakpoint ⚠Create ByRegex3 - SBTarget
Breakpoint ⚠Create BySB Address - SBTarget
Breakpoint ⚠Create BySource Regex - SBTarget
Breakpoint ⚠Create BySource Regex2 - SBTarget
Breakpoint ⚠Create BySource Regex3 - SBTarget
Breakpoint ⚠Create ForException - SBTarget
Breakpoint ⚠Create From Script - SBTarget
Breakpoint ⚠Delete - SBTarget
Breakpoints ⚠Create From File - SBTarget
Breakpoints ⚠Create From File2 - SBTarget
Breakpoints ⚠Write ToFile - SBTarget
Breakpoints ⚠Write ToFile2 - SBTarget
Clear ⚠ - SBTarget
Clear ⚠Module Load Address - SBTarget
Clear ⚠Section Load Address - SBTarget
Connect ⚠Remote - SBTarget
Create ⚠Value From Address - SBTarget
Create ⚠Value From Data - SBTarget
Create ⚠Value From Expression - SBTarget
Delete ⚠AllBreakpoints - SBTarget
Delete ⚠AllWatchpoints - SBTarget
Delete ⚠Breakpoint Name - SBTarget
Delete ⚠Watchpoint - SBTarget
Disable ⚠AllBreakpoints - SBTarget
Disable ⚠AllWatchpoints - SBTarget
Enable ⚠AllBreakpoints - SBTarget
Enable ⚠AllWatchpoints - SBTarget
Evaluate ⚠Expression - SBTarget
Event ⚠IsTarget Event - SBTarget
Find ⚠Breakpoint ByID - SBTarget
Find ⚠Breakpoints ByName - SBTarget
Find ⚠Compile Units - SBTarget
Find ⚠First Global Variable - SBTarget
Find ⚠First Type - SBTarget
Find ⚠Functions - SBTarget
Find ⚠Global Functions - SBTarget
Find ⚠Global Variables - SBTarget
Find ⚠Global Variables2 - SBTarget
Find ⚠Module - SBTarget
Find ⚠Symbols - SBTarget
Find ⚠Types - SBTarget
Find ⚠Watchpoint ByID - SBTarget
GetAddress ⚠Byte Size - SBTarget
GetBasic ⚠Type - SBTarget
GetBreakpoint ⚠AtIndex - SBTarget
GetBreakpoint ⚠Names - SBTarget
GetBroadcaster ⚠ - SBTarget
GetBroadcaster ⚠Class Name - SBTarget
GetByte ⚠Order - SBTarget
GetCode ⚠Byte Size - SBTarget
GetCollecting ⚠Stats - SBTarget
GetData ⚠Byte Size - SBTarget
GetDebugger ⚠ - SBTarget
GetDescription ⚠ - SBTarget
GetEnvironment ⚠ - SBTarget
GetExecutable ⚠ - SBTarget
GetInstructions ⚠ - SBTarget
GetInstructions2 ⚠ - SBTarget
GetInstructions ⚠With Flavor - SBTarget
GetInstructions ⚠With Flavor2 - SBTarget
GetLaunch ⚠Info - SBTarget
GetMaximum ⚠Number OfChildren ToDisplay - SBTarget
GetModule ⚠AtIndex - SBTarget
GetModule ⚠AtIndex From Event - SBTarget
GetNum ⚠Breakpoints - SBTarget
GetNum ⚠Modules - SBTarget
GetNum ⚠Modules From Event - SBTarget
GetNum ⚠Watchpoints - SBTarget
GetPlatform ⚠ - SBTarget
GetProcess ⚠ - SBTarget
GetSource ⚠Manager - SBTarget
GetStack ⚠RedZone Size - SBTarget
GetStatistics ⚠ - SBTarget
GetTarget ⚠From Event - SBTarget
GetTriple ⚠ - SBTarget
GetWatchpoint ⚠AtIndex - SBTarget
Install ⚠ - SBTarget
IsLoaded ⚠ - SBTarget
IsValid ⚠ - SBTarget
Launch ⚠ - SBTarget
Launch2 ⚠ - SBTarget
Launch ⚠Simple - SBTarget
Load ⚠Core - SBTarget
Read ⚠Instructions - SBTarget
Read ⚠Instructions2 - SBTarget
Read ⚠Memory - SBTarget
Remove ⚠Module - SBTarget
Resolve ⚠File Address - SBTarget
Resolve ⚠Load Address - SBTarget
Resolve ⚠Past Load Address - SBTarget
Resolve ⚠Symbol Context ForAddress - SBTarget
SetCollecting ⚠Stats - SBTarget
SetLaunch ⚠Info - SBTarget
SetModule ⚠Load Address - SBTarget
SetSection ⚠Load Address - SBTarget
Watch ⚠Address - SBThread
Clear ⚠ - SBThread
Collection ⚠GetSize - SBThread
Collection ⚠GetThread AtIndex - SBThread
Collection ⚠IsValid - SBThread
Event ⚠IsThread Event - SBThread
GetBroadcaster ⚠Class Name - SBThread
GetCurrent ⚠Exception - SBThread
GetCurrent ⚠Exception Backtrace - SBThread
GetDescription ⚠ - SBThread
GetExtended ⚠Backtrace Originating IndexID - SBThread
GetExtended ⚠Backtrace Thread - SBThread
GetFrame ⚠AtIndex - SBThread
GetIndexID ⚠ - SBThread
GetInfo ⚠Item ByPath AsString - SBThread
GetName ⚠ - SBThread
GetNum ⚠Frames - SBThread
GetProcess ⚠ - SBThread
GetQueue ⚠ - SBThread
GetQueueID ⚠ - SBThread
GetQueue ⚠Name - SBThread
GetSelected ⚠Frame - SBThread
GetSiginfo ⚠ - SBThread
GetStack ⚠Frame From Event - SBThread
GetStatus ⚠ - SBThread
GetStop ⚠Description - SBThread
GetStop ⚠Reason - SBThread
GetStop ⚠Reason Data AtIndex - SBThread
GetStop ⚠Reason Data Count - SBThread
GetStop ⚠Reason Extended Backtraces - SBThread
GetStop ⚠Reason Extended Info AsJSON - SBThread
GetStop ⚠Return Value - SBThread
GetThread ⚠From Event - SBThread
GetThreadID ⚠ - SBThread
IsStopped ⚠ - SBThread
IsSuspended ⚠ - SBThread
IsValid ⚠ - SBThread
Jump ⚠ToLine - SBThread
Plan ⚠Clear - SBThread
Plan ⚠GetDescription - SBThread
Plan ⚠GetStop Others - SBThread
Plan ⚠GetStop Reason - SBThread
Plan ⚠GetStop Reason Data AtIndex - SBThread
Plan ⚠GetStop Reason Data Count - SBThread
Plan ⚠GetThread - SBThread
Plan ⚠IsPlan Complete - SBThread
Plan ⚠IsPlan Stale - SBThread
Plan ⚠IsValid - SBThread
Plan ⚠Queue Thread Plan ForRun ToAddress - SBThread
Plan ⚠Queue Thread Plan ForStep InRange - SBThread
Plan ⚠Queue Thread Plan ForStep Out - SBThread
Plan ⚠Queue Thread Plan ForStep Over Range - SBThread
Plan ⚠Queue Thread Plan ForStep Scripted - SBThread
Plan ⚠SetPlan Complete - SBThread
Plan ⚠SetStop Others - SBThread
Resume ⚠ - SBThread
Return ⚠From Frame - SBThread
RunTo ⚠Address - SBThread
Safe ⚠ToCall Functions - SBThread
SetSelected ⚠Frame - SBThread
Step ⚠Instruction - SBThread
Step ⚠Into - SBThread
Step ⚠Into2 - SBThread
Step ⚠Into3 - SBThread
Step ⚠Out - SBThread
Step ⚠OutOf Frame - SBThread
Step ⚠Over - SBThread
Step ⚠Over Until - SBThread
Step ⚠Using Scripted Thread Plan - SBThread
Suspend ⚠ - SBThread
Unwind ⚠Innermost Expression - SBType
Category ⚠AddLanguage - SBType
Category ⚠AddType Filter - SBType
Category ⚠AddType Format - SBType
Category ⚠AddType Summary - SBType
Category ⚠AddType Synthetic - SBType
Category ⚠Delete Type Filter - SBType
Category ⚠Delete Type Format - SBType
Category ⚠Delete Type Summary - SBType
Category ⚠Delete Type Synthetic - SBType
Category ⚠GetDescription - SBType
Category ⚠GetEnabled - SBType
Category ⚠GetFilter AtIndex - SBType
Category ⚠GetFilter ForType - SBType
Category ⚠GetFormat AtIndex - SBType
Category ⚠GetFormat ForType - SBType
Category ⚠GetLanguage AtIndex - SBType
Category ⚠GetName - SBType
Category ⚠GetNum Filters - SBType
Category ⚠GetNum Formats - SBType
Category ⚠GetNum Languages - SBType
Category ⚠GetNum Summaries - SBType
Category ⚠GetNum Synthetics - SBType
Category ⚠GetSummary AtIndex - SBType
Category ⚠GetSummary ForType - SBType
Category ⚠GetSynthetic AtIndex - SBType
Category ⚠GetSynthetic ForType - SBType
Category ⚠GetType Name Specifier ForFilter AtIndex - SBType
Category ⚠GetType Name Specifier ForFormat AtIndex - SBType
Category ⚠GetType Name Specifier ForSummary AtIndex - SBType
Category ⚠GetType Name Specifier ForSynthetic AtIndex - SBType
Category ⚠IsValid - SBType
Category ⚠SetEnabled - SBType
Enum ⚠Member GetDescription - SBType
Enum ⚠Member GetName - SBType
Enum ⚠Member GetType - SBType
Enum ⚠Member GetValue AsSigned - SBType
Enum ⚠Member GetValue AsUnsigned - SBType
Enum ⚠Member IsValid - SBType
Enum ⚠Member List Append - SBType
Enum ⚠Member List GetSize - SBType
Enum ⚠Member List GetType Enum Member AtIndex - SBType
Enum ⚠Member List IsValid - SBType
Filter ⚠Append Expression Path - SBType
Filter ⚠Clear - SBType
Filter ⚠GetDescription - SBType
Filter ⚠GetExpression Path AtIndex - SBType
Filter ⚠GetNumber OfExpression Paths - SBType
Filter ⚠GetOptions - SBType
Filter ⚠IsEqual To - SBType
Filter ⚠IsValid - SBType
Filter ⚠Replace Expression Path AtIndex - SBType
Filter ⚠SetOptions - SBType
Format ⚠GetDescription - SBType
Format ⚠GetFormat - SBType
Format ⚠GetOptions - SBType
Format ⚠GetType Name - SBType
Format ⚠IsEqual To - SBType
Format ⚠IsValid - SBType
Format ⚠SetFormat - SBType
Format ⚠SetOptions - SBType
Format ⚠SetType Name - SBType
GetArray ⚠Element Type - SBType
GetArray ⚠Type - SBType
GetBasic ⚠Type - SBType
GetBasic ⚠Type2 - SBType
GetByte ⚠Size - SBType
GetCanonical ⚠Type - SBType
GetDereferenced ⚠Type - SBType
GetDescription ⚠ - SBType
GetDirect ⚠Base Class AtIndex - SBType
GetDisplay ⚠Type Name - SBType
GetEnum ⚠Members - SBType
GetEnumeration ⚠Integer Type - SBType
GetField ⚠AtIndex - SBType
GetFunction ⚠Argument Types - SBType
GetFunction ⚠Return Type - SBType
GetMember ⚠Function AtIndex - SBType
GetModule ⚠ - SBType
GetName ⚠ - SBType
GetNumber ⚠OfDirect Base Classes - SBType
GetNumber ⚠OfFields - SBType
GetNumber ⚠OfMember Functions - SBType
GetNumber ⚠OfTemplate Arguments - SBType
GetNumber ⚠OfVirtual Base Classes - SBType
GetPointee ⚠Type - SBType
GetPointer ⚠Type - SBType
GetReference ⚠Type - SBType
GetTemplate ⚠Argument Kind - SBType
GetTemplate ⚠Argument Type - SBType
GetType ⚠Class - SBType
GetType ⚠Flags - SBType
GetTypedefed ⚠Type - SBType
GetUnqualified ⚠Type - SBType
GetVector ⚠Element Type - SBType
GetVirtual ⚠Base Class AtIndex - SBType
IsAnonymous ⚠Type - SBType
IsArray ⚠Type - SBType
IsFunction ⚠Type - SBType
IsPointer ⚠Type - SBType
IsPolymorphic ⚠Class - SBType
IsReference ⚠Type - SBType
IsScoped ⚠Enumeration Type - SBType
IsType ⚠Complete - SBType
IsTypedef ⚠Type - SBType
IsValid ⚠ - SBType
IsVector ⚠Type - SBType
List ⚠Append - SBType
List ⚠GetSize - SBType
List ⚠GetType AtIndex - SBType
List ⚠IsValid - SBType
Member ⚠Function GetArgument Type AtIndex - SBType
Member ⚠Function GetDescription - SBType
Member ⚠Function GetKind - SBType
Member ⚠Function GetName - SBType
Member ⚠Function GetNumber OfArguments - SBType
Member ⚠Function GetReturn Type - SBType
Member ⚠Function GetType - SBType
Member ⚠Function IsValid - SBType
Member ⚠GetBitfield Size InBits - SBType
Member ⚠GetDescription - SBType
Member ⚠GetName - SBType
Member ⚠GetOffset InBits - SBType
Member ⚠GetOffset InBytes - SBType
Member ⚠GetType - SBType
Member ⚠IsBitfield - SBType
Member ⚠IsValid - SBType
Name ⚠Specifier GetDescription - SBType
Name ⚠Specifier GetName - SBType
Name ⚠Specifier GetType - SBType
Name ⚠Specifier IsEqual To - SBType
Name ⚠Specifier IsRegex - SBType
Name ⚠Specifier IsValid - SBType
Summary ⚠Create With Function Name - SBType
Summary ⚠Create With Script Code - SBType
Summary ⚠Create With Summary String - SBType
Summary ⚠GetData - SBType
Summary ⚠GetDescription - SBType
Summary ⚠GetOptions - SBType
Summary ⚠IsEqual To - SBType
Summary ⚠IsFunction Code - SBType
Summary ⚠IsFunction Name - SBType
Summary ⚠IsSummary String - SBType
Summary ⚠IsValid - SBType
Summary ⚠Options GetCapping - SBType
Summary ⚠Options GetLanguage - SBType
Summary ⚠Options IsValid - SBType
Summary ⚠Options SetCapping - SBType
Summary ⚠Options SetLanguage - SBType
Summary ⚠SetFunction Code - SBType
Summary ⚠SetFunction Name - SBType
Summary ⚠SetOptions - SBType
Summary ⚠SetSummary String - SBType
Synthetic ⚠Create With Class Name - SBType
Synthetic ⚠Create With Script Code - SBType
Synthetic ⚠GetData - SBType
Synthetic ⚠GetDescription - SBType
Synthetic ⚠GetOptions - SBType
Synthetic ⚠IsClass Code - SBType
Synthetic ⚠IsClass Name - SBType
Synthetic ⚠IsEqual To - SBType
Synthetic ⚠IsValid - SBType
Synthetic ⚠SetClass Code - SBType
Synthetic ⚠SetClass Name - SBType
Synthetic ⚠SetOptions - SBUnix
Signals ⚠Clear - SBUnix
Signals ⚠GetNum Signals - SBUnix
Signals ⚠GetShould Notify - SBUnix
Signals ⚠GetShould Stop - SBUnix
Signals ⚠GetShould Suppress - SBUnix
Signals ⚠GetSignal AsCString - SBUnix
Signals ⚠GetSignal AtIndex - SBUnix
Signals ⚠GetSignal Number From Name - SBUnix
Signals ⚠IsValid - SBUnix
Signals ⚠SetShould Notify - SBUnix
Signals ⚠SetShould Stop - SBUnix
Signals ⚠SetShould Suppress - SBValue
Address ⚠Of - SBValue
Cast ⚠ - SBValue
Clear ⚠ - SBValue
Clone ⚠ - SBValue
Create ⚠Child AtOffset - SBValue
Create ⚠Value From Address - SBValue
Create ⚠Value From Data - SBValue
Create ⚠Value From Expression - SBValue
Create ⚠Value From Expression2 - SBValue
Dereference ⚠ - SBValue
Evaluate ⚠Expression - SBValue
GetAddress ⚠ - SBValue
GetByte ⚠Size - SBValue
GetChild ⚠AtIndex - SBValue
GetChild ⚠AtIndex2 - SBValue
GetChild ⚠Member With Name - SBValue
GetChild ⚠Member With Name2 - SBValue
GetData ⚠ - SBValue
GetDeclaration ⚠ - SBValue
GetDescription ⚠ - SBValue
GetDisplay ⚠Type Name - SBValue
GetDynamic ⚠Value - SBValue
GetError ⚠ - SBValue
GetExpression ⚠Path - SBValue
GetExpression ⚠Path2 - SBValue
GetFormat ⚠ - SBValue
GetFrame ⚠ - SBValue
GetID ⚠ - SBValue
GetIndex ⚠OfChild With Name - SBValue
GetLoad ⚠Address - SBValue
GetLocation ⚠ - SBValue
GetName ⚠ - SBValue
GetNon ⚠Synthetic Value - SBValue
GetNum ⚠Children - SBValue
GetObject ⚠Description - SBValue
GetOpaque ⚠Type - SBValue
GetPointee ⚠Data - SBValue
GetPrefer ⚠Dynamic Value - SBValue
GetPrefer ⚠Synthetic Value - SBValue
GetProcess ⚠ - SBValue
GetStatic ⚠Value - SBValue
GetSummary ⚠ - SBValue
GetSummary2 ⚠ - SBValue
GetTarget ⚠ - SBValue
GetThread ⚠ - SBValue
GetType ⚠ - SBValue
GetType ⚠Filter - SBValue
GetType ⚠Format - SBValue
GetType ⚠Name - SBValue
GetType ⚠Summary - SBValue
GetType ⚠Synthetic - SBValue
GetValue ⚠ - SBValue
GetValue ⚠AsSigned - SBValue
GetValue ⚠AsSigned2 - SBValue
GetValue ⚠AsUnsigned - SBValue
GetValue ⚠AsUnsigned2 - SBValue
GetValue ⚠DidChange - SBValue
GetValue ⚠ForExpression Path - SBValue
GetValue ⚠Type - SBValue
IsDynamic ⚠ - SBValue
IsIn ⚠Scope - SBValue
IsRuntime ⚠Support Value - SBValue
IsSynthetic ⚠ - SBValue
IsSynthetic ⚠Children Generated - SBValue
IsValid ⚠ - SBValue
List ⚠Append - SBValue
List ⚠Append List - SBValue
List ⚠Clear - SBValue
List ⚠Find Value Object ByUID - SBValue
List ⚠GetFirst Value ByName - SBValue
List ⚠GetSize - SBValue
List ⚠GetValue AtIndex - SBValue
List ⚠IsValid - SBValue
Might ⚠Have Children - SBValue
Persist ⚠ - SBValue
SetData ⚠ - SBValue
SetFormat ⚠ - SBValue
SetPrefer ⚠Dynamic Value - SBValue
SetPrefer ⚠Synthetic Value - SBValue
SetSynthetic ⚠Children Generated - SBValue
SetValue ⚠FromC String - SBValue
SetValue ⚠FromC String2 - SBValue
Type ⚠IsPointer Type - SBValue
Watch ⚠ - SBValue
Watch2 ⚠ - SBValue
Watch ⚠Pointee - SBVariables
Options ⚠GetIn Scope Only - SBVariables
Options ⚠GetInclude Arguments - SBVariables
Options ⚠GetInclude Locals - SBVariables
Options ⚠GetInclude Recognized Arguments - SBVariables
Options ⚠GetInclude Runtime Support Values - SBVariables
Options ⚠GetInclude Statics - SBVariables
Options ⚠GetUse Dynamic - SBVariables
Options ⚠IsValid - SBVariables
Options ⚠SetIn Scope Only - SBVariables
Options ⚠SetInclude Arguments - SBVariables
Options ⚠SetInclude Locals - SBVariables
Options ⚠SetInclude Recognized Arguments - SBVariables
Options ⚠SetInclude Runtime Support Values - SBVariables
Options ⚠SetInclude Statics - SBVariables
Options ⚠SetUse Dynamic - SBWatchpoint
Clear ⚠ - SBWatchpoint
Event ⚠IsWatchpoint Event - SBWatchpoint
GetCondition ⚠ - SBWatchpoint
GetDescription ⚠ - SBWatchpoint
GetError ⚠ - SBWatchpoint
GetHardware ⚠Index - SBWatchpoint
GetHit ⚠Count - SBWatchpoint
GetID ⚠ - SBWatchpoint
GetIgnore ⚠Count - SBWatchpoint
GetWatch ⚠Address - SBWatchpoint
GetWatch ⚠Size - SBWatchpoint
GetWatchpoint ⚠Event Type From Event - SBWatchpoint
GetWatchpoint ⚠From Event - SBWatchpoint
IsEnabled ⚠ - SBWatchpoint
IsValid ⚠ - SBWatchpoint
SetCondition ⚠ - SBWatchpoint
SetEnabled ⚠ - SBWatchpoint
SetIgnore ⚠Count
Type Aliases§
- Read
Thread Bytes Received - SBAddress
Ref - SBAttach
Info Ref - SBBlock
Ref - SBBreakpoint
HitCallback - SBBreakpoint
List Ref - SBBreakpoint
Location Ref - SBBreakpoint
Name Ref - SBBreakpoint
Ref - SBBroadcaster
Ref - SBCommand
Interpreter Ref - SBCommand
Interpreter RunOptions Ref - SBCommand
Plugin Interface Ref - SBCommand
Ref - SBCommand
Return Object Ref - SBCommunication
Ref - SBCompile
Unit Ref - SBData
Ref - SBDebugger
Ref - SBDeclaration
Ref - SBEnvironment
Ref - SBError
Ref - SBEvent
List Ref - SBEvent
Ref - SBExecution
Context Ref - SBExpression
Options Ref - SBFile
Ref - SBFile
Spec List Ref - SBFile
Spec Ref - SBFrame
Ref - SBFunction
Ref - SBHostOS
Ref - SBInput
Reader Ref - SBInstruction
List Ref - SBInstruction
Ref - SBLaunch
Info Ref - SBLine
Entry Ref - SBListener
Ref - SBMemory
Region Info List Ref - SBMemory
Region Info Ref - SBModule
Ref - SBModule
Spec List Ref - SBModule
Spec Ref - SBPlatform
Connect Options Ref - SBPlatform
Ref - SBPlatform
Shell Command Ref - SBProcess
Info Ref - SBProcess
Ref - SBQueue
Item Ref - SBQueue
Ref - SBSection
Ref - SBSource
Manager Ref - SBStream
Ref - SBString
List Ref - SBStructured
Data Ref - SBSymbol
Context List Ref - SBSymbol
Context Ref - SBSymbol
Ref - SBTarget
Ref - SBThread
Collection Ref - SBThread
Plan Ref - SBThread
Ref - SBType
Category Ref - SBType
Enum Member List Ref - SBType
Enum Member Ref - SBType
Filter Ref - SBType
Format Ref - SBType
List Ref - SBType
Member Function Ref - SBType
Member Ref - SBType
Name Specifier Ref - SBType
Ref - SBType
Summary Options Ref - SBType
Summary Ref - SBType
Synthetic Ref - SBUnix
Signals Ref - SBValue
List Ref - SBValue
Ref - SBVariables
Options Ref - SBWatchpoint
Ref - lldb_
addr_ t - Storage for the value of an address.
- lldb_
break_ id_ t - Storage for a breakpoint ID.
- lldb_
offset_ t - Storage for an offset between 2 addresses in memory.
- lldb_
pid_ t - Storage for an OS process ID.
- lldb_
queue_ id_ t - Storage for an OS queue ID.
- lldb_
tid_ t - Storage for an OS thread ID.
- lldb_
user_ id_ t - Storage for an OS user ID.
- lldb_
watch_ id_ t - Storage for a watchpoint ID.