History log of /seL4-refos-master/libs/libsel4debug/include/sel4debug/debug.h
Revision Date Author Comments
# 1baf531d 22-Apr-2020 Axel Heider <axelheider@gmx.de>

debug: add helper functions for cap type checking

This reduces the usage of magic values to one file only.

Signed-off-by: Axel Heider <axelheider@gmx.de>


# 4f4c9c25 15-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

link kernel_autoconf explicitly

explicitly link kernel_autoconf on each subdirectory


# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 01becc5d 15-Oct-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

sel4debug: Actually print in debug_print_bootinfo

Trying to get this function to print requires lots of hard to find
config options. Just print output if the function is called and let the
call site decide how to config guard whether it gets called or not.


# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses