Home
last modified time | relevance | path

Searched refs:ShowProc (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/tools/lldbmacros/tests/lldb_tests/
H A Dtest_process.py43 from process import ShowTask, ShowProc, INVALID_PROC_SUMMARY, INVALID_TASK_SUMMARY
155 ShowProc([f'{PROC_ADDR:#x}'])
/xnu-11215/tools/lldbmacros/
H A Dprocess.py926 def ShowProc(cmd_args=None): function