summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-2/+2
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-071-3/+3
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-211-2/+2
* [lldb] Make that we can call HostInfo::Initialize and HostInfo::Terminate mul...Raphael Isemann2019-12-201-44/+41
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-135-10/+10
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOSJonas Devlieghere2019-12-121-13/+13
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere2019-12-121-29/+29
* [lldb/Host] Use Host/Config.h for LibXML2 instead of a global defineJonas Devlieghere2019-12-111-29/+30
* [lldb] Add #include to appease the modules buildVedant Kumar2019-12-101-0/+1
* Fix a -Wsign-compare error around wchar_t vs unsigned int.Eric Christopher2019-12-101-1/+1
* [lldb/Editline] Fix a -Wreturn-type warning with gccPavel Labath2019-12-041-0/+1
* [EditLine] Fix RecallHistory to make it go in the right direction.Jonas Devlieghere2019-12-031-25/+72
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-151-4/+15
* [lldb][Editline] Support ctrl+left/right arrow word navigation.Jordan Rupprecht2019-11-141-0/+9
* [lldb] Fix more -Wdeprecated-copy warningsPavel Labath2019-11-122-10/+4
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-291-1/+1
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-14/+0
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+2
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-1/+13
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-143-29/+41
* File: Handle more cases in GetOptionsFromModePavel Labath2019-10-101-9/+11
* Simplify LZMA decoding by using ArrayRef::take_backKonrad Kleine2019-10-081-6/+6
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-071-0/+146
* factor out an abstract base class for FileLawrence D'Anna2019-10-032-107/+170
* new api class: SBFileLawrence D'Anna2019-10-031-3/+22
* File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna2019-10-011-2/+5
* refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna2019-09-272-7/+8
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-15/+0
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-262-30/+27
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-232-4/+4
* [Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere2019-09-231-1/+1
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-231-1/+1
* [LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo2019-09-211-4/+4
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-131-1/+1
* [lldb] Fix log statement in Socket::WriteRaphael Isemann2019-09-041-1/+2
* [lldb][NFC] Remove unused overload of File::ReadRaphael Isemann2019-09-031-44/+0
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-271-0/+6
* Fix an unused variable warning in no-assert buildsPavel Labath2019-08-271-0/+1
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-72/+83
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-19/+17
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-3/+12
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-2/+0
* [Reproducers] Pass FileCollector around as a shared_ptr (NFC)Jonas Devlieghere2019-07-291-1/+1
* [FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)Jonas Devlieghere2019-07-251-2/+2
* [FileSystem] Fix ambiguous symbol on Windows.Jonas Devlieghere2019-07-251-1/+1
* [FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere2019-07-251-2/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-248-89/+78
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-231-0/+54
* Options: Reduce code duplicationPavel Labath2019-07-101-3/+5
OpenPOWER on IntegriCloud