libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
attach_gdb.h
1// SPDX-FileCopyrightText: 2000-2004, 2018, 2026 Carlo Wood
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
6#ifndef LIBCWD_ATTACH_GDB_H
7#define LIBCWD_ATTACH_GDB_H
8
9namespace libcwd {
10
11void attach_gdb();
12
13} // namespace libcwd
14
15#endif // LIBCWD_ATTACH_GDB_H
namespace for libcwd.