libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
pc_mangled_function_name.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2000-2006, 2018, 2026 Carlo Wood
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
9
10#ifndef LIBCWD_PC_MANGLED_FUNCTION_NAME_H
11#define LIBCWD_PC_MANGLED_FUNCTION_NAME_H
12
13namespace libcwd {
14
15extern char const* pc_mangled_function_name(void const* addr);
16
17} // namespace libcwd
18
19#endif // LIBCWD_PC_MANGLED_FUNCTION_NAME_H
char const * pc_mangled_function_name(void const *pc)
Find the mangled function name of the address addr.
Definition dwarf.cxx:1456
namespace for libcwd.