mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 20:42:49 +00:00
proc_parse: Log smaps entry while dumping VMA.
Help debugging problems with restoring custom VMAs. From: Michał Cłapiński <mclapinski@google.com> Signed-off-by: Michał Mirosław <emmir@google.com>
This commit is contained in:
parent
1800018bc1
commit
badf8060c6
1 changed files with 1 additions and 0 deletions
|
|
@ -841,6 +841,7 @@ int parse_smaps(pid_t pid, struct vm_area_list *vma_area_list, dump_filemap_t du
|
|||
goto err;
|
||||
}
|
||||
|
||||
pr_debug("Handling VMA with the following smaps entry: %s\n", str);
|
||||
if (handle_vma(pid, vma_area, str + path_off, map_files_dir, &vfi, &prev_vfi, &vm_file_fd))
|
||||
goto err;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue