summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-171-0/+7
* Introduce lldb-framework CMake target and centralize its logicAlex Langford2018-06-181-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Fix windows/mac builds broken by r333182.Pavel Labath2018-05-241-2/+2
* Move ObjectFile initialization out of SystemInitializerCommonPavel Labath2018-05-244-3/+66
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-4/+1
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-181-15/+16
* [lldb] Use PRIVATE in target_link_librariesShoaib Meenai2017-12-061-1/+1
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-311-35/+0
* Add a few missing newlines in lldb-server messagesStephane Sezer2017-09-281-8/+8
* Use socketpair on all Unix platformsEugene Zemtsov2017-09-251-13/+43
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-2/+2
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-072-2/+44
* Fix a copy-paste error in r307161Pavel Labath2017-07-061-2/+2
* Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath2017-07-051-31/+26
* Move Connection and IOObject interfaces to Utility modulePavel Labath2017-06-271-1/+1
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-6/+5
* Rename Error -> Status.Zachary Turner2017-05-124-32/+32
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-2/+1
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-1/+2
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-2/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Add stub for PluginProcessNetBSDKamil Rytarowski2017-03-211-0/+1
* Replace std::ofstream with llvm::raw_fd_ostreamPavel Labath2017-03-211-7/+9
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-3/+1
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-3/+4
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-2/+2
* UriParser cleanupPavel Labath2017-02-101-2/+1
* Convert Log class to llvm streamsPavel Labath2017-02-101-11/+18
* [CMake] Final dependency cleanup patch!Chris Bieneman2017-02-081-125/+12
* Remove the verbose category in the gdb-remote channelPavel Labath2017-02-061-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-025-5/+5
* [cmake] Remove VERSION property from executable targetsPavel Labath2017-02-011-2/+0
* [CMake] Partial revert of r293686Chris Bieneman2017-01-311-12/+125
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-125/+12
* Add a more succinct logging syntaxPavel Labath2017-01-181-2/+4
* [cmake] Make lldb build with the android ndk toolchain filePavel Labath2017-01-171-1/+1
* [cmake] Fix LLVM_LINK_LLVM_DYLIB build, againPavel Labath2017-01-101-1/+7
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-151-4/+1
* Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath2016-12-051-9/+7
* Remove a spurious reference to ProcessElfCorePavel Labath2016-11-301-1/+0
* Add back some of the previous lldb-server dependenciesPavel Labath2016-11-291-0/+5
* Remove some OS-specific plugins from lldb-server dependenciesPavel Labath2016-11-291-29/+0
* Remove assorted other plugins which are not needed by lldb-serverPavel Labath2016-11-291-14/+0
* Remove dynamic loader, platform and ABI plugins from lldb-server dependenciesPavel Labath2016-11-291-27/+0
* Specify the dependencies of lldb-server manuallyPavel Labath2016-11-291-1/+209
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-1/+1
* Fix remote-linux regression due to stringRef changesOmair Javaid2016-11-211-1/+1
OpenPOWER on IntegriCloud