aboutsummaryrefslogtreecommitdiff
path: root/source/Host
AgeCommit message (Expand)Author
2019-10-10File: Handle more cases in GetOptionsFromModePavel Labath
2019-10-08Simplify LZMA decoding by using ArrayRef::take_backKonrad Kleine
2019-10-08Revert "[lldb-server/android] Show more processes and package name when neces...Pavel Labath
2019-10-07[lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine
2019-10-04[Host] Return status directly from RunShellCommandJonas Devlieghere
2019-10-04[Host] Don't discard return value from RunShellCommandJonas Devlieghere
2019-10-04[process info] Remove assert in DoGetGroupNameWalter Erquinigo
2019-10-04[lldb-server/android] Show more processes and package name when necessaryWalter Erquinigo
2019-10-03[Host] Return the user's shell from GetDefaultShellJonas Devlieghere
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-03new api class: SBFileLawrence D'Anna
2019-10-02[ARM64] XPC services are unsupported on device.Davide Italiano
2019-10-01File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna
2019-09-27refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-25Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"Hans Wennborg
2019-09-24Host: use the platform identifiers from LLVM (NFC)Saleem Abdulrasool
2019-09-23[LLDB] [Windows] Map COFF ARM machine ids to the right triple architecturesMartin Storsjo
2019-09-23File::SetDescriptor() should require optionsJonas Devlieghere
2019-09-23[Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere
2019-09-23[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo
2019-09-23[LLDB] Remove a now redundant windows specific workaroundMartin Storsjo
2019-09-23[LLDB] Add a void* cast when passing object pointers to printf %pMartin Storsjo
2019-09-21[LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo
2019-09-13Fix error in ProcessLauncherWindows.cppAdrian McCarthy
2019-09-13[lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann
2019-09-11[LLDB] Do not try to canonicalize gethostname() resultDavid Zarzycki
2019-09-10[LLDB] FreeBSD fix new SetFile call.David Carlier
2019-09-10[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere
2019-09-09LLDB - Simplify GetProgramFileSpecDavid Carlier
2019-09-06Remove call to obsolete gethostbyname, using getaddrinfoSerge Guelton
2019-09-04Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl
2019-09-04[lldb] Fix log statement in Socket::WriteRaphael Isemann
2019-09-03[lldb][NFC] Remove unused overload of File::ReadRaphael Isemann
2019-08-27[lldb] Allow partial completions to fix directory completion.Raphael Isemann
2019-08-27Fix an unused variable warning in no-assert buildsPavel Labath
2019-08-27[ConnectionFileDescriptor] Add shutdown check in ::Write.Jonas Devlieghere
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-08-15[lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-13Enable lldb-server on WindowsAaron Smith
2019-08-06Various build fixes for lldb on MinGWHaibo Huang
2019-08-05Remove usage of usleep in generic codePavel Labath
2019-07-31[CompletionRequest] Remove unimplemented members.Jonas Devlieghere
2019-07-29[Reproducers] Pass FileCollector around as a shared_ptr (NFC)Jonas Devlieghere
2019-07-25[FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)Jonas Devlieghere
2019-07-25[FileSystem] Fix ambiguous symbol on Windows.Jonas Devlieghere
2019-07-25[FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere