criu/include
Cyrill Gorcunov 485c4b50d1 show: Rework show procedure
Added

 - ability to parse every single file crtools
   understands via magic number

 - dumped memory pages can be rendered in two
   modes -- as a simple set of pages' virtual addresses
   or in hexdummp fashion (via -c command line key).

For example

  ./crtools -s -c -f pages-2557.img

CR_FD_PAGES: pages-2557.img
----------------------------------------
    7fffb44ace20: 00 00 00 00 00 00 00 00  00 00 00 74 65 73 74 2f  |. . . . . . . .  . . . t e s t / |
    7fffb44ace30: 74 65 73 74 2d 73 69 67  61 63 74 69 6f 6e 00 48  |t e s t - s i g  a c t i o n . H |
    7fffb44ace40: 4f 53 54 4e 41 4d 45 3d  6c 6f 63 61 6c 68 6f 73  |O S T N A M E =  l o c a l h o s |
    7fffb44ace50: 74 2e 6c 6f 63 61 6c 64  6f 6d 61 69 6e 00 54 45  |t . l o c a l d  o m a i n . T E |

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
2011-12-05 15:59:01 +04:00
..
atomic.h restore: Add mutexes via futex syscall and order threads creation 2011-11-18 16:09:01 +04:00
bitops.h restore: Add mutexes via futex syscall and order threads creation 2011-11-18 16:09:01 +04:00
compiler.h Add ALIGN helper 2011-11-16 18:16:12 +04:00
crtools.h show: Rework show procedure 2011-12-05 15:59:01 +04:00
image.h dump,restore: Use rt_sigaction_t for sys_sigaction 2011-12-03 17:24:05 +04:00
list.h Initial commit 2011-09-23 12:00:45 +04:00
parasite-syscall.h Dump and restore sigactions (v2) 2011-11-30 22:04:09 +04:00
parasite.h parasite: Unify error reporting scheme 2011-11-30 22:57:36 +04:00
restorer.h Use stderr for debug messages (v2) 2011-12-05 12:01:23 +04:00
seize.h Move seize related functions into seize.[ch] 2011-10-13 19:18:43 +04:00
syscall-codes.h Set descriptors to restart a current syscall 2011-12-02 17:50:55 +04:00
syscall.h dump,restore: Use rt_sigaction_t for sys_sigaction 2011-12-03 17:24:05 +04:00
types.h Use stderr for debug messages (v2) 2011-12-05 12:01:23 +04:00
util.h Don't use standard descriptors for logging 2011-12-05 12:07:52 +04:00