P4C
The P4 Compiler
Loading...
Searching...
No Matches
crash.h
1/*
2 * SPDX-FileCopyrightText: 2013 Barefoot Networks, Inc.
3 * Copyright 2013-present Barefoot Networks, Inc.
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef LIB_CRASH_H_
9#define LIB_CRASH_H_
10
11namespace P4 {
12
13void setup_signals();
14const char *addr2line(void *addr, const char *text);
15
16} // namespace P4
17
18#endif /* LIB_CRASH_H_ */
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:13