llvm-capstone/lldb/source/Interpreter
Alex Langford f2d32ddcec [lldb] Sink StreamFile into lldbHost
StreamFile subclasses Stream (from lldbUtility) and is backed by a File
(from lldbHost). It does not depend on anything from lldbCore or any of its
sibling libraries, so I think it makes sense for this to live in
lldbHost instead.

Differential Revision: https://reviews.llvm.org/D157460
2023-08-09 17:17:18 -07:00
..
CMakeLists.txt [lldb][CMake] Enforce not linking against plugin libs in core libs 2023-03-21 16:24:36 -07:00
CommandAlias.cpp [lldb] Prevent mutation of CommandAlias::GetOptionArguments 2023-05-08 09:45:26 -07:00
CommandHistory.cpp [lldb] Use std::optional instead of llvm::Optional (NFC) 2023-01-07 14:18:35 -08:00
CommandInterpreter.cpp [lldb] Sink StreamFile into lldbHost 2023-08-09 17:17:18 -07:00
CommandObject.cpp [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC) 2023-05-04 22:00:17 -07:00
CommandOptionValidators.cpp
CommandReturnObject.cpp Streamline expression parser error messages. 2023-06-12 10:29:48 -07:00
embedded_interpreter.py
InterpreterProperties.td [lldb/Interpreter] Open saved transcript in GUI Editor 2022-11-03 23:13:13 -07:00
OptionArgParser.cpp [LLDB] Apply FixCodeAddress to all forms of address arguments 2023-02-13 10:15:52 +00:00
OptionGroupArchitecture.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionGroupBoolean.cpp
OptionGroupFile.cpp
OptionGroupFormat.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionGroupMemoryTag.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionGroupOutputFile.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionGroupPlatform.cpp [lldb][NFCI] Platforms should own their SDKBuild and SDKRootDirectory strings 2023-06-14 09:59:58 -07:00
OptionGroupPythonClassWithDict.cpp [lldb] Add support for negative integer to {SB,}StructuredData 2023-05-22 16:14:00 -07:00
OptionGroupString.cpp
OptionGroupUInt64.cpp
OptionGroupUUID.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionGroupValueObjectDisplay.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionGroupVariable.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionGroupWatchpoint.cpp [lldb] Add support for specifying language when setting watchpoint by expression 2023-04-26 10:24:28 -07:00
Options.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
OptionValue.cpp [lldb] Add a deduction guides for scoped_lock in OptionValue.cpp & ThreadList.cpp (NFC) 2023-08-05 07:56:38 +08:00
OptionValueArch.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
OptionValueArgs.cpp [lldb] Complete OptionValue cleanup (NFC) 2023-05-14 20:18:47 -07:00
OptionValueArray.cpp [lldb] Complete OptionValue cleanup (NFC) 2023-05-14 20:18:47 -07:00
OptionValueBoolean.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
OptionValueChar.cpp
OptionValueDictionary.cpp [lldb] Remove unused will_modify argument (NFC) 2023-05-02 00:20:34 -07:00
OptionValueEnumeration.cpp
OptionValueFileColonLine.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
OptionValueFileSpec.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
OptionValueFileSpecList.cpp [lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:31:49 -07:00
OptionValueFormat.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueFormatEntity.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueLanguage.cpp [lldb][NFCI] Remove use of ConstString from OptionValueLanguage 2023-06-08 15:11:22 -07:00
OptionValuePathMappings.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueProperties.cpp [lldb][NFCI] Change return type of Properties::GetExperimentalSettingsName 2023-06-13 14:53:24 -07:00
OptionValueRegex.cpp
OptionValueSInt64.cpp
OptionValueString.cpp
OptionValueUInt64.cpp
OptionValueUUID.cpp [lldb][NFCI] UUID::Dump should take a reference instead of a pointer 2023-06-26 10:33:18 -07:00
Property.cpp [lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC) 2023-05-04 16:42:46 -07:00
ScriptInterpreter.cpp [lldb] Improve breakpoint management for interactive scripted process 2023-04-25 15:03:15 -07:00