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