summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp
diff options
context:
space:
mode:
authorDeepak Panickal <deepak@codeplay.com>2014-08-08 16:47:42 +0000
committerDeepak Panickal <deepak@codeplay.com>2014-08-08 16:47:42 +0000
commitd249928b84c2fc11b0940d702288cbf4f7f2d332 (patch)
tree15c9c86005af89960c902e4f24513d5e173d00a6 /lldb/tools/lldb-mi/MIUtilSystemWindows.cpp
parentcaa565887d7a8701624534516308da497ae46078 (diff)
downloadbcm5719-llvm-d249928b84c2fc11b0940d702288cbf4f7f2d332.tar.gz
bcm5719-llvm-d249928b84c2fc11b0940d702288cbf4f7f2d332.zip
Add new MI commands, features and fixes to the lldb-mi driver.
- Can now load an executable directly as an argument. - Fixes towards supporting local debugging. - Fixes for stack-list-arguments, data-evaluate-expression, environment-cd, stack-list-locals, interpreter-exec. - Fix breakpoint event handling. - Support dynamic loading of libraries using the search paths provided by Eclipse. llvm-svn: 215223
Diffstat (limited to 'lldb/tools/lldb-mi/MIUtilSystemWindows.cpp')
-rw-r--r--lldb/tools/lldb-mi/MIUtilSystemWindows.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp b/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp
index 9449f6787ed..5873aad0ec6 100644
--- a/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp
+++ b/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp
@@ -19,9 +19,6 @@
// Copyright: None.
//--
-// Include compiler configuration
-#include "MICmnConfig.h"
-
#if defined( _MSC_VER )
// Third party headers
OpenPOWER on IntegriCloud