Searched refs:SBType (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/tools/lldbmacros/tests/lldbmock/ |
| H A D | memorymock.py | 80 def createSerializerForType(sbtype: lldb.SBType) -> 'Serializer': argument 504 def __init__(self, sbtype: lldb.SBType, parentBuf=None): argument 550 def __init__(self, sbtype: lldb.SBType, buf): argument 589 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None): argument 593 def createFromType(mocktype: typing.Union[str, lldb.SBType], argument 624 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None): argument 643 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None): argument 750 def _createMockClass(self, sbtype: lldb.SBType, offs: int = 0): argument 814 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None): argument
|
| H A D | utils.py | 34 def visit_type(sbtype: lldb.SBType, offs = 0): argument 56 if isinstance(sbtype, lldb.SBType):
|
| H A D | valuemock.py | 68 def createFromType(mocktype: Union[lldb.SBType, str]) -> 'ValueMock': argument
|
| /xnu-11215/doc/debugging/ |
| H A D | macro_testing.md | 63 The `ValueMock` class parses given `SBType` and recreates recursively whole 79 serializer that reflects memory location and representation of given SBType's 85 * `MemoryMock` that mirrors given `SBType` and serializes data into target's
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | cvalue.py | 380 if not isinstance(dest_type, lldb.SBType): 594 def resolve_pointee_type(t: lldb.SBType): argument 599 def type_sort_heuristic(t: lldb.SBType) -> int: argument 608 resolved_type: lldb.SBType = resolve_pointee_type(t)
|
| H A D | lldbwrap.py | 96 elif isinstance(arg, lldb.SBType): 97 args_str.append("<lldb.SBType {}>".format(lldb.SBType(arg).GetDisplayTypeName())) 536 class SBType(lldb.SBType, metaclass=LLDBWrapMetaclass): class
|
| H A D | operating_system.py | 609 def IterateQueue(queue_head: lldb.SBValue, element_ptr_type: lldb.SBType, element_field_name: str): argument
|