blob: 78bd27b2ad30a3c798aa57cc8bd42ba948dc1a14 [file] [log] [blame]
Chris Lattner24943d22010-06-08 16:52:24 +00001//===-- MacOSXLibunwindCallbacks.h ------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef liblldb_MacOSXLibunwindCallbacks_h_
11#define liblldb_MacOSXLibunwindCallbacks_h_
12#if defined(__cplusplus)
13
14namespace lldb_private {
15
16unw_accessors_t get_macosx_libunwind_callbacks ();
17
18} // namespace lldb_utility
19
20#endif // #if defined(__cplusplus)
21#endif // #ifndef liblldb_MacOSXLibunwindCallbacks_h_
22