]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lldb/tools/lldb-mi/MICmnConfig.h
Merge ^/head r337646 through r338014.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lldb / tools / lldb-mi / MICmnConfig.h
1 //===-- MICmnConfig.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 // 1 = Show debug process attach modal dialog, 0 = do not show
13 // For windows only ATM, other OS's code is an infinite loop which a debugger
14 // must change a value to continue
15 #define MICONFIG_DEBUG_SHOW_ATTACH_DBG_DLG 0
16
17 // 1 = Write to MI's Log file warnings about commands that did not handle
18 // arguments or
19 // options present to them by the driver's client, 0 = no warnings given
20 #define MICONFIG_GIVE_WARNING_CMD_ARGS_NOT_HANDLED 1