Added a "save_crashlog" command to the lldb.macosx.crashlog package that allow you to dump your current process state out to a crash log file. This will dump all of the target module information with all load addresses, UUID values, and shared library paths, as well as all thread stacks and the crash log header. This will make it easy for us to save the current state of a process and then reload it later into LLDB.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@159286 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed