summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-073-9/+8
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-071-3/+3
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-021-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-136-12/+12
* [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/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-121-4/+4
* [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] Fix macOS build by replacing nullptr with FileSpec()Raphael Isemann2019-12-041-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
* Rename posix/FileSystem.cpp to FileSystemPosix.cppAdrian Prantl2019-11-152-1/+1
* [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
* Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.Jason Molenda2019-10-311-1/+1
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-291-1/+1
* [lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'Michał Górny2019-10-251-0/+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-163-1/+19
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-1/+13
* [lldb-server/android] Show more processes by relaxing some checksWalter Erquinigo2019-10-151-34/+45
* Revert "fix"Walter Erquinigo2019-10-141-45/+34
* fixWalter Erquinigo2019-10-141-34/+45
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-143-29/+41
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-111-8/+10
* File: Handle more cases in GetOptionsFromModePavel Labath2019-10-101-9/+11
* Simplify LZMA decoding by using ArrayRef::take_backKonrad Kleine2019-10-081-6/+6
* Revert "[lldb-server/android] Show more processes and package name when neces...Pavel Labath2019-10-081-45/+34
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-072-0/+150
* [Host] Return status directly from RunShellCommandJonas Devlieghere2019-10-042-8/+4
* [Host] Don't discard return value from RunShellCommandJonas Devlieghere2019-10-042-5/+16
* [process info] Remove assert in DoGetGroupNameWalter Erquinigo2019-10-041-3/+1
* [lldb-server/android] Show more processes and package name when necessaryWalter Erquinigo2019-10-041-34/+45
* [Host] Return the user's shell from GetDefaultShellJonas Devlieghere2019-10-031-9/+25
* factor out an abstract base class for FileLawrence D'Anna2019-10-033-113/+176
* new api class: SBFileLawrence D'Anna2019-10-031-3/+22
* [ARM64] XPC services are unsupported on device.Davide Italiano2019-10-021-2/+2
* 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-263-33/+32
* Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"Hans Wennborg2019-09-251-5/+4
* Host: use the platform identifiers from LLVM (NFC)Saleem Abdulrasool2019-09-241-4/+5
* [LLDB] [Windows] Map COFF ARM machine ids to the right triple architecturesMartin Storsjo2019-09-231-0/+4
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-233-10/+12
OpenPOWER on IntegriCloud