libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
core_dump.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2000-2005, 2018, 2020, 2023, 2026 Carlo Wood
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
9
10#ifndef LIBCWD_CORE_DUMP_H
11#define LIBCWD_CORE_DUMP_H
12
13#include "libcwd/config.h"
14
15namespace libcwd {
16
17[[noreturn]] void core_dump();
18
19} // namespace libcwd
20
21#endif // LIBCWD_CORE_DUMP_H
void core_dump()
Dump core of current thread.
Definition debug.cxx:697
namespace for libcwd.