| //===-- SWIG Interface for SBHostOS -----------------------------*- C++ -*-===// |
| // The LLVM Compiler Infrastructure |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| GetLLDBPath (lldb::PathType path_type); |
| ThreadCreated (const char *name); |
| ThreadCreate (const char *name, |
| ThreadCancel (lldb::thread_t thread, |
| ThreadDetach (lldb::thread_t thread, |
| ThreadJoin (lldb::thread_t thread, |
| lldb::thread_result_t *result, |