]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lldb/tools/lldb-mi/MICmnConfig.h
Merge lldb trunk r366426, resolve conflicts, and update FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lldb / tools / lldb-mi / MICmnConfig.h
1 //===-- MICmnConfig.h -------------------------------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //--
9 #pragma once
10
11 // 1 = Show debug process attach modal dialog, 0 = do not show
12 // For windows only ATM, other OS's code is an infinite loop which a debugger
13 // must change a value to continue
14 #define MICONFIG_DEBUG_SHOW_ATTACH_DBG_DLG 0
15
16 // 1 = Write to MI's Log file warnings about commands that did not handle
17 // arguments or
18 // options present to them by the driver's client, 0 = no warnings given
19 #define MICONFIG_GIVE_WARNING_CMD_ARGS_NOT_HANDLED 1