mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Remove header grouping comments.
This patch removes the comments grouping header includes. They were added after running IWYU over the LLDB codebase. However they add little value, are often outdates and burdensome to maintain. llvm-svn: 346626
This commit is contained in:
@@ -53,4 +53,4 @@ int main() {
|
||||
MaskedData data_5(data_4.apply(), 0xFFAC, eMaskingOperatorNor);
|
||||
MaskedData data_6(data_5.apply(), 0x0000BEEF, eMaskingOperatorAnd);
|
||||
return data_6.apply(); // <-- what comes out of here?
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef LLDB_LLDB_h_
|
||||
#define LLDB_LLDB_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/API/SBAddress.h"
|
||||
#include "lldb/API/SBAttachInfo.h"
|
||||
#include "lldb/API/SBBlock.h"
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef LLDB_SBCommandInterpreter_h_
|
||||
#define LLDB_SBCommandInterpreter_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/API/SBDebugger.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef LLDB_SBCommandReturnObject_h_
|
||||
#define LLDB_SBCommandReturnObject_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdio.h>
|
||||
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
namespace lldb {
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef LLDB_SBDefines_h_
|
||||
#define LLDB_SBDefines_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
#include "lldb/lldb-defines.h"
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef LLDB_SBTarget_h_
|
||||
#define LLDB_SBTarget_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/API/SBAddress.h"
|
||||
#include "lldb/API/SBAttachInfo.h"
|
||||
#include "lldb/API/SBBreakpoint.h"
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef liblldb_Breakpoint_h_
|
||||
#define liblldb_Breakpoint_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointID.h"
|
||||
#include "lldb/Breakpoint/BreakpointLocationCollection.h"
|
||||
#include "lldb/Breakpoint/BreakpointLocationList.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_BreakpointID_h_
|
||||
#define liblldb_BreakpointID_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_BreakpointIDList_h_
|
||||
#define liblldb_BreakpointIDList_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/Breakpoint/BreakpointID.h"
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_BreakpointList_h_
|
||||
#define liblldb_BreakpointList_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/Breakpoint.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_BreakpointLocation_h_
|
||||
#define liblldb_BreakpointLocation_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointOptions.h"
|
||||
#include "lldb/Breakpoint/StoppointLocation.h"
|
||||
#include "lldb/Core/Address.h"
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_BreakpointLocationCollection_h_
|
||||
#define liblldb_BreakpointLocationCollection_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/Iterable.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef liblldb_BreakpointLocationList_h_
|
||||
#define liblldb_BreakpointLocationList_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/Utility/Iterable.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef liblldb_Breakpoint_Name_h_
|
||||
#define liblldb_Breakpoint_Name_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointID.h"
|
||||
#include "lldb/Breakpoint/BreakpointLocationCollection.h"
|
||||
#include "lldb/Breakpoint/BreakpointLocationList.h"
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_BreakpointOptions_h_
|
||||
#define liblldb_BreakpointOptions_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/Baton.h"
|
||||
#include "lldb/Utility/Flags.h"
|
||||
#include "lldb/Utility/StringList.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_BreakpointResolver_h_
|
||||
#define liblldb_BreakpointResolver_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/Breakpoint.h"
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/Core/SearchFilter.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_BreakpointResolverAddress_h_
|
||||
#define liblldb_BreakpointResolverAddress_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
#include "lldb/Core/ModuleSpec.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_BreakpointResolverFileLine_h_
|
||||
#define liblldb_BreakpointResolverFileLine_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -11,11 +11,7 @@
|
||||
#ifndef liblldb_BreakpointResolverFileRegex_h_
|
||||
#define liblldb_BreakpointResolverFileRegex_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <set>
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_BreakpointResolverName_h_
|
||||
#define liblldb_BreakpointResolverName_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
#include "lldb/Core/Module.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_BreakpointResolverScripted_h_
|
||||
#define liblldb_BreakpointResolverScripted_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-forward.h"
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
#include "lldb/Core/ModuleSpec.h"
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef liblldb_BreakpointSite_h_
|
||||
#define liblldb_BreakpointSite_h_
|
||||
|
||||
// C Includes
|
||||
|
||||
// C++ Includes
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointLocationCollection.h"
|
||||
#include "lldb/Breakpoint/StoppointLocation.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef liblldb_BreakpointSiteList_h_
|
||||
#define liblldb_BreakpointSiteList_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointSite.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_Stoppoint_h_
|
||||
#define liblldb_Stoppoint_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_StoppointLocation_h_
|
||||
#define liblldb_StoppointLocation_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
// #include "lldb/Breakpoint/BreakpointOptions.h"
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_Watchpoint_h_
|
||||
#define liblldb_Watchpoint_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/StoppointLocation.h"
|
||||
#include "lldb/Breakpoint/WatchpointOptions.h"
|
||||
#include "lldb/Symbol/CompilerType.h"
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef liblldb_WatchpointList_h_
|
||||
#define liblldb_WatchpointList_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_WatchpointOptions_h_
|
||||
#define liblldb_WatchpointOptions_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/Baton.h"
|
||||
#include "lldb/Utility/StringList.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_ClangForward_h_
|
||||
#define liblldb_ClangForward_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef liblldb_Debugger_h_
|
||||
#define liblldb_Debugger_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdint.h>
|
||||
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Broadcaster.h"
|
||||
#include "lldb/Core/FormatEntity.h"
|
||||
#include "lldb/Core/IOHandler.h"
|
||||
|
||||
@@ -10,14 +10,11 @@
|
||||
#ifndef liblldb_LoadedModuleInfoList_h_
|
||||
#define liblldb_LoadedModuleInfoList_h_
|
||||
|
||||
// C Includes
|
||||
|
||||
// C++ Includes
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "lldb/lldb-defines.h"
|
||||
#include "lldb/lldb-private-forward.h"
|
||||
#include "lldb/lldb-types.h"
|
||||
|
||||
@@ -10,18 +10,14 @@
|
||||
#ifndef liblldb_MappedHash_h_
|
||||
#define liblldb_MappedHash_h_
|
||||
|
||||
// C Includes
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
// C++ Includes
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/DataExtractor.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "llvm/Support/DJB.h"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#ifndef liblldb_ModuleSpec_h_
|
||||
#define liblldb_ModuleSpec_h_
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Host/FileSystem.h"
|
||||
#include "lldb/Target/PathMappingList.h"
|
||||
#include "lldb/Utility/ArchSpec.h"
|
||||
@@ -18,11 +17,8 @@
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/Utility/UUID.h"
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/Support/Chrono.h"
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_PluginInterface_h_
|
||||
#define liblldb_PluginInterface_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef liblldb_RangeMap_h_
|
||||
#define liblldb_RangeMap_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
|
||||
// Project includes
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
// Uncomment to make sure all Range objects are sorted when needed
|
||||
|
||||
@@ -10,16 +10,12 @@
|
||||
#ifndef liblldb_STLUtils_h_
|
||||
#define liblldb_STLUtils_h_
|
||||
|
||||
// C Includes
|
||||
#include <string.h>
|
||||
|
||||
// C++ Includes
|
||||
#include <map>
|
||||
#include <ostream>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// C string less than compare function object
|
||||
|
||||
@@ -11,14 +11,10 @@
|
||||
#ifndef liblldb_ThreadSafeDenseMap_h_
|
||||
#define liblldb_ThreadSafeDenseMap_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
|
||||
// Project includes
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
|
||||
@@ -11,14 +11,10 @@
|
||||
#ifndef liblldb_ThreadSafeDenseSet_h_
|
||||
#define liblldb_ThreadSafeDenseSet_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/ADT/DenseSet.h"
|
||||
|
||||
// Project includes
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_ThreadSafeSTLMap_h_
|
||||
#define liblldb_ThreadSafeSTLMap_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-defines.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -11,13 +11,9 @@
|
||||
#ifndef liblldb_ThreadSafeSTLVector_h_
|
||||
#define liblldb_ThreadSafeSTLVector_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-defines.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_ThreadSafeValue_h_
|
||||
#define liblldb_ThreadSafeValue_h_
|
||||
|
||||
// C Includes
|
||||
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-defines.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_UniqueCStringMap_h_
|
||||
#define liblldb_UniqueCStringMap_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/Utility/RegularExpression.h"
|
||||
|
||||
|
||||
@@ -10,11 +10,7 @@
|
||||
#ifndef lldb_DataVisualization_h_
|
||||
#define lldb_DataVisualization_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/DataFormatters/FormatClasses.h"
|
||||
#include "lldb/DataFormatters/FormatManager.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef lldb_DumpValueObjectOptions_h_
|
||||
#define lldb_DumpValueObjectOptions_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-private.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -11,13 +11,9 @@
|
||||
#ifndef lldb_FormatCache_h_
|
||||
#define lldb_FormatCache_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef lldb_FormatClasses_h_
|
||||
#define lldb_FormatClasses_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/DataFormatters/TypeFormat.h"
|
||||
#include "lldb/DataFormatters/TypeSummary.h"
|
||||
#include "lldb/DataFormatters/TypeSynthetic.h"
|
||||
|
||||
@@ -10,16 +10,12 @@
|
||||
#ifndef lldb_FormatManager_h_
|
||||
#define lldb_FormatManager_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <atomic>
|
||||
#include <initializer_list>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -10,16 +10,12 @@
|
||||
#ifndef lldb_FormattersContainer_h_
|
||||
#define lldb_FormattersContainer_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
#include "lldb/Core/ValueObject.h"
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
#ifndef lldb_FormattersHelpers_h_
|
||||
#define lldb_FormattersHelpers_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-forward.h"
|
||||
|
||||
|
||||
@@ -11,11 +11,7 @@
|
||||
#ifndef lldb_LanguageCategory_h_
|
||||
#define lldb_LanguageCategory_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/DataFormatters/FormatCache.h"
|
||||
#include "lldb/DataFormatters/FormatClasses.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_StringPrinter_h_
|
||||
#define liblldb_StringPrinter_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-forward.h"
|
||||
|
||||
#include "lldb/Utility/DataExtractor.h"
|
||||
|
||||
@@ -10,16 +10,12 @@
|
||||
#ifndef lldb_TypeCategory_h_
|
||||
#define lldb_TypeCategory_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <initializer_list>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef lldb_TypeCategoryMap_h_
|
||||
#define lldb_TypeCategoryMap_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -11,16 +11,12 @@
|
||||
#ifndef lldb_TypeFormat_h_
|
||||
#define lldb_TypeFormat_h_
|
||||
|
||||
// C Includes
|
||||
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
// Other libraries and framework includes
|
||||
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -10,16 +10,12 @@
|
||||
#ifndef lldb_TypeSummary_h_
|
||||
#define lldb_TypeSummary_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdint.h>
|
||||
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -10,18 +10,14 @@
|
||||
#ifndef lldb_TypeSynthetic_h_
|
||||
#define lldb_TypeSynthetic_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdint.h>
|
||||
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <initializer_list>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -11,15 +11,11 @@
|
||||
#ifndef lldb_TypeValidator_h_
|
||||
#define lldb_TypeValidator_h_
|
||||
|
||||
// C Includes
|
||||
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
|
||||
// Project includes
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-private-enumerations.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
@@ -11,11 +11,7 @@
|
||||
#ifndef lldb_ValueObjectPrinter_h_
|
||||
#define lldb_ValueObjectPrinter_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-private.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef liblldb_Expression_h_
|
||||
#define liblldb_Expression_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
#include "lldb/Expression/ExpressionTypeSystemHelper.h"
|
||||
#include "lldb/lldb-forward.h"
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef liblldb_ExpressionVariable_h_
|
||||
#define liblldb_ExpressionVariable_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Core/ValueObject.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
@@ -10,15 +10,11 @@
|
||||
#ifndef liblldb_FunctionCaller_h_
|
||||
#define liblldb_FunctionCaller_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/Core/Value.h"
|
||||
#include "lldb/Expression/Expression.h"
|
||||
|
||||
@@ -10,18 +10,14 @@
|
||||
#ifndef liblldb_IRExecutionUnit_h_
|
||||
#define liblldb_IRExecutionUnit_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/ExecutionEngine/SectionMemoryManager.h"
|
||||
#include "llvm/IR/Module.h"
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Expression/IRMemoryMap.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Symbol/SymbolContext.h"
|
||||
|
||||
@@ -10,16 +10,12 @@
|
||||
#ifndef liblldb_LLVMUserExpression_h
|
||||
#define liblldb_LLVMUserExpression_h
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/IR/LegacyPassManager.h"
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Expression/UserExpression.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_Materializer_h
|
||||
#define liblldb_Materializer_h
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Expression/IRMemoryMap.h"
|
||||
#include "lldb/Symbol/TaggedASTType.h"
|
||||
#include "lldb/Target/StackFrame.h"
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef lldb_REPL_h
|
||||
#define lldb_REPL_h
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/../../source/Commands/CommandObjectExpression.h"
|
||||
#include "lldb/Interpreter/OptionGroupFormat.h"
|
||||
#include "lldb/Interpreter/OptionGroupValueObjectDisplay.h"
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef liblldb_UserExpression_h_
|
||||
#define liblldb_UserExpression_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/Expression/Expression.h"
|
||||
#include "lldb/Expression/Materializer.h"
|
||||
|
||||
@@ -11,13 +11,9 @@
|
||||
#ifndef liblldb_UtilityFunction_h_
|
||||
#define liblldb_UtilityFunction_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Expression/Expression.h"
|
||||
#include "lldb/lldb-forward.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef liblldb_Debug_h_
|
||||
#define liblldb_Debug_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,11 +10,7 @@
|
||||
#ifndef lldb_Host_MonitoringProcessLauncher_h_
|
||||
#define lldb_Host_MonitoringProcessLauncher_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Host/ProcessLauncher.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_ProcessRunLock_h_
|
||||
#define liblldb_ProcessRunLock_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-defines.h"
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#ifndef liblldb_SocketAddress_h_
|
||||
#define liblldb_SocketAddress_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
@@ -28,9 +27,6 @@ typedef ADDRESS_FAMILY sa_family_t;
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
#ifndef liblldb_StringConvert_h_
|
||||
#define liblldb_StringConvert_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdint.h>
|
||||
|
||||
// C++ Includes
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef liblldb_Symbols_h_
|
||||
#define liblldb_Symbols_h_
|
||||
|
||||
// C Includes
|
||||
#include <stdint.h>
|
||||
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/FileSpec.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,20 +10,16 @@
|
||||
#ifndef liblldb_XML_h_
|
||||
#define liblldb_XML_h_
|
||||
|
||||
// C Includes
|
||||
#if defined(LIBXML2_DEFINED)
|
||||
#include <libxml/xmlreader.h>
|
||||
#endif
|
||||
|
||||
// C++ Includes
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
#include "lldb/Utility/StructuredData.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_NativeRegisterContext_h_
|
||||
#define liblldb_NativeRegisterContext_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Host/common/NativeWatchpointList.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -10,15 +10,12 @@
|
||||
#ifndef liblldb_Host_posix_ConnectionFileDescriptorPosix_h_
|
||||
#define liblldb_Host_posix_ConnectionFileDescriptorPosix_h_
|
||||
|
||||
// C++ Includes
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
#include "lldb/lldb-forward.h"
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Host/Pipe.h"
|
||||
#include "lldb/Utility/Connection.h"
|
||||
#include "lldb/Utility/IOObject.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef lldb_Host_HostProcesPosix_h_
|
||||
#define lldb_Host_HostProcesPosix_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Host/HostNativeProcessBase.h"
|
||||
#include "lldb/Utility/Status.h"
|
||||
#include "lldb/lldb-types.h"
|
||||
|
||||
@@ -113,4 +113,4 @@ void el_deletestr(EditLine *, int);
|
||||
History *history_init(void);
|
||||
void history_end(History *);
|
||||
int history(History *, HistEvent *, int, ...);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef liblldb_CommandAlias_h_
|
||||
#define liblldb_CommandAlias_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <memory>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/CommandObject.h"
|
||||
#include "lldb/Utility/Args.h"
|
||||
#include "lldb/Utility/CompletionRequest.h"
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef lldb_CommandCompletions_h_
|
||||
#define lldb_CommandCompletions_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <set>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/FileSpecList.h"
|
||||
#include "lldb/Core/SearchFilter.h"
|
||||
#include "lldb/Utility/CompletionRequest.h"
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef liblldb_CommandHistory_h_
|
||||
#define liblldb_CommandHistory_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -10,11 +10,7 @@
|
||||
#ifndef liblldb_CommandInterpreter_h_
|
||||
#define liblldb_CommandInterpreter_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <mutex>
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Broadcaster.h"
|
||||
#include "lldb/Core/Debugger.h"
|
||||
#include "lldb/Core/Event.h"
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#ifndef liblldb_CommandObject_h_
|
||||
#define liblldb_CommandObject_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Utility/Flags.h"
|
||||
|
||||
#include "lldb/Interpreter/CommandCompletions.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_CommandObjectMultiword_h_
|
||||
#define liblldb_CommandObjectMultiword_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/CommandObject.h"
|
||||
#include "lldb/Utility/CompletionRequest.h"
|
||||
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
#ifndef liblldb_CommandObjectRegexCommand_h_
|
||||
#define liblldb_CommandObjectRegexCommand_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
#include <list>
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/CommandObject.h"
|
||||
#include "lldb/Utility/CompletionRequest.h"
|
||||
#include "lldb/Utility/RegularExpression.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_CommandOptionValidators_h_
|
||||
#define liblldb_CommandOptionValidators_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/lldb-private-types.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_CommandReturnObject_h_
|
||||
#define liblldb_CommandReturnObject_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/STLUtils.h"
|
||||
#include "lldb/Core/StreamFile.h"
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupBoolean_h_
|
||||
#define liblldb_OptionGroupBoolean_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueBoolean.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupFile_h_
|
||||
#define liblldb_OptionGroupFile_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueFileSpec.h"
|
||||
#include "lldb/Interpreter/OptionValueFileSpecList.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupFormat_h_
|
||||
#define liblldb_OptionGroupFormat_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueFormat.h"
|
||||
#include "lldb/Interpreter/OptionValueSInt64.h"
|
||||
#include "lldb/Interpreter/OptionValueUInt64.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupOutputFile_h_
|
||||
#define liblldb_OptionGroupOutputFile_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueBoolean.h"
|
||||
#include "lldb/Interpreter/OptionValueFileSpec.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupPlatform_h_
|
||||
#define liblldb_OptionGroupPlatform_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "llvm/Support/VersionTuple.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupString_h_
|
||||
#define liblldb_OptionGroupString_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueString.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupUInt64_h_
|
||||
#define liblldb_OptionGroupUInt64_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueUInt64.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupUUID_h_
|
||||
#define liblldb_OptionGroupUUID_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueUUID.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupValueObjectDisplay_h_
|
||||
#define liblldb_OptionGroupValueObjectDisplay_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/ValueObject.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupVariable_h_
|
||||
#define liblldb_OptionGroupVariable_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueString.h"
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionGroupWatchpoint_h_
|
||||
#define liblldb_OptionGroupWatchpoint_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/Options.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionValue_h_
|
||||
#define liblldb_OptionValue_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/FormatEntity.h"
|
||||
#include "lldb/Utility/CompletionRequest.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
#ifndef liblldb_OptionValueArgs_h_
|
||||
#define liblldb_OptionValueArgs_h_
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Interpreter/OptionValueArray.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user