summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-2/+2
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-2/+2
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-2/+2
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-2/+2
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-101-2/+4
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-101-4/+2
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-101-2/+4
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-131-8/+4
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-4/+3
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-2/+3
* Enable lldb-server on WindowsAaron Smith2019-08-131-0/+2
* [lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang2019-08-081-0/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-97/+82
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-16/+17
* [gdb-remote] Fix more issues with thread_result_tJonas Devlieghere2019-05-231-3/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-9/+9
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()Michal Gorny2019-03-031-1/+1
* Return better error message from GDBRemoteCommunication::ConnectLocallyPavel Labath2019-02-181-3/+4
* [gdb-remote] Sanity check platform pointerAaron Smith2019-02-141-2/+5
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-071-39/+38
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-1/+1
* Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunicationRaphael Isemann2019-01-251-6/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-2/+2
* Fix unused private field warning.Raphael Isemann2019-01-081-2/+3
* Don't forget to free the libcompression scratch buffer in the dtor.Jason Molenda2018-12-181-0/+3
* Force libcompression calls to be enabled when building on DarwinJason Molenda2018-12-181-13/+32
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-1/+1
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-84/+59
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+4
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-2/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-95/+73
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-281-1/+2
* Handle O reply packets during qRcmdPavel Labath2018-01-101-0/+17
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-5/+1
* Remove no-op function pointer null checks, NFCVedant Kumar2017-12-061-4/+3
* llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath2017-11-091-0/+36
* Commiting Christopher Brook's patch forJason Molenda2017-08-181-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Don't ever reduce the timeout of a packet, only increase it.Greg Clayton2017-04-171-3/+11
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
OpenPOWER on IntegriCloud