summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* [lldb-server] Prefer target_include_directoriesAlex Langford2020-01-131-2/+1
* [lldb-server] Remove dead CMake codeAlex Langford2020-01-131-24/+0
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+3
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-1/+1
* [LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...Martin Storsjo2019-10-111-0/+2
* [LLDB] Avoid a warning about an unused static variableMartin Storsjo2019-09-231-1/+1
* 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
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Add missing NativeProcessFactory for lldb-server on WindowsAaron Smith2019-08-141-0/+4
* Enable lldb-server on WindowsAaron Smith2019-08-132-2/+9
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-5/+4
* [CMake] Remove lldb-server from LLDB.frameworkStefan Granitz2019-05-291-4/+0
* [CMake] LLDB.framework tools handlingStefan Granitz2019-05-291-0/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-19/+19
* lldb-server: LLGS: support 32-bit on 64-bit hostsSaleem Abdulrasool2019-05-211-11/+16
* lldb-server: rename `llgs::terminate` (NFC)Saleem Abdulrasool2019-05-141-3/+3
* Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool2019-05-062-0/+41
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-0/+1
* lldb-server: remove link against lldbInterpreterSaleem Abdulrasool2019-05-011-1/+0
* [lldb-server] Remove lldb-server's dependency on CoreAlex Langford2019-05-013-3/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-103-14/+0
* [lldb-server] Use llgs namespace to avoid conflicts with Win32 APIAaron Smith2019-04-021-4/+6
* Sanity check --max-gdbserver-portJan Kratochvil2019-03-061-3/+3
* Update com.apple.diagnosticd.diagnostic entitlementJason Molenda2019-03-012-2/+2
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-213-6/+4
* [lldb] [lldb-server] Catch and report errors from main loopMichal Gorny2019-02-141-1/+6
* [CMake] Add code signing for lldb-server on iOSStefan Granitz2019-01-281-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-13/+10
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-041-1/+1
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-033-5/+13
* Remove header grouping comments.Jonas Devlieghere2018-11-112-5/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-4/+6
* 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
OpenPOWER on IntegriCloud