blob: 11d90628e0c9679749ef5124753f3c4f76e7c05e [file]
#ifndef __DEBUG_ARCH_REGISTERS_H
#define __DEBUG_ARCH_REGISTERS_H
#include <sel4/sel4.h>
#include <stddef.h>
#include <utils/util.h>
static UNUSED const char *register_names[] = {
/* FIXME: Add the full set of registers */
"ra",
"sp",
"t0",
"t1",
"t2",
"a0",
"a1",
"a2",
"a3",
"a4",
"a5",
"a6",
"a7",
"t3",
"t4",
"t5",
"t6",
};
#endif /* __DEBUG_ARCH_REGISTERS_H */