Don't #include "lldb-python.h" from anywhere.

Since interaction with the python interpreter is moving towards
being more isolated, we won't be able to include this header from
normal files anymore, all includes of it should be localized to
the python library which will live under source/bindings/API/Python
after a future patch.

None of the files that were including this header actually depended
on it anyway, so it was just a dead include in every single instance.

llvm-svn: 238581
This commit is contained in:
Zachary Turner 2015-05-29 17:41:47 +00:00
parent 7c23cba65c
commit 1124045ac7
129 changed files with 0 additions and 256 deletions

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBAttachInfo.h"
#include "lldb/API/SBFileSpec.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/lldb-types.h"
#include "lldb/Core/SourceManager.h"
#include "lldb/Core/Listener.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBDebugger.h"
#include "lldb/lldb-private.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBEvent.h"
#include "lldb/API/SBBroadcaster.h"
#include "lldb/API/SBStream.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBLaunchInfo.h"
#include "lldb/API/SBFileSpec.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBListener.h"
#include "lldb/API/SBBroadcaster.h"
#include "lldb/API/SBDebugger.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBProcess.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include <inttypes.h>
#include "lldb/API/SBQueue.h"

View File

@ -7,7 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/lldb-forward.h"
#include "lldb/API/SBAddress.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBDebugger.h"
#include "lldb/API/SBSourceManager.h"
#include "lldb/API/SBTarget.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBTarget.h"
#include "lldb/lldb-public.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBThread.h"
#include "lldb/API/SBSymbolContext.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBThread.h"
#include "lldb/API/SBSymbolContext.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBTypeCategory.h"
#include "lldb/API/SBTypeFilter.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBTypeFilter.h"
#include "lldb/API/SBStream.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBTypeFormat.h"
#include "lldb/API/SBStream.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBTypeNameSpecifier.h"
#include "lldb/API/SBStream.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBTypeSummary.h"
#include "lldb/API/SBStream.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBTypeSynthetic.h"
#include "lldb/API/SBStream.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/API/SBValue.h"
#include "lldb/API/SBDeclaration.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
// C++ Includes
#include <string>

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
#include <sys/stat.h>
#if defined(__APPLE__) || defined(__linux__)

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectApropos.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectArgs.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectBreakpoint.h"
#include "CommandObjectBreakpointCommand.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectCommands.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectDisassemble.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectExpression.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectFrame.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectGUI.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectHelp.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectLanguage.h"
#include "lldb/Host/Host.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectLog.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectMemory.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/CommandObjectMultiword.h"
// C Includes
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectPlatform.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectPlugin.h"
#include "lldb/Host/Host.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectProcess.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectQuit.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectRegister.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectSettings.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectSource.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectSyntax.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectTarget.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectThread.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectType.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectVersion.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectWatchpoint.h"
#include "CommandObjectWatchpointCommand.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/Debugger.h"
#include <map>

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/Disassembler.h"
// C Includes

View File

@ -8,8 +8,6 @@
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include <string>
#include "lldb/Breakpoint/BreakpointLocation.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/AddressResolverFileLine.h"
#include "lldb/Core/Error.h"
#include "lldb/Core/Module.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/PluginManager.h"
#include <limits.h>

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/SourceManager.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include <string.h>
#include <algorithm>

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/ValueObject.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/ValueObjectSyntheticFilter.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/DataFormatters/StringPrinter.h"
#include "lldb/DataFormatters/TypeSummary.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/DataVisualization.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/FormatManager.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/ConstString.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/ConstString.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/TypeCategory.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/TypeCategoryMap.h"
#include "lldb/DataFormatters/FormatClasses.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Expression/ClangExpressionParser.h"
#include "lldb/Core/ArchSpec.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Host/macosx/HostInfoMacOSX.h"
#include "lldb/Interpreter/Args.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Core/Log.h"
#include "lldb/Host/posix/HostInfoPosix.h"

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
// C Includes
#include <cstdlib>
// C++ Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include <string>
#include <vector>
#include <stdlib.h>

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/CommandObject.h"
#include <string>

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/CommandObjectRegexCommand.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "CommandObjectScript.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionGroupFormat.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionGroupPlatform.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionGroupValueObjectDisplay.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionGroupVariable.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionValueArch.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionValueDictionary.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionValueFileSpec.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionValueFormat.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionValueFormatEntity.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionValueUUID.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/Options.h"
// C Includes

View File

@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/Property.h"
// C Includes

Some files were not shown because too many files have changed in this diff Show More