summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-1/+1
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-091-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-1/+1
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-1/+1
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-071-12/+15
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+3
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-1/+1
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+3
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-161-0/+20
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-1/+1
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-111-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour2019-10-081-1/+2
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-071-1/+1
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-071-2/+1
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere2019-10-021-10/+10
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-2/+26
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-7/+6
* [lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang2019-08-081-4/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-42/+40
* Revert "[GDBRemote] Remove code that flushes GDB remote packets"Jonas Devlieghere2019-06-301-0/+7
* [GDBRemote] Remove code that flushes GDB remote packetsJonas Devlieghere2019-06-281-7/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-5/+5
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-9/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Avoid macro redefinition error if HAVE_LIBCOMPRESSIONJason Molenda2019-04-031-0/+2
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-17/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Force libcompression calls to be enabled when building on DarwinJason Molenda2018-12-181-1/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-20/+12
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-0/+5
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+4
* Increase qHostInfo packet timeoutPavel Labath2018-08-311-0/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-23/+9
OpenPOWER on IntegriCloud