Lines Matching full:an
2 "Represents the value of a variable, a register, or an expression.
5 as an SBValue. For example, we can get the general purpose registers of a
6 frame as an SBValue, and iterate through all the registers,::
8 registerSet = frame.registers # Returns an SBValueList.
43 See also linked_list_iter() for another perspective on how to iterate through an
64 is true, in which case the pointer will be used as an array
66 negative indexes. If the pointer points to an aggregate type
67 (an array, class, union, struct), then the pointee is
75 If you actually need an SBValue that represents the type pointed
91 An enumeration that specifies whether to get dynamic values,
114 An index to the child member value."
127 An enumeration that specifies whether to get dynamic values,
139 Return the value as an address. On failure, LLDB_INVALID_ADDRESS
151 An SB API program may want to show both the literal byte value
166 An integer value capped to the argument max."
171 It returns an SBWatchpoint, which may be invalid."
176 It returns an SBWatchpoint, which may be invalid."
180 Get an SBData wrapping what this SBValue points to.
184 of type ``T`` from it, copying their contents in an :py:class:`SBData`.
186 :param item_idx: The index of the first item to retrieve. For an array
192 :return: The contents of the copied items on success. An empty :py:class:`SBData` otherwise.
198 Get an SBData wrapping the contents of this SBValue.
201 and copy them into an SBData for future use.
204 An SBData with the contents of this SBValue, on success.
205 An empty SBData otherwise."
208 %feature("docstring", "Returns an expression path for this value."