forked from OSchip/llvm-project
parent
00749e0fd4
commit
573ab909d3
|
@ -26,8 +26,8 @@
|
||||||
#include "lldb/Breakpoint/Stoppoint.h"
|
#include "lldb/Breakpoint/Stoppoint.h"
|
||||||
#include "lldb/Core/Event.h"
|
#include "lldb/Core/Event.h"
|
||||||
#include "lldb/Core/SearchFilter.h"
|
#include "lldb/Core/SearchFilter.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/StructuredData.h"
|
#include "lldb/Core/StructuredData.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
namespace lldb_private {
|
namespace lldb_private {
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
|
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/StructuredData.h"
|
#include "lldb/Core/StructuredData.h"
|
||||||
#include "lldb/Utility/Baton.h"
|
#include "lldb/Utility/Baton.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-private.h"
|
#include "lldb/lldb-private.h"
|
||||||
|
|
||||||
namespace lldb_private {
|
namespace lldb_private {
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
|
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Utility/Baton.h"
|
#include "lldb/Utility/Baton.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-private.h"
|
#include "lldb/lldb-private.h"
|
||||||
|
|
||||||
namespace lldb_private {
|
namespace lldb_private {
|
||||||
|
|
|
@ -23,12 +23,12 @@
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Utility/Flags.h"
|
#include "lldb/Utility/Flags.h"
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/ValueObjectList.h"
|
#include "lldb/Core/ValueObjectList.h"
|
||||||
#include "lldb/Host/Predicate.h"
|
#include "lldb/Host/Predicate.h"
|
||||||
#include "lldb/Utility/ConstString.h"
|
#include "lldb/Utility/ConstString.h"
|
||||||
#include "lldb/Utility/Error.h"
|
#include "lldb/Utility/Error.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-enumerations.h"
|
#include "lldb/lldb-enumerations.h"
|
||||||
#include "lldb/lldb-public.h"
|
#include "lldb/lldb-public.h"
|
||||||
|
|
||||||
|
|
|
@ -19,11 +19,11 @@
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/OptionValue.h"
|
#include "lldb/Interpreter/OptionValue.h"
|
||||||
#include "lldb/Utility/ConstString.h"
|
#include "lldb/Utility/ConstString.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
#include "lldb/Utility/StreamString.h"
|
#include "lldb/Utility/StreamString.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-private.h"
|
#include "lldb/lldb-private.h"
|
||||||
|
|
||||||
namespace lldb_private {
|
namespace lldb_private {
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Host/File.h"
|
#include "lldb/Host/File.h"
|
||||||
#include "lldb/Host/FileSpec.h"
|
#include "lldb/Host/FileSpec.h"
|
||||||
#include "lldb/Host/HostThread.h"
|
#include "lldb/Host/HostThread.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-private-forward.h"
|
#include "lldb/lldb-private-forward.h"
|
||||||
#include "lldb/lldb-private.h"
|
#include "lldb/lldb-private.h"
|
||||||
|
|
||||||
|
|
|
@ -19,13 +19,13 @@
|
||||||
#include "lldb/Core/Debugger.h"
|
#include "lldb/Core/Debugger.h"
|
||||||
#include "lldb/Core/Event.h"
|
#include "lldb/Core/Event.h"
|
||||||
#include "lldb/Core/IOHandler.h"
|
#include "lldb/Core/IOHandler.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/Args.h"
|
#include "lldb/Interpreter/Args.h"
|
||||||
#include "lldb/Interpreter/CommandAlias.h"
|
#include "lldb/Interpreter/CommandAlias.h"
|
||||||
#include "lldb/Interpreter/CommandHistory.h"
|
#include "lldb/Interpreter/CommandHistory.h"
|
||||||
#include "lldb/Interpreter/CommandObject.h"
|
#include "lldb/Interpreter/CommandObject.h"
|
||||||
#include "lldb/Interpreter/ScriptInterpreter.h"
|
#include "lldb/Interpreter/ScriptInterpreter.h"
|
||||||
#include "lldb/Utility/Log.h"
|
#include "lldb/Utility/Log.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-forward.h"
|
#include "lldb/lldb-forward.h"
|
||||||
#include "lldb/lldb-private.h"
|
#include "lldb/lldb-private.h"
|
||||||
|
|
||||||
|
|
|
@ -20,10 +20,10 @@
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Utility/Flags.h"
|
#include "lldb/Utility/Flags.h"
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/Args.h"
|
#include "lldb/Interpreter/Args.h"
|
||||||
#include "lldb/Interpreter/CommandCompletions.h"
|
#include "lldb/Interpreter/CommandCompletions.h"
|
||||||
#include "lldb/Target/ExecutionContext.h"
|
#include "lldb/Target/ExecutionContext.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-private.h"
|
#include "lldb/lldb-private.h"
|
||||||
|
|
||||||
namespace lldb_private {
|
namespace lldb_private {
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include "llvm/ADT/StringRef.h"
|
#include "llvm/ADT/StringRef.h"
|
||||||
|
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/STLUtils.h"
|
|
||||||
#include "lldb/lldb-forward.h"
|
#include "lldb/lldb-forward.h"
|
||||||
|
|
||||||
namespace lldb_private {
|
namespace lldb_private {
|
||||||
|
@ -131,7 +130,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
STLStringArray m_strings;
|
std::vector<std::string> m_strings;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace lldb_private
|
} // namespace lldb_private
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
#include "lldb/API/SBStringList.h"
|
#include "lldb/API/SBStringList.h"
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#include "lldb/Breakpoint/BreakpointOptions.h"
|
#include "lldb/Breakpoint/BreakpointOptions.h"
|
||||||
|
|
||||||
#include "lldb/Breakpoint/StoppointCallbackContext.h"
|
#include "lldb/Breakpoint/StoppointCallbackContext.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/Value.h"
|
#include "lldb/Core/Value.h"
|
||||||
#include "lldb/Interpreter/CommandInterpreter.h"
|
#include "lldb/Interpreter/CommandInterpreter.h"
|
||||||
#include "lldb/Interpreter/CommandReturnObject.h"
|
#include "lldb/Interpreter/CommandReturnObject.h"
|
||||||
|
@ -22,6 +21,7 @@
|
||||||
#include "lldb/Target/Target.h"
|
#include "lldb/Target/Target.h"
|
||||||
#include "lldb/Target/ThreadSpec.h"
|
#include "lldb/Target/ThreadSpec.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
#include "llvm/ADT/STLExtras.h"
|
#include "llvm/ADT/STLExtras.h"
|
||||||
|
|
||||||
|
|
|
@ -14,12 +14,12 @@
|
||||||
#include "lldb/Breakpoint/WatchpointOptions.h"
|
#include "lldb/Breakpoint/WatchpointOptions.h"
|
||||||
|
|
||||||
#include "lldb/Breakpoint/StoppointCallbackContext.h"
|
#include "lldb/Breakpoint/StoppointCallbackContext.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/Value.h"
|
#include "lldb/Core/Value.h"
|
||||||
#include "lldb/Target/Process.h"
|
#include "lldb/Target/Process.h"
|
||||||
#include "lldb/Target/Target.h"
|
#include "lldb/Target/Target.h"
|
||||||
#include "lldb/Target/ThreadSpec.h"
|
#include "lldb/Target/ThreadSpec.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
#include "CommandObjectHelp.h"
|
#include "CommandObjectHelp.h"
|
||||||
#include "lldb/Core/Debugger.h"
|
#include "lldb/Core/Debugger.h"
|
||||||
#include "lldb/Core/IOHandler.h"
|
#include "lldb/Core/IOHandler.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/Args.h"
|
#include "lldb/Interpreter/Args.h"
|
||||||
#include "lldb/Interpreter/CommandHistory.h"
|
#include "lldb/Interpreter/CommandHistory.h"
|
||||||
#include "lldb/Interpreter/CommandInterpreter.h"
|
#include "lldb/Interpreter/CommandInterpreter.h"
|
||||||
|
@ -28,6 +27,7 @@
|
||||||
#include "lldb/Interpreter/OptionValueUInt64.h"
|
#include "lldb/Interpreter/OptionValueUInt64.h"
|
||||||
#include "lldb/Interpreter/Options.h"
|
#include "lldb/Interpreter/Options.h"
|
||||||
#include "lldb/Interpreter/ScriptInterpreter.h"
|
#include "lldb/Interpreter/ScriptInterpreter.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#include "lldb/Core/Debugger.h"
|
#include "lldb/Core/Debugger.h"
|
||||||
#include "lldb/Core/IOHandler.h"
|
#include "lldb/Core/IOHandler.h"
|
||||||
#include "lldb/Core/State.h"
|
#include "lldb/Core/State.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/DataFormatters/DataVisualization.h"
|
#include "lldb/DataFormatters/DataVisualization.h"
|
||||||
#include "lldb/Interpreter/CommandInterpreter.h"
|
#include "lldb/Interpreter/CommandInterpreter.h"
|
||||||
#include "lldb/Interpreter/CommandObject.h"
|
#include "lldb/Interpreter/CommandObject.h"
|
||||||
|
@ -38,6 +37,7 @@
|
||||||
#include "lldb/Target/ThreadList.h"
|
#include "lldb/Target/ThreadList.h"
|
||||||
#include "lldb/Utility/ConstString.h"
|
#include "lldb/Utility/ConstString.h"
|
||||||
#include "lldb/Utility/RegularExpression.h"
|
#include "lldb/Utility/RegularExpression.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
#include "llvm/ADT/STLExtras.h"
|
#include "llvm/ADT/STLExtras.h"
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "Plugins/Process/Utility/ARMDefines.h"
|
#include "Plugins/Process/Utility/ARMDefines.h"
|
||||||
#include "Plugins/Process/Utility/InstructionUtils.h"
|
#include "Plugins/Process/Utility/InstructionUtils.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Host/HostInfo.h"
|
#include "lldb/Host/HostInfo.h"
|
||||||
#include "lldb/Target/Platform.h"
|
#include "lldb/Target/Platform.h"
|
||||||
#include "lldb/Target/Process.h"
|
#include "lldb/Target/Process.h"
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
#include "lldb/Utility/NameMatches.h"
|
#include "lldb/Utility/NameMatches.h"
|
||||||
#include "lldb/Utility/RegularExpression.h"
|
#include "lldb/Utility/RegularExpression.h"
|
||||||
#include "lldb/Utility/SafeMachO.h"
|
#include "lldb/Utility/SafeMachO.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -33,7 +33,6 @@ add_lldb_library(lldbCore
|
||||||
State.cpp
|
State.cpp
|
||||||
StreamAsynchronousIO.cpp
|
StreamAsynchronousIO.cpp
|
||||||
StreamFile.cpp
|
StreamFile.cpp
|
||||||
StringList.cpp
|
|
||||||
StructuredData.cpp
|
StructuredData.cpp
|
||||||
Timer.cpp
|
Timer.cpp
|
||||||
UserSettingsController.cpp
|
UserSettingsController.cpp
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Host/ConnectionFileDescriptor.h"
|
#include "lldb/Host/ConnectionFileDescriptor.h"
|
||||||
#include "lldb/Host/Editline.h"
|
#include "lldb/Host/Editline.h"
|
||||||
#include "lldb/Host/FileSpec.h"
|
#include "lldb/Host/FileSpec.h"
|
||||||
|
@ -20,6 +19,7 @@
|
||||||
#include "lldb/Utility/LLDBAssert.h"
|
#include "lldb/Utility/LLDBAssert.h"
|
||||||
#include "lldb/Utility/SelectHelper.h"
|
#include "lldb/Utility/SelectHelper.h"
|
||||||
#include "lldb/Utility/StreamString.h"
|
#include "lldb/Utility/StreamString.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
#include "llvm/Support/FileSystem.h"
|
#include "llvm/Support/FileSystem.h"
|
||||||
#include "llvm/Support/Threading.h"
|
#include "llvm/Support/Threading.h"
|
||||||
|
|
|
@ -16,12 +16,12 @@
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Host/FileSpec.h"
|
#include "lldb/Host/FileSpec.h"
|
||||||
#include "lldb/Utility/CleanUp.h"
|
#include "lldb/Utility/CleanUp.h"
|
||||||
#include "lldb/Utility/RegularExpression.h"
|
#include "lldb/Utility/RegularExpression.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
#include "lldb/Utility/StreamString.h"
|
#include "lldb/Utility/StreamString.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
#include "llvm/ADT/StringExtras.h"
|
#include "llvm/ADT/StringExtras.h"
|
||||||
#include "llvm/ADT/StringRef.h"
|
#include "llvm/ADT/StringRef.h"
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
// C++ Includes
|
// C++ Includes
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/OptionValues.h"
|
#include "lldb/Interpreter/OptionValues.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -13,10 +13,10 @@
|
||||||
// C++ Includes
|
// C++ Includes
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Host/PosixApi.h"
|
#include "lldb/Host/PosixApi.h"
|
||||||
#include "lldb/Interpreter/Args.h"
|
#include "lldb/Interpreter/Args.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "llvm/ADT/STLExtras.h"
|
#include "llvm/ADT/STLExtras.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
// C++ Includes
|
// C++ Includes
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/Args.h"
|
#include "lldb/Interpreter/Args.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "llvm/ADT/STLExtras.h"
|
#include "llvm/ADT/STLExtras.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
// C++ Includes
|
// C++ Includes
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/StringList.h"
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/Module.h"
|
#include "lldb/Core/Module.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/CommandInterpreter.h"
|
#include "lldb/Interpreter/CommandInterpreter.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Utility/Flags.h"
|
#include "lldb/Utility/Flags.h"
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/UserSettingsController.h"
|
#include "lldb/Core/UserSettingsController.h"
|
||||||
#include "lldb/Interpreter/Args.h"
|
#include "lldb/Interpreter/Args.h"
|
||||||
#include "lldb/Interpreter/OptionValues.h"
|
#include "lldb/Interpreter/OptionValues.h"
|
||||||
#include "lldb/Interpreter/Property.h"
|
#include "lldb/Interpreter/Property.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
// Project includes
|
// Project includes
|
||||||
#include "lldb/Core/Module.h"
|
#include "lldb/Core/Module.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/CommandInterpreter.h"
|
#include "lldb/Interpreter/CommandInterpreter.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Host/PseudoTerminal.h"
|
#include "lldb/Host/PseudoTerminal.h"
|
||||||
#include "lldb/Interpreter/CommandReturnObject.h"
|
#include "lldb/Interpreter/CommandReturnObject.h"
|
||||||
#include "lldb/Utility/Error.h"
|
#include "lldb/Utility/Error.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace lldb;
|
using namespace lldb;
|
||||||
using namespace lldb_private;
|
using namespace lldb_private;
|
||||||
|
|
|
@ -71,7 +71,6 @@
|
||||||
#include "lldb/Core/Disassembler.h"
|
#include "lldb/Core/Disassembler.h"
|
||||||
#include "lldb/Core/Module.h"
|
#include "lldb/Core/Module.h"
|
||||||
#include "lldb/Core/StreamFile.h"
|
#include "lldb/Core/StreamFile.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Expression/IRDynamicChecks.h"
|
#include "lldb/Expression/IRDynamicChecks.h"
|
||||||
#include "lldb/Expression/IRExecutionUnit.h"
|
#include "lldb/Expression/IRExecutionUnit.h"
|
||||||
#include "lldb/Expression/IRInterpreter.h"
|
#include "lldb/Expression/IRInterpreter.h"
|
||||||
|
@ -90,6 +89,7 @@
|
||||||
#include "lldb/Utility/Log.h"
|
#include "lldb/Utility/Log.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
#include "lldb/Utility/StreamString.h"
|
#include "lldb/Utility/StreamString.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
using namespace clang;
|
using namespace clang;
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
// Other libraries and framework includes
|
// Other libraries and framework includes
|
||||||
#include "lldb/Core/ArchSpec.h"
|
#include "lldb/Core/ArchSpec.h"
|
||||||
#include "lldb/Core/Broadcaster.h"
|
#include "lldb/Core/Broadcaster.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/ThreadSafeValue.h"
|
#include "lldb/Core/ThreadSafeValue.h"
|
||||||
#include "lldb/Host/HostThread.h"
|
#include "lldb/Host/HostThread.h"
|
||||||
#include "lldb/Target/Process.h"
|
#include "lldb/Target/Process.h"
|
||||||
|
@ -27,6 +26,7 @@
|
||||||
#include "lldb/Utility/ConstString.h"
|
#include "lldb/Utility/ConstString.h"
|
||||||
#include "lldb/Utility/Error.h"
|
#include "lldb/Utility/Error.h"
|
||||||
#include "lldb/Utility/StreamString.h"
|
#include "lldb/Utility/StreamString.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
#include "CommunicationKDP.h"
|
#include "CommunicationKDP.h"
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include "lldb/Core/Broadcaster.h"
|
#include "lldb/Core/Broadcaster.h"
|
||||||
#include "lldb/Core/LoadedModuleInfoList.h"
|
#include "lldb/Core/LoadedModuleInfoList.h"
|
||||||
#include "lldb/Core/ModuleSpec.h"
|
#include "lldb/Core/ModuleSpec.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Core/StructuredData.h"
|
#include "lldb/Core/StructuredData.h"
|
||||||
#include "lldb/Core/ThreadSafeValue.h"
|
#include "lldb/Core/ThreadSafeValue.h"
|
||||||
#include "lldb/Host/HostThread.h"
|
#include "lldb/Host/HostThread.h"
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
#include "lldb/Utility/Error.h"
|
#include "lldb/Utility/Error.h"
|
||||||
#include "lldb/Utility/StreamString.h"
|
#include "lldb/Utility/StreamString.h"
|
||||||
#include "lldb/Utility/StringExtractor.h"
|
#include "lldb/Utility/StringExtractor.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/lldb-private-forward.h"
|
#include "lldb/lldb-private-forward.h"
|
||||||
|
|
||||||
#include "GDBRemoteCommunicationClient.h"
|
#include "GDBRemoteCommunicationClient.h"
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
#include "lldb/Core/Debugger.h"
|
#include "lldb/Core/Debugger.h"
|
||||||
#include "lldb/Core/PluginManager.h"
|
#include "lldb/Core/PluginManager.h"
|
||||||
#include "lldb/Core/StreamFile.h"
|
#include "lldb/Core/StreamFile.h"
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/CommandInterpreter.h"
|
#include "lldb/Interpreter/CommandInterpreter.h"
|
||||||
#include "lldb/Utility/Stream.h"
|
#include "lldb/Utility/Stream.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
#include "llvm/Support/Threading.h"
|
#include "llvm/Support/Threading.h"
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ add_lldb_library(lldbUtility
|
||||||
StringExtractor.cpp
|
StringExtractor.cpp
|
||||||
StringExtractorGDBRemote.cpp
|
StringExtractorGDBRemote.cpp
|
||||||
StringLexer.cpp
|
StringLexer.cpp
|
||||||
|
StringList.cpp
|
||||||
TaskPool.cpp
|
TaskPool.cpp
|
||||||
TildeExpressionResolver.cpp
|
TildeExpressionResolver.cpp
|
||||||
UserID.cpp
|
UserID.cpp
|
||||||
|
|
|
@ -7,9 +7,8 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
#include "lldb/Host/FileSpec.h"
|
|
||||||
#include "lldb/Utility/Log.h"
|
#include "lldb/Utility/Log.h"
|
||||||
#include "lldb/Utility/StreamString.h"
|
#include "lldb/Utility/StreamString.h"
|
||||||
|
|
||||||
|
@ -219,9 +218,7 @@ StringList &StringList::operator<<(StringList strings) {
|
||||||
}
|
}
|
||||||
|
|
||||||
StringList &StringList::operator=(const std::vector<std::string> &rhs) {
|
StringList &StringList::operator=(const std::vector<std::string> &rhs) {
|
||||||
Clear();
|
m_strings.assign(rhs.begin(), rhs.end());
|
||||||
for (const auto &s : rhs)
|
|
||||||
m_strings.push_back(s);
|
|
||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
|
@ -19,11 +19,11 @@
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Host/Editline.h"
|
#include "lldb/Host/Editline.h"
|
||||||
#include "lldb/Host/Pipe.h"
|
#include "lldb/Host/Pipe.h"
|
||||||
#include "lldb/Host/PseudoTerminal.h"
|
#include "lldb/Host/PseudoTerminal.h"
|
||||||
#include "lldb/Utility/Error.h"
|
#include "lldb/Utility/Error.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
const size_t TIMEOUT_MILLIS = 5000;
|
const size_t TIMEOUT_MILLIS = 5000;
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "lldb/Core/StringList.h"
|
|
||||||
#include "lldb/Interpreter/CommandCompletions.h"
|
#include "lldb/Interpreter/CommandCompletions.h"
|
||||||
|
#include "lldb/Utility/StringList.h"
|
||||||
#include "lldb/Utility/TildeExpressionResolver.h"
|
#include "lldb/Utility/TildeExpressionResolver.h"
|
||||||
|
|
||||||
#include "llvm/ADT/SmallString.h"
|
#include "llvm/ADT/SmallString.h"
|
||||||
|
|
Loading…
Reference in New Issue