summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+2
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-161-0/+9
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-2/+6
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-3/+3
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...Jonas Devlieghere2019-10-021-20/+17
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-5/+14
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-3/+3
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-131-1/+1
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-0/+9
* Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-2/+2
* Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-1/+1
* [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
OpenPOWER on IntegriCloud