summaryrefslogtreecommitdiffstats
path: root/lldb/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-3/+3
* [debugserver] Add --version/-V command line option to debugserver.Jonas Devlieghere2019-09-271-0/+11
* [lldb-vscode] correctly handle multiple sourceMap entriesAlex Langford2019-09-261-2/+2
* SystemInitializer: Define macros for experimental targets tooPavel Labath2019-09-261-0/+2
* SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath2019-09-262-61/+34
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-252-14/+51
* [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVERJonas Devlieghere2019-09-242-5/+5
* [LLDB] Rework a MinGW build fix from D65691Martin Storsjo2019-09-231-3/+1
* [LLDB] Avoid a warning about an unused static variableMartin Storsjo2019-09-231-1/+1
* [LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo2019-09-211-2/+3
* Fix warning: lambda capture 'temp_file_path' is not usedJonas Devlieghere2019-09-161-2/+1
* [LLDB] Add missing breaks for switch statementTim Shen2019-09-131-0/+3
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-22/+28
* Fix a thinko in handling the QSetLogging packet.Jim Ingham2019-09-101-3/+3
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-2/+3
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-9/+15
* Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss2019-09-041-1/+1
* [Driver] Remove duplicate option parsing (NFC)Jonas Devlieghere2019-09-031-8/+1
* Send error message on failed attach from debugerserver.Jason Molenda2019-08-271-2/+18
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+10
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-10/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+10
* Remove redundant curly braces.Adrian Prantl2019-08-221-1/+1
* [debugserver] Switch back to std::once_flagJonas Devlieghere2019-08-221-1/+1
* [lldb] Replace std::once_flag with llvm::once_flag.Davide Italiano2019-08-221-1/+1
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-3/+5
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-2/+0
* [NFC] Remove unused function GetHexWithFixedSizeJonas Devlieghere2019-08-212-31/+0
* Make the FindTypes(std::vector<CompilerContext>, ...) API testable in lldb-testAdrian Prantl2019-08-201-2/+51
* [lldb-vscode] add `launchCommands` to handle launch specific commandsAlex Langford2019-08-191-5/+14
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-5/+5
* Add missing NativeProcessFactory for lldb-server on WindowsAaron Smith2019-08-141-0/+4
* Enable lldb-server on WindowsAaron Smith2019-08-132-2/+9
* [lldb][CMake] Workaround debugserver code-signing issue in generated Xcode pr...Stefan Granitz2019-08-071-0/+28
* Detect HAVE_SYS_TYPES_H in lldbHaibo Huang2019-08-071-0/+2
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-079-29/+170
* Various build fixes for lldb on MinGWHaibo Huang2019-08-063-0/+7
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-27/+25
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-3/+8
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-291-0/+4
* cli-wrapper-mpxtable.cpp: fix file headerFangrui Song2019-07-251-2/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-5/+4
* [lldb] Configure debugserver_vers.c from CMakeStefan Granitz2019-07-242-0/+4
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-1/+1
* Remove Xcode project remnantsJonas Devlieghere2019-07-221-8/+0
* [CMake] Align debugserver with lldb-server on DarwinStefan Granitz2019-07-201-2/+2
* [NFC] Remove indent after r366433Stefan Granitz2019-07-191-120/+118
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-18156-34988/+0
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-181-124/+61
OpenPOWER on IntegriCloud