History log of /barrelfish-master/usr/tests/vspace_tests/vspace_dump.c
Revision Date Author Comments
# d9b646e1 19-Aug-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

x86_64: make all targets compile

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 8ff0486c 13-Nov-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

Remove invoke_frame_identify, replaced with frame_identify().

This commit fully removes the Frame_Identify invocation and replaces the
calls with frame_identify().
Additionally, because the KCB is special, this commit introduces a new
invocation kcb_identify() which translates the lvaddr in the KCB
capability into the pysical address of the kernel control block.

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 873b9687 23-Nov-2012 Simon Gerber <simon.gerber@inf.ethz.ch>

Fixed vspace_dump to have nop sorting function when not implemented specifically.


# 8d37f977 22-Nov-2012 Simon Gerber <simugerber@student.ethz.ch>

pmap_dump: Code cleanup.


# 99575ec3 22-Nov-2012 Simon Gerber <simugerber@student.ethz.ch>

pmap_dump: Added page table dumping for x86_32.


# d2d4e50c 22-Nov-2012 Simon Gerber <simugerber@student.ethz.ch>

pmap_dump: Added macros for printing pmap_dump_info.


# 3bbe4536 22-Nov-2012 Simon Gerber <simugerber@student.ethz.ch>

pmap_dump: Sorting dump info array in dump_page_tables().


# f00f4828 22-Nov-2012 Simon Gerber <simugerber@student.ethz.ch>

pmap_dump: Moved x86_64 specific bits of pmap_funcs.dump() into x86_64 headers.


# f41369c4 22-Nov-2012 Simon Gerber <simon.gerber@inf.ethz.ch>

pmap_dump: Improved walking of vnode tree. compacted dump format.

Author: Simon Gerber <simon.gerber@inf.ethz.ch>


# 8f6ae740 22-Nov-2012 Simon Gerber <simon.gerber@inf.ethz.ch>

pmap_dump: Added offset field of vnodes to pmap_dump_info.


# f6670c53 22-Nov-2012 Simon Gerber <simon.gerber@inf.ethz.ch>

pmap_dump: Improved page tables dumping.


# 897dc1a9 22-Nov-2012 Simon Gerber <simugerber@student.ethz.ch>

pmap_dump: Removed printfs in dump(). Added correct buffer termination.


# 5e2932fc 22-Nov-2012 Simon Gerber <simugerber@student.ethz.ch>

pmap_dump: Added dump functionality to x86_64 pmap and added test code. Pagefaults.