summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/MacOSXLibunwindCallbacks.h
blob: 78bd27b2ad30a3c798aa57cc8bd42ba948dc1a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//===-- MacOSXLibunwindCallbacks.h ------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef liblldb_MacOSXLibunwindCallbacks_h_
#define liblldb_MacOSXLibunwindCallbacks_h_
#if defined(__cplusplus)

namespace lldb_private {

unw_accessors_t get_macosx_libunwind_callbacks ();

} // namespace lldb_utility

#endif  // #if defined(__cplusplus)
#endif // #ifndef liblldb_MacOSXLibunwindCallbacks_h_

OpenPOWER on IntegriCloud