]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.h
Update llvm, clang and lldb to 3.7.0 release.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lldb / tools / lldb-mi / MICmdCommands.h
1 //===-- MICmdCommands.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 #pragma once
11
12 namespace MICmnCommands
13 {
14
15 //++ ============================================================================
16 // Details: MI Command are instantiated and registered automatically with the
17 //          Command Factory
18 // Gotchas: None.
19 // Authors: Illya Rudkin 18/02/2014.
20 // Changes: None.
21 //--
22 bool RegisterAll(void);
23 }