]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/lldb-mi/MICmdCommands.h
Vendor import of lldb trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / 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 //--
19 bool RegisterAll();
20 }