mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
parent
9c9d151693
commit
66428d2845
1 changed files with 2 additions and 1 deletions
|
|
@ -163,7 +163,8 @@ class coredump_generator:
|
|||
self.mms[pid] = self._img_open_and_strip("mm", True, pid)
|
||||
self.pagemaps[pid] = self._img_open_and_strip("pagemap", False, pid)
|
||||
|
||||
self.reg_files = self._img_open_and_strip("reg-files", False)
|
||||
files = self._img_open_and_strip("files", False)
|
||||
self.reg_files = [ x["reg"] for x in files if x["type"]=="REG" ]
|
||||
|
||||
for pid in self.pstree:
|
||||
self.coredumps[pid] = self._gen_coredump(pid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue