File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright 2024, UNSW
3+ SPDX-License-Identifier: CC-BY-SA-4.0
4+ -->
15# Usage
261 . Include ` backtracer.mk ` file.
372 . For all targets to be backtraced:
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025, UNSW
3+ * SPDX-License-Identifier: BSD-2-Clause
4+ */
15#include "monitor.h"
26#include <microkit.h>
37#include <sddf/util/printf.h>
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright 2026, UNSW
3+ #
4+ # SPDX-License-Identifier: BSD-2-Clause
5+ #
16TAR ?= tar
27
38BACKTRACER_DIR := $(LIONSOS ) /components/backtracer
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025, UNSW
3+ * SPDX-License-Identifier: BSD-2-Clause
4+ */
15#include <microkit.h>
26#include <sddf/util/printf.h>
37#define UNW_LOCAL_ONLY
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025, UNSW
3+ * SPDX-License-Identifier: BSD-2-Clause
4+ */
15#include <microkit.h>
26#include <sddf/util/printf.h>
37#include <stddef.h>
You can’t perform that action at this time.
0 commit comments