summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-3/+3
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-091-1/+1
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-022-3/+3
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-022-3/+3
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-012-3/+3
* [lldb][NFC] Move lock scope where it should beginTatyana Krasnukha2019-12-261-9/+10
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-132-3/+3
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-105-23/+36
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-105-36/+23
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-105-23/+36
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-031-34/+6
* Handle the case where the 'g' packet doesn't get all regs.Jason Molenda2019-11-201-0/+15
* [lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabledMartin Storsjö2019-11-193-12/+12
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-2/+2
* Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda2019-11-081-1/+1
* [lldb] Improve assert in GDBRemoteCommunicationReplayServerJonas Devlieghere2019-11-071-1/+8
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-078-20/+42
* 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-163-2/+8
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-162-0/+29
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-143-4/+9
* [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] Don't wrap json::Array in a value (NFC)Jonas Devlieghere2019-10-031-3/+3
* Fix a use-after-free in GDBRemoteCommunicationServerLLGSPavel Labath2019-10-031-1/+2
* 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
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere2019-10-021-11/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere2019-10-021-10/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere2019-10-021-48/+51
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-1/+1
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-1/+0
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-262-11/+22
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-3/+3
* [lldb] [Process/gdb-remote] Correct more missing LLDB_INVALID_SIGNAL_NUMBERMichal Gorny2019-09-191-3/+4
* [lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action listMichal Gorny2019-09-171-2/+3
OpenPOWER on IntegriCloud