Dump memory and registers state after parsing.

Signed-off-by: Alexey Makhalov <[email protected]>
---
 vmware_guestdump.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/vmware_guestdump.c b/vmware_guestdump.c
index 62da0a7..b19b64c 100644
--- a/vmware_guestdump.c
+++ b/vmware_guestdump.c
@@ -267,6 +267,11 @@ vmware_guestdump_init(char *filename, FILE *ofp)
        fseek(vmss.dfp, 0L, SEEK_SET);
        fprintf(ofp, LOGPRX"vmem file: %s\n\n", vmem_filename);
 
+       if (CRASHDEBUG(1)) {
+               vmware_guestdump_memory_dump(ofp);
+               dump_registers_for_vmss_dump();
+       }
+
 exit:
        if (fp)
                fclose(fp);
-- 
2.11.0

--
Crash-utility mailing list
[email protected]
https://listman.redhat.com/mailman/listinfo/crash-utility

Reply via email to