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
diff --git a/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp b/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
index aa2b23b..4480f9b 100644
--- a/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
+++ b/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
@@ -19,11 +19,8 @@
// Copyright: None.
//--
-#include <stdlib.h>
-
// Third Party Headers:
#include <lldb/API/SBError.h>
-#include <cstdlib>
// In-house headers:
#include "MICmnLLDBProxySBValue.h"
@@ -151,3 +148,4 @@
return MIstatus::success;
}
+