summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+4
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-231-0/+1
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-1/+0
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-181-0/+1
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-5/+1
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Refactor user/group name resolving codePavel Labath2019-03-041-6/+6
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-16/+16
* [lldb-server] Improve support on WindowsAaron Smith2019-02-071-33/+28
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [File] Remove static method to get permissions.Jonas Devlieghere2018-11-011-4/+4
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-13/+26
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-13/+4
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+4
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+19
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+2
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHos...Jason Molenda2018-02-051-1/+5
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-3/+2
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-4/+3
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-7/+2
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-4/+5
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-1/+0
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Enable AUXV and QPassSignals in gdb-remote for NetBSDKamil Rytarowski2017-03-211-1/+1
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-7/+8
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-8/+7
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-7/+8
* Delete LLDB's MD5 code. Use LLVM instead.Zachary Turner2017-03-201-7/+7
* Remove FileSystem::Get/SetFilePermissionsZachary Turner2017-03-191-2/+3
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-9/+8
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-10/+7
* [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABINitesh Jain2016-10-121-7/+6
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-4/+4
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-14/+85
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1042/+988
OpenPOWER on IntegriCloud