summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-134-8/+8
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-2/+8
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-043-11/+11
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-2/+2
* [lldb] Avoid snprintf in PlatformRemoteDarwinDevicePavel Labath2019-11-261-19/+14
* [LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere2019-11-131-1/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-3/+3
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-162-4/+19
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-143-3/+4
* Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.Adrian Prantl2019-10-111-1/+2
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-1/+2
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-1/+1
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-5/+5
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-242-22/+0
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-3/+8
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-19/+26
* [Platform/Android] Read the adb server from an env variable if setNathan Lanza2019-08-271-1/+6
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+2
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-101/+95
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-6/+6
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+3
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-9/+32
* [LLDB] Find debugserver in Command Line Tools as wellAntonio Afonso2019-07-251-50/+71
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-2415-267/+245
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+2
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-1/+1
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-031-4/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-238-49/+52
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-8/+1
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* Fix a stack-smasher in PlatformMacOSX::GetSDKDirectory()Adrian Prantl2019-04-291-1/+1
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-1/+1
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-2/+2
* One small tweak to LocateExecutableScriptingResources - IJason Molenda2019-04-231-2/+2
* Add a small check to PlatformDarwin::LoadScriptingResourceForModuleJason Molenda2019-04-231-3/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1039-206/+0
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-6/+1
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-2/+2
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-274-240/+0
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-122-0/+22
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-045-3/+17
* Refactor user/group name resolving codePavel Labath2019-03-043-21/+17
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* [lldb-server] Add remote platform capabilities for WindowsAaron Smith2019-02-144-274/+14
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-4/+4
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-124-359/+7
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-112-5/+8
* Fixes for the ProcessLaunchInfo movePavel Labath2019-02-041-1/+1
OpenPOWER on IntegriCloud