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