| /xnu-11215/tools/lldbmacros/ |
| H A D | kdp.py | 69 @lldb_command('sendcore') 99 @lldb_command('sendsyslog') 124 @lldb_command('sendpaniclog') 150 @lldb_command('disablecore') 165 @lldb_command('resume_on') 178 @lldb_command('resume_off') 192 @lldb_command('getdumpinfo') 229 @lldb_command('kdp-reenter') 252 @lldb_command('kdp-reboot') 265 @lldb_command('setdumpinfo') [all …]
|
| H A D | process.py | 180 @lldb_command('allproc') 190 @lldb_command('zombproc') 201 @lldb_command('zombtasks') 906 @lldb_command('showpid') 925 @lldb_command('showproc') 1004 @lldb_command('showtty') 1210 @lldb_command('taskforpmap') 1485 @lldb_command('switchtoregs') 1740 @lldb_command('fullbt') 1776 @lldb_command('symbolicate') [all …]
|
| H A D | kevent.py | 134 @lldb_command('showknote', fancy=True) 197 @lldb_command('showkqfile', fancy=True) 227 @lldb_command('showkqworkq', fancy=True) 268 @lldb_command('showkqworkloop', fancy=True) 289 @lldb_command('showkqueue', fancy=True) 306 @lldb_command('showprocworkqkqueue', fancy=True) 318 @lldb_command('showprockqueues', fancy=True) 333 @lldb_command('showprocknotes', fancy=True) 349 @lldb_command('showallkqueues', fancy=True) 359 @lldb_command('showkqueuecounts', fancy=True)
|
| H A D | turnstile.py | 117 @lldb_command('showturnstile', fancy=True) 130 @lldb_command('showturnstilehashtable', fancy=True) 143 @lldb_command('showallturnstiles', fancy=True) 155 @lldb_command('showallbusyturnstiles', 'V', fancy=True) 182 @lldb_command('showthreadbaseturnstiles', fancy=True) 195 @lldb_command('showthreadschedturnstiles', fancy=True)
|
| H A D | apic.py | 261 @lldb_command('lapic_read32') 282 @lldb_command('lapic_write32') 303 @lldb_command('lapic_dump') 312 @lldb_command('ioapic_read32') 328 @lldb_command('ioapic_write32') 346 @lldb_command('ioapic_dump')
|
| H A D | skywalk.py | 97 @lldb_command('showprocchannels') 113 @lldb_command('showchannelrings') 161 @lldb_command('showskmemcache') 177 @lldb_command('showskmemslab') 243 @lldb_command('showskmemarena') 269 @lldb_command('showskmemregion') 368 @lldb_command('shownetns') 452 @lldb_command("shownetnstokens") 613 @lldb_command('showprocnecp') 658 @lldb_command('shownexuses') [all …]
|
| H A D | refgrp.py | 21 @lldb_command('showosrefgrp') 37 @lldb_command('showosrefgrphierarchy') 60 @lldb_command('showglobaltaskrefgrps') 91 @lldb_command('showtaskrefgrps')
|
| H A D | memory.py | 45 @lldb_command('showzpcpu', "S") 106 @lldb_command('memstats', 'J') 253 @lldb_command('whatis') 1209 @lldb_command('showioalloc') 1299 @lldb_command('showallvm') 1309 @lldb_command("showtaskvm") 1494 @lldb_command("showmap") 1506 @lldb_command("showmapvme") 2125 @lldb_command('showvnode') 2171 @lldb_command('print_vnode') [all …]
|
| H A D | xnutriage.py | 34 @lldb_command('xi') 49 @lldb_command('newbt') 78 @lldb_command('parseLR') 107 @lldb_command('parseLRfromfile')
|
| H A D | mbufs.py | 21 @lldb_command('mbuf_stat') 155 @lldb_command('mbuf_decode', '') 304 @lldb_command('mbuf_buf2slab') 326 @lldb_command('mbuf_buf2mca') 340 @lldb_command('mbuf_slabs') 418 @lldb_command('mbuf_slabstbl') 997 @lldb_command('mbuf_showmca') 1075 @lldb_command('mbuf_showall') 1124 @lldb_command('mbuf_topleak') 1225 @lldb_command('mcache_stat') [all …]
|
| H A D | net.py | 157 @lldb_command('ifconfig_dlil') 261 @lldb_command('showifaddrs') 340 @lldb_command('ifconfig') 357 @lldb_command('showifnets') 625 @lldb_command('showsocket') 1025 @lldb_command('inm_showdbg') 1240 @lldb_command('imo_showdbg') 1362 @lldb_command('inifa_trash') 1412 @lldb_command('inm_trash') 1437 @lldb_command('in6m_trash') [all …]
|
| H A D | ioreg.py | 213 @lldb_command('showallclasses') 226 @lldb_command('showobject') 238 @lldb_command('dumpobject') 308 @lldb_command('showregistry') 369 @lldb_command('readioport8') 389 @lldb_command('readioport16') 409 @lldb_command('readioport32') 429 @lldb_command('writeioport8') 451 @lldb_command('writeioport16') 473 @lldb_command('writeioport32') [all …]
|
| H A D | exclaves.py | 10 from xnu import kern, header, lldb_command, lldb_type_summary 34 @lldb_command('showallconclaves', fancy=True) 52 @lldb_command('showexclavesresourcetable', "D:") 122 @lldb_command('showesynctable', fancy=True)
|
| H A D | taskinfo.py | 4 from xnu import lldb_command, kern 28 @lldb_command('showtasksuspendstats') 61 @lldb_command('showtasksuspendsources')
|
| H A D | ipc.py | 475 @lldb_command('showipc') 496 @lldb_command('showtaskipc') 521 @lldb_command('showallipc') 827 @lldb_command('showrights', 'R:') 862 @lldb_command('showtaskrights','R:') 1526 @lldb_command('showpipestats') 1745 @lldb_command('showkmsg') 1759 @lldb_command('showalliits') 1883 @lldb_command('showivac','') 2179 @lldb_command('showallvouchers') [all …]
|
| H A D | pci.py | 159 @lldb_command('pci_cfg_read') 189 @lldb_command('pci_cfg_write') 216 @lldb_command('pci_cfg_dump') 233 @lldb_command('pci_cfg_scan') 251 @lldb_command('pci_cfg_dump_all')
|
| H A D | bank.py | 69 @lldb_command('showbankaccountstopay') 91 @lldb_command('showbankaccountstocharge') 115 @lldb_command('showallbanktasklist') 132 @lldb_command('showallbankaccountlist')
|
| H A D | workload.py | 27 @lldb_command('showallworkloadconfig') 47 @lldb_command('showworkloadconfig', 'F:') 77 @lldb_command('showworkloadconfigphases')
|
| H A D | zonetriage.py | 32 @lldb_command('zonetriage') 49 @lldb_command('zonetriage_freedelement') 75 @lldb_command('zonetriage_memoryleak')
|
| H A D | misc.py | 10 @lldb_command('showmcastate') 171 @lldb_command('longtermtimers') 215 @lldb_command('processortimers') 272 @lldb_command('showcpudata') 302 @lldb_command('showtimerwakeupstats') 344 @lldb_command('showrunningtimers') 483 @lldb_command('readmsr64') 501 @lldb_command('writemsr64') 551 @lldb_command('q_iterate', "LQSG:") 614 @lldb_command('lbrbt')
|
| H A D | counter.py | 4 lldb_command, lldb_type_summary, header 19 @lldb_command('showcounter')
|
| H A D | scheduler.py | 11 @lldb_command('showallprocrunqcount') 27 @lldb_command('showinterrupts') 58 @lldb_command('showactiveinterrupts') 148 @lldb_command('showcurrentabstime') 219 @lldb_command('showschedclutch') 315 @lldb_command('abs2nano') 574 @lldb_command('showrunq') 634 @lldb_command('showallprocessors') 635 @lldb_command('showscheduler') 1207 @lldb_command('showcalloutgroup') [all …]
|
| H A D | vm_pageout.py | 11 from xnu import header, lldb_command, kern, xnudebug_test 99 @lldb_command('showvmpageouthistory', 'S:') 165 @lldb_command('showvmpageoutstats', 'S:')
|
| H A D | pmap.py | 32 @lldb_command('readphys') 236 @lldb_command('writephys') 707 @lldb_command('pmap_walk') 734 @lldb_command('ttep_walk') 755 @lldb_command('decode_tte') 987 @lldb_command('pv_walk') 1009 @lldb_command('kvtophys') 1022 @lldb_command('phystokv') 1072 @lldb_command('phystofte') 1180 @lldb_command('showpte') [all …]
|
| H A D | xnu.py | 650 @lldb_command('kgmhelp') 669 @lldb_command('showraw') 680 @lldb_command('xnudebug') 818 @lldb_command('showversion') 1080 @lldb_command('paniclog', 'SMD:') 1127 @lldb_command('extpaniclog', 'F:') 1204 @lldb_command('showbootargs') 1252 @lldb_command('walkqueue_head', 'S') 1425 @lldb_command('iotrace', 'C:N:S:RB') 1469 @lldb_command('ttrace', 'C:N:S:RB') [all …]
|