Contents Menu Expand Light mode Dark mode Auto light/dark mode
🐛 LLDB
🐛 LLDB

Using LLDB

  • Tutorial
  • GDB to LLDB command map
  • Frame and Thread Format
  • Variable Formatting
  • Symbolication
  • Symbols on macOS
  • Remote Debugging
  • Testing LLDB using QEMU
  • Tracing with Intel Processor Trace
  • On Demand Symbols
  • Troubleshooting
  • Links
  • Man Page

Scripting LLDB

  • Python Scripting
  • Python Reference
  • Python API
    • SBAddress
    • SBAttachInfo
    • SBBlock
    • SBBreakpoint
    • SBBreakpointList
    • SBBreakpointLocation
    • SBBreakpointName
    • SBBroadcaster
    • SBCommandInterpreter
    • SBCommandInterpreterRunOptions
    • SBCommandReturnObject
    • SBCommunication
    • SBCompileUnit
    • SBData
    • SBDebugger
    • SBDeclaration
    • SBEnvironment
    • SBError
    • SBEvent
    • SBExecutionContext
    • SBExpressionOptions
    • SBFile
    • SBFileSpec
    • SBFileSpecList
    • SBFrame
    • SBFunction
    • SBHostOS
    • SBInstruction
    • SBInstructionList
    • SBLanguageRuntime
    • SBLaunchInfo
    • SBLineEntry
    • SBListener
    • SBMemoryRegionInfo
    • SBMemoryRegionInfoList
    • SBModule
    • SBModuleSpec
    • SBModuleSpecList
    • SBPlatform
    • SBPlatformConnectOptions
    • SBPlatformShellCommand
    • SBProcess
    • SBProcessInfo
    • SBQueue
    • SBQueueItem
    • SBReproducer
    • SBScriptObject
    • SBSection
    • SBSourceManager
    • SBStream
    • SBStringList
    • SBStructuredData
    • SBSymbol
    • SBSymbolContext
    • SBSymbolContextList
    • SBSyntheticValueProvider
    • SBTarget
    • SBThread
    • SBThreadCollection
    • SBThreadPlan
    • SBTrace
    • SBTraceCursor
    • SBType
    • SBTypeCategory
    • SBTypeEnumMember
    • SBTypeEnumMemberList
    • SBTypeFilter
    • SBTypeFormat
    • SBTypeList
    • SBTypeMember
    • SBTypeMemberFunction
    • SBTypeNameSpecifier
    • SBTypeSummary
    • SBTypeSummaryOptions
    • SBTypeSynthetic
    • SBUnixSignals
    • SBValue
    • SBValueList
    • SBVariablesOptions
    • SBWatchpoint
    • declaration
    • value
    • value_iter

Developing LLDB

  • Overview
  • Contributing
  • Building
  • Testing
  • Fuzzing
  • Scripting Bridge API
  • DWARF Extensions supported by LLDB
  • Caveats
  • Open Projects
  • Public C++ API
  • Private C++ API

External Links

  • Source Code
  • Releases
  • Discussion Forums
  • Bug Reports
  • Code Reviews
Back to top

SBSyntheticValueProvider#

class lldb.SBSyntheticValueProvider(valobj)#

Methods Summary

get_child_at_index(idx)

get_child_index(name)

has_children()

num_children()

update()

Methods Documentation

get_child_at_index(idx)#
get_child_index(name)#
has_children()#
num_children()#
update()#
Next
SBTarget
Previous
SBSymbolContextList
Copyright © 2007-2023, The LLDB Team
Made with Sphinx and @pradyunsg's Furo
Last updated on Aug 20, 2023
On this page
  • SBSyntheticValueProvider
    • SBSyntheticValueProvider
      • SBSyntheticValueProvider.get_child_at_index()
      • SBSyntheticValueProvider.get_child_index()
      • SBSyntheticValueProvider.has_children()
      • SBSyntheticValueProvider.num_children()
      • SBSyntheticValueProvider.update()