Searched refs:SaveDataToFile (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | userspace.py | 818 def SaveDataToFile(start_addr, length, outputfile, task=None,): function 872 return SaveDataToFile(memory_begin_address, memory_size, outputfile, task) 874 return SaveDataToFile(memory_begin_address, memory_size, outputfile, None)
|
| H A D | xnu.py | 864 if not SaveDataToFile(panic_stackshot_addr, panic_stackshot_len, ss_binfile, None): 1060 … if not SaveDataToFile(panic_buf + crashlog_binary_offset, crashlog_binary_size, ss_binfile, None):
|