Searched refs:lldb_alias (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dpci.py185 lldb_alias('pci_cfg_read8', 'pci_cfg_read 8')
186 lldb_alias('pci_cfg_read16', 'pci_cfg_read 16')
187 lldb_alias('pci_cfg_read32', 'pci_cfg_read 32')
212 lldb_alias('pci_cfg_write8', 'pci_cfg_write 8')
213 lldb_alias('pci_cfg_write16', 'pci_cfg_write 16')
214 lldb_alias('pci_cfg_write32', 'pci_cfg_write 32')
H A Dpmap.py49 lldb_alias('readphys8', 'readphys 8 ')
50 lldb_alias('readphys16', 'readphys 16 ')
51 lldb_alias('readphys32', 'readphys 32 ')
52 lldb_alias('readphys64', 'readphys 64 ')
191 lldb_alias('writephys8', 'writephys 8 ')
192 lldb_alias('writephys16', 'writephys 16 ')
193 lldb_alias('writephys32', 'writephys 32 ')
194 lldb_alias('writephys64', 'writephys 64 ')
H A Dmemory.py1073 lldb_alias('showallkexts', 'showallkmods')
1262 lldb_alias('showkmod', 'showkmodaddr')
1263 lldb_alias('showkext', 'showkmodaddr')
1264 lldb_alias('showkextaddr', 'showkmodaddr')
1286 lldb_alias('ShowAllVols', 'showallmounts')
H A Dxnu.py159 def lldb_alias(alias_name, cmd_line): function
164 lldb_alias('readphys16', 'readphys 16')

Completed in 28 milliseconds