prlctl debug-dumpCreates a virtual machine dump in ELF format and saves it to a file. The resulting dump file can be opened with the Linux crash utility or (with some limitations) with the GDB debugger. To convert the dump file to a Windows or OS X format, use the supplied prlcore2dmp utility. Syntax prlctl debug-dump ID|NAME [--name dump_file_name] [--path output_directory_path] Parameters
Remarks To create a dump, the virtual machine must be running or paused. Suspended virtual machines are not supported by this command. The command returns 0 (zero) on success and a non-zero value on failure. Examples The following command creates the prlctl debug-dump {a885d908-4938-4d84-91bd-6eac81174cc1} The following command created the prlctl debug-dump "Win_8" --name crash_D1.dmp --path /tmp |
||||||||||||
|