Chris Lattner | 24943d2 | 2010-06-08 16:52:24 +0000 | [diff] [blame] | 1 | //===-- 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 | |
| 14 | namespace lldb_private { |
| 15 | |
| 16 | unw_accessors_t get_macosx_libunwind_callbacks (); |
| 17 | |
| 18 | } // namespace lldb_utility |
| 19 | |
| 20 | #endif // #if defined(__cplusplus) |
| 21 | #endif // #ifndef liblldb_MacOSXLibunwindCallbacks_h_ |
| 22 | |